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

/httpd/include/
H A Dhttp_log.h775 /** @see piped_log */
776 typedef struct piped_log piped_log; typedef in typeref:struct:piped_log
786 AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program);
795 AP_DECLARE(piped_log *) ap_open_piped_log_ex(apr_pool_t *p,
803 AP_DECLARE(void) ap_close_piped_log(piped_log *pl);
810 AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl);
817 AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl);
/httpd/server/
H A Dlog.c118 struct piped_log { struct
133 AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl)
138 AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl)
1641 static apr_status_t piped_log_spawn(piped_log *pl)
1697 piped_log *pl = data;
1749 piped_log *pl = data;
1759 piped_log *pl = data;
1768 AP_DECLARE(piped_log *) ap_open_piped_log_ex(apr_pool_t *p,
1772 piped_log *pl;
1799 piped_log *p
[all...]

Completed in 24 milliseconds