Lines Matching defs:trace

118     char *trace;                /* Pointer to trace string. */
123 * String pointer to hold the startup trace. No harm working with a global until
126 static const char *trace = NULL;
343 * It leaves a trace in a global variable, so it should not be called from
380 sofar = (trace == NULL) ? "" : trace;
382 trace = apr_pstrcat(p, sofar, addon, NULL);
390 #define TRACE_NOTE "example-hooks-trace"
426 * Connection. Its trace is kept in the pool notes of the pool associated
486 * Since we have no request or connection to trace, or any idea
518 * call in the trace log, and flag the applicability of the directive to the
563 * Finally, add our trace to the callback list.
617 * Now just record our being called in the trace list. Include the
649 * Note that we were called in the trace list.
827 * All our process-death routine does is add its trace to the log.
836 * The arbitrary text we add to our trace entry indicates for which server
846 * All our process initialiser does is add its trace to the log.
856 * The arbitrary text we add to our trace entry indicates for which server
933 * so just add to the trace and exit.
979 * Add our trace to the log, and whether we get to write
1024 ap_rputs(" The format for the callback trace is:\n", r);
1035 ap_rputs(" the routine when it requests the trace,\n", r);
1037 ap_rputs(" from the configuration record at the time of the trace.\n", r);
1045 trace);
1369 /* We have nothing to do here but trace the call, and no context
1370 * in which to trace it.
1387 * us a usable configuration. So, add a trace without context.