• Home
  • Raw
  • Download

Lines Matching refs:HTTP_OK

342 	evhttp_send_reply(req, HTTP_OK, "Everything is fine",  in http_basic_cb()
358 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_large_cb()
410 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()
557 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
581 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
754 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
837 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb()
1309 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_timed_out_request_done()
1579 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done()
1607 if (evhttp_request_get_response_code(req) == HTTP_OK) { in http_request_expect_error()
1787 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_empty_done()
1831 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb()
1847 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_dispatcher_test_done()
2010 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb()
2026 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_postrequest_done()
2127 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb); in http_put_cb()
2143 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_putrequest_done()
2225 tt_assert(evhttp_request_get_response_code(req) == HTTP_OK); in close_detect_done()
2260 if (req != NULL && evhttp_request_get_response_code(req) != HTTP_OK) { in close_detect_cb()
3225 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_chunked_request_done()
3383 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_stream_in_chunk()
3464 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK); in http_stream_in_cancel_chunk()
3578 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_connection_retry_done()
4225 evhttp_send_reply_start(req, HTTP_OK, "OK"); in terminate_chunked_cb()