Searched refs:pl (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Dlog.c133 AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl) argument
135 return pl->read_fd;
138 AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl) argument
140 return pl->write_fd;
1640 /* Spawn the piped logger process pl->program. */
1641 static apr_status_t piped_log_spawn(piped_log *pl) argument
1647 if (((status = apr_procattr_create(&procattr, pl->p)) != APR_SUCCESS) ||
1650 ((status = apr_procattr_cmdtype_set(procattr, pl->cmdtype))
1653 pl->read_fd,
1654 pl
1697 piped_log *pl = data; local
1749 piped_log *pl = data; local
1759 piped_log *pl = data; local
1772 piped_log *pl; local
1799 piped_log *pl = data; local
1809 piped_log *pl; local
1852 ap_close_piped_log(piped_log *pl) argument
[all...]
/httpd/modules/loggers/
H A Dmod_log_forensic.c79 piped_log *pl; local
82 pl = ap_open_piped_log(p, pname);
83 if (pl == NULL) {
88 cfg->fd = ap_piped_log_write_fd(pl);
H A Dmod_log_config.c1685 piped_log *pl; local
1687 pl = ap_open_piped_log(p, name + 1);
1688 if (pl == NULL) {
1694 log_writer->log_writer = ap_piped_log_write_fd(pl);
/httpd/include/
H A Dhttp_log.h801 * @param pl The piped log structure
803 AP_DECLARE(void) ap_close_piped_log(piped_log *pl); variable
807 * @param pl The piped log structure
810 AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl); variable
814 * @param pl The piped log structure
817 AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl); variable

Completed in 25 milliseconds