Home
last modified time | relevance | path

Searched refs:down_gid (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/net/
H A Dtrafficshapedsocket.cpp23 , down_gid(0) in TrafficShapedSocket()
34 , down_gid(0) in TrafficShapedSocket()
45 , down_gid(0) in TrafficShapedSocket()
72 down_gid = gid; in setGroupID()
H A Dtrafficshapedsocket.h104 return down_gid; in downloadGroupID()
126 Uint32 down_gid; // group id which this torrent belongs to, group 0 means the default group variable
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/download/
H A Dhttpconnection.cpp35 up_gid = down_gid = 0; in HttpConnection()
53 down_gid = down; in setGroupIDs()
56 sock->setGroupID(down_gid, false); in setGroupIDs()
177 sock->setGroupID(down_gid, false); in hostResolved()
H A Dwebseed.cpp40 up_gid = down_gid = 0; in WebSeed()
55 down_gid = down; in setGroupIDs()
152 conn->setGroupIDs(up_gid, down_gid); in download()
325 conn->setGroupIDs(up_gid, down_gid); in update()
H A Dhttpconnection.h164 Uint32 up_gid, down_gid; variable
H A Dwebseed.h187 Uint32 up_gid, down_gid; variable
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/peer/
H A Dpeer.h202 void setGroupIDs(Uint32 up_gid, Uint32 down_gid);
H A Dpeer.cpp672 void Peer::setGroupIDs(Uint32 up_gid, Uint32 down_gid) in setGroupIDs() argument
675 sock->setGroupID(down_gid, false); in setGroupIDs()