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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dptrarray.c116 tr_ptrArrayLowerBound( const tr_ptrArray * t, function
189 pos = tr_ptrArrayLowerBound( t, ptr, compare, NULL );
202 const int pos = tr_ptrArrayLowerBound( t, ptr, compare, &match );
213 const int pos = tr_ptrArrayLowerBound( t, ptr, compare, &match );
H A Dptrarray.h118 int tr_ptrArrayLowerBound( const tr_ptrArray * array,
H A Dcache.c391 return tr_ptrArrayLowerBound( &cache->blocks, &key, cache_block_compare, NULL );

Completed in 61 milliseconds