Searched refs:tr_ptrArrayErase (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.h77 void tr_ptrArrayErase( tr_ptrArray * t, int begin, int end );
81 tr_ptrArrayErase( t, pos, pos+1 );
H A Dptrarray.c95 tr_ptrArrayErase( tr_ptrArray * t, function
220 tr_ptrArrayErase( t, pos, pos + 1 );
H A Dcache.c181 tr_ptrArrayErase( &cache->blocks, pos, pos+n );

Completed in 58 milliseconds