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

/httpd/modules/generators/
H A Dmod_cgi.h38 apr_cmdtype_e cmd_type; member in struct:__anon182
54 * @param e_info pass e_info.cmd_type (Set to APR_SHELLCMD or APR_PROGRAM on entry)
H A Dmod_cgid.c679 apr_cmdtype_e cmd_type; local
751 cmd_type = APR_SHELLCMD;
757 cmd_type = APR_PROGRAM;
775 ((rc = apr_procattr_cmdtype_set(procattr, cmd_type)) != APR_SUCCESS) ||

Completed in 15 milliseconds