M_POST           4615 modules/dav/main/mod_dav.c         | (AP_METHOD_BIT << M_POST);
M_POST           4636 modules/dav/main/mod_dav.c     if (r->method_number == M_POST) {
M_POST           4780 modules/dav/main/mod_dav.c     if (r->method_number != M_POST) {
M_POST            275 modules/filters/mod_charset_lite.c     case M_POST:
M_POST            260 modules/generators/mod_cgi.c     if ((r->method_number == M_POST || r->method_number == M_PUT) &&
M_POST           1059 modules/generators/mod_cgid.c     if ((r->method_number == M_POST || r->method_number == M_PUT)
M_POST            428 modules/http/http_protocol.c     register_one_method(p, "POST", M_POST);
M_POST            534 modules/http/http_protocol.c                     ? M_POST : UNKNOWN_METHOD);
M_POST           2994 modules/mappers/mod_negotiation.c                                   M_POST, -1);
M_POST           3000 modules/mappers/mod_negotiation.c         if (r->method_number != M_GET && r->method_number != M_POST) {
M_POST           3618 server/core.c      ap_allow_standard_methods(r, MERGE_ALLOW, M_GET, M_OPTIONS, M_POST, -1);
M_POST           3629 server/core.c      if (r->method_number == M_GET || r->method_number == M_POST) {