Home
last modified time | relevance | path

Searched refs:method (Results 1 – 8 of 8) sorted by relevance

/libevent-2.1.12/
H A Dhttp.c342 method = NULL; in evhttp_method()
1721 char *method; in evhttp_parse_request_line() local
1789 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 …]
H A Devent.c535 const char *method) in event_config_is_avoided_method() argument
541 strcmp(entry->avoid_method, method) == 0) in event_config_is_avoided_method()
1107 const struct eventop **method; in event_get_supported_methods() local
1112 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() argument
1187 if ((entry->avoid_method = mm_strdup(method)) == NULL) { in event_config_avoid_method()
H A Dwhatsnew-2.0.txt168 /* 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
H A DChangeLog-1.4206 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…
H A DChangeLog-2.0446 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.
H A DChangeLog224 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)
/libevent-2.1.12/test/
H A Dbench.c152 const char *method = NULL; local
174 method = optarg;
204 if (method != NULL) {
208 if (strcmp(methods[i], method))
/libevent-2.1.12/include/event2/
H A Devent.h490 int event_config_avoid_method(struct event_config *cfg, const char *method);