Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c141 switch (evhttp_request_get_command(req)) { in dump_request_cb()
195 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c141 switch (evhttp_request_get_command(req)) { in dump_request_cb()
195 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h825 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h825 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c791 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()
2033 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
2150 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()
/freebsd/contrib/libevent/test/
H A Dregress_http.c791 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()
2033 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
2150 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c4177 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/contrib/libevent/
H A Dhttp.c4177 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…