Lines Matching defs:debug_out
86 static PRFileDesc *debug_out = NULL;
138 PR_fprintf(debug_out, " creating accept process %s ...", path);
144 PR_fprintf(debug_out, " wait 5 seconds");
146 PR_fprintf(debug_out, " before connecting to accept process ...");
153 PL_FPrintError(debug_out, "PR_CreateProcessDetached failed");
166 debug_out = (0 == shared->debug) ? NULL : PR_GetSpecialFD(PR_StandardError);
186 PR_fprintf(debug_out, "[%d]socket ... ", loop);
202 PR_fprintf(debug_out, "connecting to %s ... ", buf);
213 debug_out, "sending %d bytes ... ", descriptor_length);
222 PL_FPrintError(debug_out, "PR_Send failed");
234 PL_FPrintError(debug_out, "PR_Send failed");
237 if (shared->debug > 1) PR_fprintf(debug_out, "closing ... ");
242 if (PR_SUCCESS == rv) PR_fprintf(debug_out, "\n");
243 else PL_FPrintError(debug_out, "shutdown failed");
248 if (shared->debug > 1) PL_FPrintError(debug_out, "connect failed");
256 if (shared->debug > 1) PR_fprintf(debug_out, " exiting\n");
264 if (shared->debug > 0) PL_FPrintError(debug_out, "create socket");