Lines Matching defs:debug
67 static PRFileDesc *debug = NULL;
80 if (NULL != debug) PL_FPrintError(debug, NULL);
93 debug, "%s: PRRecvWait(@0x%x): {fd: 0x%x, outcome: %s, tmo: %u}\n",
111 PR_fprintf(debug, "%s: destroying group\n", shared->title);
152 PR_fprintf(debug, "%s Reclaiming wait descriptors\n", shared->title);
178 PR_fprintf(debug, "%s: Server socket @0x%x\n", shared->title, server);
187 PR_fprintf(debug, "%s: Client opening connection\n", shared->title);
192 if (verbosity > silent) PL_FPrintError(debug, "Client connect failed");
204 debug, "%s: Client sent %d bytes\n",
210 debug, "%s: Client received %d bytes\n",
250 PR_fprintf(debug, "%s: destroying group\n", shared->title);
287 PR_fprintf(debug, "%s: adding %d descs\n", shared->title, wait_objects);
322 if (verbosity > quiet) PR_fprintf(debug, "Aborted\n");
350 PR_fprintf(debug, "%s: creating threads\n", shared->title);
361 PR_fprintf(debug, "%s: creating desc\n", shared->title);
370 PR_fprintf(debug, "%s: sleeping\n", shared->title);
374 PR_fprintf(debug, "%s: interrupting/joining threads\n", shared->title);
393 debug, "%s: Service received %d bytes\n",
404 debug, "%s: Service sent %d bytes\n",
459 PL_FPrintError(debug, "RecvReady failure");
490 PR_fprintf(debug,
513 PR_fprintf(debug, "%s: Server creating worker_threads\n", shared->title);
528 debug, "%s: Server listener socket @0x%x\n",
535 PR_fprintf(debug, "%s: Server accepting connection\n", shared->title);
555 PR_fprintf(debug, "%s: Server interrupting worker_threads\n", shared->title);
588 PR_fprintf(debug, "%s: creating server_thread\n", shared->title);
596 PR_fprintf(debug, "%s: creating enumeration_thread\n", shared->title);
604 PR_fprintf(debug, "%s: snoozing before creating clients\n", shared->title);
608 PR_fprintf(debug, "%s: creating client_threads\n", shared->title);
621 PR_fprintf(debug, "%s: interrupting/joining client_threads\n", shared->title);
632 PR_fprintf(debug, "%s: interrupting/joining enumeration_thread\n", shared->title);
639 PR_fprintf(debug, "%s: interrupting/joining server_thread\n", shared->title);
653 PR_fprintf(debug, "%s()\n", name);
682 case 'd': /* debug mode */
686 case 'q': /* debug mode */
715 debug = PR_GetSpecialFD(PR_StandardError);