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

/httpd/modules/filters/
H A Dmod_reflector.c65 else if (r->method_number == M_POST) {
H A Dmod_charset_lite.c260 case M_POST:
/httpd/modules/mappers/
H A Dmod_dir.c277 if (r->method_number != M_GET && r->method_number != M_POST) {
H A Dmod_negotiation.c2994 M_POST, -1);
3000 if (r->method_number != M_GET && r->method_number != M_POST) {
/httpd/modules/http/
H A Dhttp_protocol.c636 * 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 Dmod_proxy_balancer.c1003 | (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 Dhttpd.h584 #define M_POST 2 macro
841 /** M_GET, M_POST, etc. */
/httpd/modules/aaa/
H A Dmod_auth_form.c979 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 Dmod_cache.c139 case M_POST:
439 case M_POST:
/httpd/modules/cluster/
H A Dmod_heartmonitor.c744 if (r->method_number != M_POST) {
/httpd/modules/generators/
H A Dmod_cgi.c264 if ((r->method_number == M_POST || r->method_number == M_PUT) &&
H A Dmod_cgid.c1146 if ((r->method_number == M_POST || r->method_number == M_PUT)
/httpd/modules/dav/main/
H A Dmod_dav.c4690 | (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 Dcore.c4568 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 Dlua_request.c429 if (r->method_number != M_POST && r->method_number != M_PUT)

Completed in 2169 milliseconds