Home | History | Annotate | Download | only in server

Lines Matching refs:debug_log

36 	if (ctx->debug_log == NULL)
39 write_timestamp(ctx->debug_log);
41 vfprintf(ctx->debug_log, fmt, ap);
44 fprintf(ctx->debug_log, "\n");
52 if (ctx->debug_log == NULL)
58 write_timestamp(ctx->debug_log);
59 fprintf(ctx->debug_log, "%s: '%s'\n", title, str);
150 if (ctx.debug_log)
152 ctx.debug_log = fopen(optarg, "a");
153 if (ctx.debug_log == NULL) {
183 if (ctx.debug_log)
184 fclose(ctx.debug_log);