Home
last modified time | relevance | path

Searched refs:ap_open_piped_log (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_log.h129 API_EXPORT(piped_log *) ap_open_piped_log (pool *p, const char *program);
Dap_compat.h234 #define open_piped_log ap_open_piped_log
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_log_agent.c118 pl = ap_open_piped_log(p, cls->fname + 1); in open_agent_log()
Dmod_log_referer.c134 pl = ap_open_piped_log(p, cls->fname + 1); in open_referer_log()
Dmod_log_config.c1088 pl = ap_open_piped_log(p, cls->fname + 1); in open_config_log()
Dmod_rewrite.c3248 if ((pl = ap_open_piped_log(p, conf->rewritelogfile+1)) == NULL) { in open_rewritelog()
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_engine_log.c106 if ((pl = ap_open_piped_log(p, szLogFile)) == NULL) { in ssl_log_open()
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_log.c547 API_EXPORT(piped_log *) ap_open_piped_log(pool *p, const char *program) in ap_open_piped_log() function