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

/httpd/server/
H A Dcore.c1152 AP_DECLARE(const char *) ap_check_cmd_context(cmd_parms *cmd, function
1217 const char *err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE);
1448 const char *err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE);
1484 const char *err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE);
1691 if (ap_check_cmd_context(cmd, NOT_IN_LOCATION | NOT_IN_FILES)) {
1696 if ((err = ap_check_cmd_context(cmd, NOT_IN_HTACCESS)) != NULL)
1771 if (ap_check_cmd_context(cmd, NOT_IN_LOCATION | NOT_IN_FILES)) {
1776 if ((err = ap_check_cmd_context(cmd, NOT_IN_HTACCESS)) != NULL)
2206 const char *err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE);
2307 const char *err = ap_check_cmd_context(cm
[all...]

Completed in 27 milliseconds