OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_OK
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
http.h
15
HTTP_OK
= 200,
wps_upnp_web.c
246
case
HTTP_OK
:
484
return
HTTP_OK
;
569
return
HTTP_OK
;
671
return
HTTP_OK
;
731
return
HTTP_OK
;
793
if (ret ==
HTTP_OK
) {
818
if (ret ==
HTTP_OK
) {
956
if (ret !=
HTTP_OK
)
1141
http_put_reply_code(buf,
HTTP_OK
);
1318
ret =
HTTP_OK
;
[
all
...]
/src/external/bsd/libevent/dist/test/
bench_http.c
65
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
79
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
regress_http.c
379
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine",
389
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", NULL);
409
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
461
evhttp_send_reply_start(req,
HTTP_OK
, "Everything is fine");
607
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", NULL);
631
evhttp_send_reply(req,
HTTP_OK
, "OK", buf);
805
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine",
888
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
1357
tt_int_op(evhttp_request_get_response_code(req), !=,
HTTP_OK
);
1627
if (evhttp_request_get_response_code(req) !=
HTTP_OK
) {
[
all
...]
regress_rpc.c
238
if (req->response_code !=
HTTP_OK
) {
/src/external/bsd/ntp/dist/sntp/libevent/test/
bench_http.c
66
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
80
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
regress_http.c
376
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine",
386
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", NULL);
406
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
458
evhttp_send_reply_start(req,
HTTP_OK
, "Everything is fine");
604
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", NULL);
628
evhttp_send_reply(req,
HTTP_OK
, "OK", buf);
802
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine",
885
evhttp_send_reply(req,
HTTP_OK
, "Everything is fine", evb);
1354
tt_int_op(evhttp_request_get_response_code(req), !=,
HTTP_OK
);
1624
if (evhttp_request_get_response_code(req) !=
HTTP_OK
) {
[
all
...]
regress_rpc.c
236
if (req->response_code !=
HTTP_OK
) {
/src/share/examples/refuse/ian/libfetch/
http.c
94
#define
HTTP_OK
200
949
case
HTTP_OK
:
1075
conn->err =
HTTP_OK
;
1084
if (conn->err ==
HTTP_OK
|| conn->err == HTTP_PARTIAL || HTTP_ERROR(conn->err))
/src/external/bsd/fetch/dist/libfetch/
http.c
124
#define
HTTP_OK
200
796
if (http_get_reply(conn) !=
HTTP_OK
) {
1037
case
HTTP_OK
:
1170
conn->err =
HTTP_OK
;
1179
if (conn->err ==
HTTP_OK
||
/src/external/bsd/libevent/dist/include/event2/
http.h
57
#define
HTTP_OK
200 /**< request completed ok */
/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
http.h
58
#define
HTTP_OK
200 /**< request completed ok */
/src/external/bsd/nsd/dist/
metrics.c
334
evhttp_send_reply(req,
HTTP_OK
, NULL, reply);
/src/external/bsd/libevent/dist/
evrpc.c
493
evhttp_send_reply(req,
HTTP_OK
, "OK", rpc_state->rpc_data);
/src/external/bsd/ntp/dist/sntp/libevent/
evrpc.c
491
evhttp_send_reply(req,
HTTP_OK
, "OK", rpc_state->rpc_data);
Completed in 67 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026