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

/httpd/server/
H A Dcore.c2122 const char *limited_methods; local
2132 limited_methods = apr_pstrndup(cmd->temp_pool, arg, endp - arg);
2134 if (!limited_methods[0]) {
2138 while (limited_methods[0]) {
2139 char *method = ap_getword_conf(cmd->temp_pool, &limited_methods);

Completed in 21 milliseconds