Lines Matching defs:method
194 * method was.
196 apr_table_setn(r->subprocess_env, "REQUEST_METHOD", r->method);
199 * Provide a special method for modules to communicate
207 r->method = "GET";
438 new->method = r->method;
689 const char *method;
701 while ((method = va_arg(methods, const char *)) != NULL) {
702 ap_method_list_add(r->allowed_methods, method);
709 int method;
723 while ((method = va_arg(methods, int)) != -1) {
724 mask |= (AP_METHOD_BIT << method);