Home
last modified time | relevance | path

Searched refs:HTTP_OK (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dbench_http.c65 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_basic_cb()
79 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_ref_cb()
H A Dregress_http.c379 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()
[all …]
H A Dregress_rpc.c238 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dhttp.h15 HTTP_OK = 200, enumerator
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.c94 #define HTTP_OK 200 macro
949 case HTTP_OK: in _http_request()
1075 conn->err = HTTP_OK; in _http_request()
1084 if (conn->err == HTTP_OK || conn->err == HTTP_PARTIAL || HTTP_ERROR(conn->err)) in _http_request()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h57 #define HTTP_OK 200 /**< request completed ok */ macro
/netbsd-src/external/bsd/libevent/dist/
H A Devrpc.c493 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()