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

/httpd/modules/arch/win32/
H A Dmod_win32.c44 char **interpreter,
50 /* Where to find interpreter to run scripts */
160 * interpreter and arguments in an ext hash to speed up subsequent look-ups
376 const char *interpreter = NULL; local
409 interpreter = "";
411 if (!interpreter && ext
419 interpreter = get_interpreter_from_win32_registry(r->pool, ext,
421 if (interpreter && e_info->cmd_type != APR_SHELLCMD) {
431 if (!interpreter) {
484 interpreter
[all...]

Completed in 9 milliseconds