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

/httpd/server/
H A Dlog.c1757 static apr_status_t piped_log_cleanup(void *data) function
1784 apr_pool_cleanup_register(p, pl, piped_log_cleanup,
1787 apr_pool_cleanup_kill(p, pl, piped_log_cleanup);
1797 static apr_status_t piped_log_cleanup(void *data) function
1825 apr_pool_cleanup_register(p, pl, piped_log_cleanup, piped_log_cleanup);
1854 apr_pool_cleanup_run(pl->p, pl, piped_log_cleanup);

Completed in 528 milliseconds