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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.c304 if( io->gotError != NULL )
305 io->gotError( io, what, io->userData );
384 if( io->gotError != NULL )
385 io->gotError( io, what, io->userData );
484 if( io->gotError )
485 io->gotError( io, BEV_EVENT_EOF, io->userData );
502 if( io->gotError ) {
504 io->gotError( io, BEV_EVENT_ERROR, io->userData );
849 io->gotError = NULL;
910 io->gotError
[all...]
H A Dpeer-io.h106 tr_net_error_cb gotError; member in struct:tr_peerIo
H A Dhandshake.c1118 gotError( tr_peerIo * io, function
1204 tr_peerIoSetIOFuncs( handshake->io, canRead, NULL, gotError, handshake );
H A Dpeer-msgs.c1974 gotError( tr_peerIo * io UNUSED, short what, void * vmsgs ) function
2377 tr_peerIoSetIOFuncs( m->peer->io, canRead, didWrite, gotError, m );

Completed in 68 milliseconds