Searched refs:evhttp_request_get_command (Results 1 – 9 of 9) sorted by relevance
118 switch (evhttp_request_get_command(req)) { in dump_request_cb()172 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
787 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
822 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
698 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()
745 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()
3954 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function
427 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…
4117 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function