Searched defs:_debug_on (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Derrcodes.c50 static int _debug_on = 0; variable
151 _debug_on = 1;
H A Derrset.c57 static int _debug_on = 0; variable
159 _debug_on = 1;
H A Dshort_thread.c47 int _debug_on = 0; variable
48 #define DPRINTF(arg) if (_debug_on) printf arg
65 _debug_on = 1;
H A Drwlocktest.c57 static int _debug_on; variable
96 _debug_on = 1;
138 if (_debug_on)
166 if (_debug_on)
215 if (_debug_on)
H A Dstack.c81 static int _debug_on; variable
109 _debug_on = 1;
148 if (_debug_on)
177 if (_debug_on)
260 if (_debug_on)
304 if (_debug_on)
H A Dcvar2.c64 int _debug_on = 0; variable
65 #define DPRINTF(arg) if (_debug_on) printf arg
933 _debug_on = 1;
H A Dforeign.c81 static int _debug_on = 0; variable
85 #define DPRINTF(arg) if (_debug_on) PR_fprintf arg
391 _debug_on = 1;
H A Dnbconn.c79 int _debug_on; variable
80 #define DPRINTF(arg) if (_debug_on) printf arg
116 _debug_on = 1;
H A Dperf.c45 int _debug_on = 0; variable
46 #define DPRINTF(arg) if (_debug_on) printf arg
413 _debug_on = 1;
H A Dthrpool_client.c64 static int _debug_on = 0; variable
86 #define DPRINTF(arg) if (_debug_on) printf arg
366 _debug_on = 1;
H A Dudpsrv.c66 ** The variable "_debug_on" can be set to 1 to cause diagnostic
104 static PRIntn _debug_on = 0; variable
111 #define DPRINTF(arg) if (_debug_on) PR_fprintf(output, arg)
486 _debug_on = 1;
H A Dtestfile.c58 static int _debug_on = 0; variable
72 #define DPRINTF(arg) if (_debug_on) printf arg
962 _debug_on = 1;
H A Dthrpool_server.c71 static int _debug_on = 0; variable
93 #define DPRINTF(arg) if (_debug_on) printf arg
406 if (_debug_on)
572 _debug_on = 1;
H A Dsocket.c64 static int _debug_on = 0; variable
85 #define DPRINTF(arg) if (_debug_on) printf arg
2215 _debug_on = 1;

Completed in 101 milliseconds