Searched refs:HTTP_OK (Results 1 – 5 of 5) sorted by relevance
| /libevent-2.1.12/test/ |
| H A D | bench_http.c | 64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_basic_cb() 78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_ref_cb()
|
| H A D | regress_http.c | 374 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb() 626 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb() 800 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb() 1622 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done() 1650 if (evhttp_request_get_response_code(req) == HTTP_OK) { in http_request_expect_error() 1831 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_empty_done() 1891 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_dispatcher_test_done() 2070 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_postrequest_done() 2187 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_putrequest_done() 3290 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_chunked_request_done() [all …]
|
| H A D | regress_rpc.c | 234 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
|
| /libevent-2.1.12/include/event2/ |
| H A D | http.h | 56 #define HTTP_OK 200 /**< request completed ok */ macro
|
| /libevent-2.1.12/ |
| H A D | evrpc.c | 489 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
|