Searched refs:vmsgs (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-msgs.c1594 static int peerPulse( void * vmsgs );
1597 didWrite( tr_peerIo * io UNUSED, size_t bytesWritten, int wasPieceData, void * vmsgs )
1599 tr_peermsgs * msgs = vmsgs;
1607 canRead( tr_peerIo * io, void * vmsgs, size_t * piece ) argument
1610 tr_peermsgs * msgs = vmsgs;
1948 peerPulse( void * vmsgs )
1950 tr_peermsgs * msgs = vmsgs;
1974 gotError( tr_peerIo * io UNUSED, short what, void * vmsgs )
1977 dbgmsg( vmsgs, "libevent got a timeout, what=%hd", what );
1979 dbgmsg( vmsgs, "libeven
[all...]

Completed in 69 milliseconds