M_GET 898 modules/arch/win32/mod_isapi.c r->method_number = M_GET; M_GET 63 modules/cache/mod_cache.c if (r->method_number != M_GET) { M_GET 326 modules/cache/mod_file_cache.c if (r->method_number != M_GET) return DECLINED; M_GET 336 modules/cache/mod_file_cache.c r->allowed |= (AP_METHOD_BIT << M_GET); M_GET 4592 modules/dav/main/mod_dav.c | (AP_METHOD_BIT << M_GET) M_GET 4628 modules/dav/main/mod_dav.c if (r->method_number == M_GET) { M_GET 4756 modules/dav/main/mod_dav.c if (r->method_number == M_GET) { M_GET 41 modules/generators/mod_asis.c r->allowed |= (AP_METHOD_BIT << M_GET); M_GET 42 modules/generators/mod_asis.c if (r->method_number != M_GET) M_GET 72 modules/generators/mod_asis.c r->method_number = M_GET; M_GET 2258 modules/generators/mod_autoindex.c r->allowed |= (AP_METHOD_BIT << M_GET); M_GET 2259 modules/generators/mod_autoindex.c if (r->method_number != M_GET) { M_GET 974 modules/generators/mod_cgi.c r->method_number = M_GET; M_GET 1535 modules/generators/mod_cgid.c r->method_number = M_GET; M_GET 606 modules/generators/mod_info.c r->allowed |= (AP_METHOD_BIT << M_GET); M_GET 607 modules/generators/mod_info.c if (r->method_number != M_GET) M_GET 284 modules/generators/mod_status.c r->allowed = (AP_METHOD_BIT << M_GET); M_GET 285 modules/generators/mod_status.c if (r->method_number != M_GET) M_GET 334 modules/http/http_protocol.c if (r->method_number == M_GET) { M_GET 364 modules/http/http_protocol.c if (r->method_number == M_GET M_GET 426 modules/http/http_protocol.c register_one_method(p, "GET", M_GET); M_GET 517 modules/http/http_protocol.c ? M_GET : UNKNOWN_METHOD); M_GET 529 modules/http/http_protocol.c ? M_GET : UNKNOWN_METHOD); M_GET 775 modules/http/http_protocol.c if (*(int *)val == M_GET) M_GET 176 modules/http/http_request.c r->method_number = M_GET; M_GET 106 modules/ldap/util_ldap.c r->allowed |= (1 << M_GET); M_GET 107 modules/ldap/util_ldap.c if (r->method_number != M_GET) M_GET 164 modules/mappers/mod_actions.c if (r->method_number == M_GET) { M_GET 166 modules/mappers/mod_actions.c script = conf->scripted[M_GET]; M_GET 135 modules/mappers/mod_dir.c if ((r->method_number != M_GET) M_GET 874 modules/mappers/mod_imagemap.c if (r->method_number != M_GET || (strcmp(r->handler,IMAP_MAGIC_TYPE) M_GET 2832 modules/mappers/mod_negotiation.c if (r->method_number == M_GET) { M_GET 2993 modules/mappers/mod_negotiation.c ap_allow_standard_methods(r, REPLACE_ALLOW, M_GET, M_OPTIONS, M_GET 3000 modules/mappers/mod_negotiation.c if (r->method_number != M_GET && r->method_number != M_POST) { M_GET 3116 modules/mappers/mod_negotiation.c (r->method_number != M_GET) || r->args || M_GET 209 modules/mappers/mod_speling.c if (r->method_number != M_GET) { M_GET 722 modules/proxy/mod_proxy.c if (!r->proxyreq || r->method_number != M_GET || !r->parsed_uri.hostname) M_GET 99 modules/proxy/mod_proxy_ajp.c case M_GET: M_GET 636 modules/proxy/mod_proxy_balancer.c r->allowed = (AP_METHOD_BIT << M_GET); M_GET 637 modules/proxy/mod_proxy_balancer.c if (r->method_number != M_GET) M_GET 824 modules/proxy/mod_proxy_ftp.c if (r->method_number != M_GET) M_GET 3618 server/core.c ap_allow_standard_methods(r, MERGE_ALLOW, M_GET, M_OPTIONS, M_POST, -1); M_GET 3629 server/core.c if (r->method_number == M_GET || r->method_number == M_POST) { M_GET 3663 server/core.c if (r->method_number != M_GET) { M_GET 634 server/protocol.c if (r->method_number == M_GET && r->method[0] == 'H') { M_GET 1081 server/protocol.c rnew->method_number = M_GET; M_GET 482 server/util_script.c if ((cgi_status == HTTP_UNSET) && (r->method_number == M_GET)) {