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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dptrarray.h45 void tr_ptrArrayDestruct( tr_ptrArray*, PtrArrayForeachFunc func );
H A Dbandwidth.c117 tr_ptrArrayDestruct( &b->children, NULL );
285 tr_ptrArrayDestruct( &normal, NULL );
286 tr_ptrArrayDestruct( &high, NULL );
287 tr_ptrArrayDestruct( &low, NULL );
288 tr_ptrArrayDestruct( &tmp, NULL );
H A Djson.c186 tr_ptrArrayDestruct( &data.stack, NULL );
H A Dptrarray.c25 tr_ptrArrayDestruct( tr_ptrArray * p, PtrArrayForeachFunc func ) function
H A Dannouncer-udp.c454 tr_ptrArrayDestruct( &t->announces, (PtrArrayForeachFunc)tau_announce_request_free );
455 tr_ptrArrayDestruct( &t->scrapes, (PtrArrayForeachFunc)tau_scrape_request_free );
476 tr_ptrArrayDestruct( reqs, (PtrArrayForeachFunc)tau_scrape_request_free );
484 tr_ptrArrayDestruct( reqs, (PtrArrayForeachFunc)tau_announce_request_free );
832 tr_ptrArrayDestruct( &tau->trackers, (PtrArrayForeachFunc)tau_tracker_free );
H A Dpeer-mgr.c497 tr_ptrArrayDestruct( &t->webseeds, (PtrArrayForeachFunc)tr_webseedFree );
498 tr_ptrArrayDestruct( &t->pool, (PtrArrayForeachFunc)tr_free );
499 tr_ptrArrayDestruct( &t->outgoingHandshakes, NULL );
500 tr_ptrArrayDestruct( &t->peers, NULL );
518 tr_ptrArrayDestruct( &t->webseeds, (PtrArrayForeachFunc)tr_webseedFree );
590 tr_ptrArrayDestruct( &manager->incomingHandshakes, NULL );
1424 tr_ptrArrayDestruct( &peerArr, NULL );
1778 tr_ptrArrayDestruct( &peerArr, false );
3173 tr_ptrArrayDestruct( &randPool, NULL );
3740 tr_ptrArrayDestruct(
[all...]
H A Dcache.c274 tr_ptrArrayDestruct( &cache->blocks, NULL );
H A Dannouncer.c190 tr_ptrArrayDestruct( &announcer->stops, NULL );
1541 tr_ptrArrayDestruct( &scrapeMe, NULL );
1542 tr_ptrArrayDestruct( &announceMe, NULL );
H A Drpc-server.c284 tr_ptrArrayDestruct( &parts, (PtrArrayForeachFunc)tr_mimepart_free );
H A Dbencode.c340 tr_ptrArrayDestruct( &parentStack, NULL );
H A Dtorrent.c2874 tr_ptrArrayDestruct( &folders, tr_free );
2875 tr_ptrArrayDestruct( &files, tr_free );

Completed in 142 milliseconds