H A D | mod_example_hooks.c | 328 static void example_log_each(apr_pool_t *p, server_rec *s, const char *note) argument 331 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "mod_example_hooks: %s", note); 336 "context: %s\n", note); 348 const char *note) 354 example_log_each(p, s, note); 370 " <dt><samp>", note, "</samp></dt>\n" 392 static void trace_request(const request_rec *r, const char *note) argument 399 example_log_each(r->pool, r->server, note); 414 " <dt><samp>", note, "</samp></dt>\n" 438 static void trace_connection(conn_rec *c, const char *note) argument 347 trace_startup(apr_pool_t *p, server_rec *s, x_cfg *mconfig, const char *note) argument 482 trace_nocontext(apr_pool_t *p, const char *file, int line, const char *note) argument 549 char *note; local 595 char *note; local 677 char *note; local 831 char *note; local 852 char *note; local 973 char *note; local 1115 char *note; local [all...] |