Home
last modified time | relevance | path

Searched refs:mg_send_head (Results 1 – 6 of 6) sorted by relevance

/dports/www/cpr/cpr-1.7.0/test/
H A DhttpServer.cpp36 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestHello()
65 mg_send_head(conn, 200, 0, headers.c_str()); in OnRequestOptions()
88 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestLowSpeed()
96 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestLowSpeedBytes()
119 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestBasicCookies()
139 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestEmptyCookies()
170 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestV1Cookies()
237 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestBasicJson()
272 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestHeaderReflect()
297 mg_send_head(conn, 302, response.length(), headers.c_str()); in OnRequestTempRedirect()
[all …]
H A DhttpsServer.cpp52 mg_send_head(conn, 200, response.length(), headers.c_str()); in OnRequestHello()
/dports/multimedia/smplayer/smplayer-21.10.0/webserver/
H A Dmongoose.h5147 void mg_send_head(struct mg_connection *n, int status_code,
H A Dmongoose.c6730 void mg_send_head(struct mg_connection *c, int status_code, function
6745 mg_send_head(nc, code, strlen(reason),
/dports/comms/rtl-433/rtl_433-21.12/include/
H A Dmongoose.h5680 void mg_send_head(struct mg_connection *n, int status_code,
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dmongoose.c7252 void mg_send_head(struct mg_connection *c, int status_code, function
7267 mg_send_head(nc, code, strlen(reason),