Lines Matching defs:methods
577 * For all other request methods, failure means the server MUST
580 * GET or HEAD allow weak etag comparison, all other methods require
633 * Singleton registry of additional methods. This maps new method names
670 /* put all the standard methods into the registry hash to ease the
727 "Maximum new request methods %d reached while "
745 from there. Should new HTTP methods be added, then manual insertion
1031 /* the M_GET method actually refers to two methods */
1042 ### these methods */
1583 char **methods;
1586 * If it's one of our known methods, use the shortcut and check the
1599 methods = (char **)l->method_list->elts;
1601 if (strcmp(method, methods[i]) == 0) {
1616 char **methods;
1619 * If it's one of our known methods, use the shortcut and use the
1631 methods = (char **)l->method_list->elts;
1633 if (strcmp(method, methods[i]) == 0) {
1649 char **methods;
1652 * If it's a known methods, either builtin or registered
1665 methods = (char **)l->method_list->elts;
1667 if (strcmp(method, methods[i]) == 0) {
1669 methods[j] = methods[k];