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

/httpd/modules/http/
H A Dhttp_protocol.c673 register_one_method(p, "PUT", M_PUT);
761 ? M_PUT : UNKNOWN_METHOD);
/httpd/include/
H A Dhttpd.h583 #define M_PUT 1 /* : */ macro
/httpd/modules/proxy/
H A Dmod_proxy_ajp.c104 case M_PUT:
/httpd/modules/cache/
H A Dmod_cache.c138 case M_PUT:
438 case M_PUT:
/httpd/modules/filters/
H A Dmod_charset_lite.c259 case M_PUT:
/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.c4668 | (AP_METHOD_BIT << M_PUT)
4707 if (r->method_number == M_PUT) {
/httpd/modules/lua/
H A Dlua_request.c429 if (r->method_number != M_POST && r->method_number != M_PUT)

Completed in 428 milliseconds