Searched refs:evhttp_request_get_command (Results 1 – 25 of 66) sorted by relevance
123
141 switch (evhttp_request_get_command(req)) { in dump_request_cb()195 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
825 enum evhttp_cmd_type evhttp_request_get_command(const struct evhttp_request *req);
791 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()
154 149: FUNC GLOBAL DEFAULT 15 evhttp_request_get_command
1342 "name" : "evhttp_request_get_command"7895 "function_name" : "evhttp_request_get_command",7896 "linker_set_key" : "evhttp_request_get_command",