Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/sample/
H A Dhttp-server.c109 switch (evhttp_request_get_command(req)) { in dump_request_cb()
163 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
/minix3/external/bsd/libevent/dist/include/event2/
H A Dhttp.h537 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
/minix3/external/bsd/libevent/dist/test/
H A Dregress_http.c652 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()
1531 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
1649 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()
/minix3/external/bsd/libevent/dist/
H A Dhttp.c3637 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function
H A DChangeLog491 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…