Searched refs:ap_allow_standard_methods (Results 1 - 4 of 4) sorted by relevance
| /httpd/include/ |
| H A D | http_request.h | 306 AP_DECLARE(void) ap_allow_standard_methods(request_rec *r, int reset, ...);
|
| /httpd/modules/http/ |
| H A D | http_request.c | 707 AP_DECLARE(void) ap_allow_standard_methods(request_rec *r, int reset, ...) function
|
| /httpd/modules/mappers/ |
| H A D | mod_negotiation.c | 2993 ap_allow_standard_methods(r, REPLACE_ALLOW, M_GET, M_OPTIONS,
|
| /httpd/server/ |
| H A D | core.c | 4568 ap_allow_standard_methods(r, MERGE_ALLOW, M_GET, M_OPTIONS, M_POST, -1);
|
Completed in 71 milliseconds