Searched refs:HTTP_OK (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/libevent/dist/test/ |
| H A D | bench_http.c | 65 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 D | regress_http.c | 289 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb() 343 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb() 458 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply() 482 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb() 661 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb() 1128 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done() 1156 if (evhttp_request_get_response_code(req) == HTTP_OK) { in http_request_expect_error() 1332 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_empty_done() 1376 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb() 1387 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_dispatcher_test_done() [all …]
|
| H A D | regress_rpc.c | 238 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
|
| /minix3/external/bsd/fetch/dist/libfetch/ |
| H A D | http.c | 117 #define HTTP_OK 200 macro 970 case HTTP_OK: in http_request() 1103 conn->err = HTTP_OK; in http_request() 1112 if (conn->err == HTTP_OK || in http_request()
|
| /minix3/external/bsd/libevent/dist/include/event2/ |
| H A D | http.h | 55 #define HTTP_OK 200 /**< request completed ok */ macro
|
| /minix3/external/bsd/libevent/dist/ |
| H A D | evrpc.c | 493 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
|