Searched defs:pre (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/loggers/
H A Dmod_log_forensic.c271 static const char * const pre[] = { "mod_unique_id.c", NULL }; local
274 ap_hook_post_read_request(log_before,pre,NULL,APR_HOOK_REALLY_FIRST);
H A Dmod_logio.c253 static const char *pre[] = { "mod_log_config.c", NULL }; local
258 ap_hook_log_transaction(logio_transaction, pre, NULL, APR_HOOK_MIDDLE);

Completed in 14 milliseconds