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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dptrarray.h113 static inline bool tr_ptrArrayEmpty( const tr_ptrArray * a ) function
H A Djson.c41 if( tr_ptrArrayEmpty( &data->stack ) )
H A Dbencode.c197 if( tr_ptrArrayEmpty( parentStack ) )
252 if( tr_ptrArrayEmpty( parentStack ) )
277 if( tr_ptrArrayEmpty( parentStack ) )
289 if( tr_ptrArrayEmpty( parentStack ) )
309 if( tr_ptrArrayEmpty( parentStack ) )
318 err = !isSomething( top ) || !tr_ptrArrayEmpty( parentStack );
H A Dcache.c273 assert( tr_ptrArrayEmpty( &cache->blocks ) );
H A Dannouncer-udp.c652 return tr_ptrArrayEmpty( &tracker->announces )
653 && tr_ptrArrayEmpty( &tracker->scrapes );
H A Dpeer-mgr.c304 if( tr_ptrArrayEmpty( handshakes ) )
494 assert( tr_ptrArrayEmpty( &t->outgoingHandshakes ) );
495 assert( tr_ptrArrayEmpty( &t->peers ) );
587 while( !tr_ptrArrayEmpty( &manager->incomingHandshakes ) )
2458 while( !tr_ptrArrayEmpty( &t->outgoingHandshakes ) )
3195 if( !tr_ptrArrayEmpty( &t->peers ) ) {
3361 while( !tr_ptrArrayEmpty( &t->peers ) )
3368 if( !tr_ptrArrayEmpty( &t->peers ) )

Completed in 181 milliseconds