Lines Matching defs:cmdtype
129 apr_cmdtype_e cmdtype;
247 apr_file_t **fpin, apr_cmdtype_e cmdtype,
262 && ((rc = apr_procattr_cmdtype_set(procattr, cmdtype)) == APR_SUCCESS)
306 apr_cmdtype_e cmdtype = APR_PROGRAM_ENV;
317 cmdtype = APR_SHELLCMD_ENV;
325 rc = log_child(p, fname, &dummy, cmdtype, is_main);
1650 ((status = apr_procattr_cmdtype_set(procattr, pl->cmdtype))
1770 apr_cmdtype_e cmdtype)
1778 pl->cmdtype = cmdtype;
1807 apr_cmdtype_e cmdtype)
1813 rc = log_child(p, program, &dummy, cmdtype, 0);
1835 apr_cmdtype_e cmdtype = APR_PROGRAM_ENV;
1845 cmdtype = APR_SHELLCMD_ENV;
1849 return ap_open_piped_log_ex(p, program, cmdtype);