Searched refs:program (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dlog.c124 /** The name of the program the logging process is running */
125 char *program; member in struct:piped_log
128 /** How to reinvoke program when it must be replaced */
1640 /* Spawn the piped logger process pl->program. */
1662 pl->program);
1667 apr_tokenize_to_argv(pl->program, &args, pl->p);
1686 "unable to start piped log program '%s'",
1687 pl->program);
1712 "piped log program '%s'",
1713 pl->program);
1768 ap_open_piped_log_ex(apr_pool_t *p, const char *program, apr_cmdtype_e cmdtype) argument
1805 ap_open_piped_log_ex(apr_pool_t *p, const char *program, apr_cmdtype_e cmdtype) argument
1832 ap_open_piped_log(apr_pool_t *p, const char *program) argument
[all...]
/httpd/include/
H A Dhttp_log.h781 * @param program The program to run in the logging process
783 * @note The log program is invoked as @p APR_PROGRAM_ENV,
786 AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program);
789 * Open the piped log process specifying the execution choice for program
791 * @param program The program to run in the logging process
792 * @param cmdtype How to invoke program, e.g. APR_PROGRAM, APR_SHELLCMD_ENV, etc
796 const char *program,

Completed in 655 milliseconds