Searched refs:M_POST (Results 1 - 15 of 15) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_reflector.c | 65 else if (r->method_number == M_POST) {
|
H A D | mod_charset_lite.c | 260 case M_POST:
|
/httpd/modules/mappers/ |
H A D | mod_dir.c | 277 if (r->method_number != M_GET && r->method_number != M_POST) {
|
H A D | mod_negotiation.c | 2994 M_POST, -1); 3000 if (r->method_number != M_GET && r->method_number != M_POST) {
|
/httpd/modules/http/ |
H A D | http_protocol.c | 636 * This follows the same technique as standard M_GET, M_POST, etc. These 674 register_one_method(p, "POST", M_POST); 782 ? M_POST : UNKNOWN_METHOD);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 1003 | (AP_METHOD_BIT << M_POST); 1004 if ((r->method_number != M_GET) && (r->method_number != M_POST)) { 1033 if (r->method_number == M_POST) {
|
/httpd/include/ |
H A D | httpd.h | 584 #define M_POST 2 macro 841 /** M_GET, M_POST, etc. */
|
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 979 if (HTTP_UNAUTHORIZED == rv && r->method_number == M_POST && ap_is_initial_req(r)) { 1125 if (r->method_number != M_POST) {
|
/httpd/modules/cache/ |
H A D | mod_cache.c | 139 case M_POST: 439 case M_POST:
|
/httpd/modules/cluster/ |
H A D | mod_heartmonitor.c | 744 if (r->method_number != M_POST) {
|
/httpd/modules/generators/ |
H A D | mod_cgi.c | 264 if ((r->method_number == M_POST || r->method_number == M_PUT) &&
|
H A D | mod_cgid.c | 1146 if ((r->method_number == M_POST || r->method_number == M_PUT)
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 4690 | (AP_METHOD_BIT << M_POST); 4711 if (r->method_number == M_POST) { 4850 * requests that mod_dav knows about. If we set the handler for M_POST 4855 if (r->method_number != M_POST) {
|
/httpd/server/ |
H A D | core.c | 4568 ap_allow_standard_methods(r, MERGE_ALLOW, M_GET, M_OPTIONS, M_POST, -1); 4579 if (r->method_number == M_GET || r->method_number == M_POST) {
|
/httpd/modules/lua/ |
H A D | lua_request.c | 429 if (r->method_number != M_POST && r->method_number != M_PUT)
|
Completed in 2169 milliseconds