Searched refs:evhttp_request_get_command (Results 1 – 4 of 4) sorted by relevance
142 switch (evhttp_request_get_command(req)) { in dump_request_cb()196 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
826 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
796 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) { in http_delete_cb()2038 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()2155 if (evhttp_request_get_command(req) != EVHTTP_REQ_PUT) { in http_put_cb()
4181 evhttp_request_get_command(const struct evhttp_request *req) { in evhttp_request_get_command() function