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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.h34 extern FILE *dht_debug;
H A Ddht.c319 FILE *dht_debug = NULL; variable
329 if(dht_debug)
330 vfprintf(dht_debug, format, args);
332 fflush(dht_debug);
339 if(dht_debug) {
341 putc(buf[i] >= 32 && buf[i] <= 126 ? buf[i] : '.', dht_debug);
H A Ddht-example.c239 /* If you set dht_debug to a stream, every action taken by the DHT will
242 dht_debug = stdout;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-dht.c279 dht_debug = stderr;

Completed in 139 milliseconds