Searched defs:methods (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/http/ |
H A D | http_request.c | 690 va_list methods; local 694 * well-known methods but any extensions as well. 700 va_start(methods, reset); 701 while ((method = va_arg(methods, const char *)) != NULL) { 704 va_end(methods); 710 va_list methods; local 715 * well-known methods but any extensions as well. 722 va_start(methods, reset); 723 while ((method = va_arg(methods, int)) != -1) { 726 va_end(methods); [all...] |
H A D | http_protocol.c | 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; local 1586 * If it's one of our known methods, us 1616 char **methods; local 1649 char **methods; local [all...] |
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 497 char *methods[] = {"kqueue", "port", "epoll"}; local 507 "motorz_setup_pollset: apr_pollset_create_ex using %s", methods[i]);
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 26 * set of methods -- there is NO HOOK for us. 102 /* DAV methods */ 116 /* Register DAV methods */ 613 /* handy function for return values of methods that (may) create things. 1288 const apr_table_t *methods, 1301 /* show all supported methods */ 1302 arr = apr_table_elts(methods); 1317 /* check for support of specific methods */ 1337 if (apr_table_get(methods, name) != NULL) { 1603 apr_table_t *methods local 1286 dav_gen_supported_methods(request_rec *r, const apr_xml_elem *elem, const apr_table_t *methods, apr_text_header *body) argument [all...] |
Completed in 42 milliseconds