Home
last modified time | relevance | path

Searched refs:evhttp_request_get_command (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/libevent/sample/
H A Dhttp-server.c118 switch (evhttp_request_get_command(req)) { in dump_request_cb()
172 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
/freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h787 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
/freebsd-12.1/contrib/libevent/include/event2/
H A Dhttp.h822 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c698 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()
1734 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
1852 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()
/freebsd-12.1/contrib/libevent/test/
H A Dregress_http.c745 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()
1989 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
2106 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c3954 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function
H A DChangeLog-2.0427 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…
/freebsd-12.1/contrib/libevent/
H A Dhttp.c4117 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function
H A DChangeLog-2.0427 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…