Searched refs:method (Results 1 – 8 of 8) sorted by relevance
342 method = NULL; in evhttp_method()1721 char *method; in evhttp_parse_request_line() local1789 if (method[3] == 'T' && method[2] == 'S' && method[1] == 'O') { in evhttp_parse_request_line()1794 if (method[3] == 'D' && method[2] == 'A' && method[1] == 'E') { in evhttp_parse_request_line()1806 if (method[4] == 'H' && method[3] == 'C' && method[2] == 'T' && method[1] == 'A') { in evhttp_parse_request_line()1811 if (method[4] == 'E' && method[3] == 'C' && method[2] == 'A' && method[1] == 'R') { in evhttp_parse_request_line()1828 …if (method[5] == 'E' && method[4] == 'T' && method[3] == 'E' && method[2] == 'L' && method[1] == '… in evhttp_parse_request_line()1837 if (method[6] == 'S' && method[5] == 'N' && method[4] == 'O' && in evhttp_parse_request_line()1838 method[3] == 'I' && method[2] == 'T' && method[1] == 'P') { in evhttp_parse_request_line()1844 if (method[6] == 'T' && method[5] == 'C' && method[4] == 'E' && in evhttp_parse_request_line()[all …]
535 const char *method) in event_config_is_avoided_method() argument541 strcmp(entry->avoid_method, method) == 0) in event_config_is_avoided_method()1107 const struct eventop **method; in event_get_supported_methods() local1112 for (method = &eventops[0]; *method != NULL; ++method) { in event_get_supported_methods()1181 event_config_avoid_method(struct event_config *cfg, const char *method) in event_config_avoid_method() argument1187 if ((entry->avoid_method = mm_strdup(method)) == NULL) { in event_config_avoid_method()
168 /* We don't want to use the "select" method. */170 /* We want a method that can work with non-socket file descriptors */175 /* There is no backend method that does what we want. */498 event_base_start_iocp() method on an event_base before contructing
206 o Make the test.sh script run unit tests for the evpoll method.219 …o Remove support for the rtsig method: it hasn't compiled for a while, and nobody seems to miss it…
446 o evhttp: Return 501 when we get an unrecognized method, not 400. (536311a)1127 …o evtag_encode_int[64] to avoid polluting the global namespace. The old method names are still av…1230 o provide a method for canceling ongoing http requests.
224 o CONNECT method only takes an authority (7d1ffe64)470 o [Issue #313] set method to ASCII "NULL" if evhttp_method() returns NULL (17cc636 Mark Ellzey)
152 const char *method = NULL; local174 method = optarg;204 if (method != NULL) {208 if (strcmp(methods[i], method))
490 int event_config_avoid_method(struct event_config *cfg, const char *method);