Searched refs:trace (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/examples/
H A Dmod_example_hooks.c118 char *trace; /* Pointer to trace string. */ member in struct:x_cfg
123 * String pointer to hold the startup trace. No harm working with a global until
126 static const char *trace = NULL; variable
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 i
[all...]

Completed in 10 milliseconds