Home
last modified time | relevance | path

Searched refs:fetchDebug (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dcommon.h100 #define DEBUG(x) do { if (fetchDebug) { x; } } while (/* CONSTCOND */ 0)
H A Dfetch.h148 extern int fetchDebug;
H A Dfetch.c50 int fetchDebug; variable
H A Dhttp.c163 if (fetchDebug) { in _http_new_chunk()
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.h181 extern int fetchDebug;
H A Dfetch.c54 int fetchDebug; variable