Lines Matching refs:HTTP_OK
379 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
389 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_timeout_reply_cb()
409 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_large_cb()
461 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()
607 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
631 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
805 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
888 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb()
1357 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_timed_out_request_done()
1627 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done()
1655 if (evhttp_request_get_response_code(req) == HTTP_OK) { in http_request_expect_error()
1836 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_empty_done()
1880 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb()
1896 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_dispatcher_test_done()
2059 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb()
2075 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_postrequest_done()
2176 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb); in http_put_cb()
2192 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_putrequest_done()
2274 tt_assert(evhttp_request_get_response_code(req) == HTTP_OK); in close_detect_done()
2309 if (req != NULL && evhttp_request_get_response_code(req) != HTTP_OK) { in close_detect_cb()
3295 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_chunked_request_done()
3454 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_stream_in_chunk()
3535 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK); in http_stream_in_cancel_chunk()
3649 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_connection_retry_done()
4291 evhttp_send_reply_start(req, HTTP_OK, "OK"); in terminate_chunked_cb()