/third_party/nghttp2/src/ |
H A D | shrpx_api_downstream_connection.cc | 98 int APIDownstreamConnection::send_reply(unsigned int http_status, in send_reply() function in shrpx::APIDownstreamConnection 160 if (upstream->send_reply(downstream_, buf.base, buf.len) != 0) { in send_reply() 203 send_reply(404, APIStatusCode::FAILURE); in push_request_headers() 235 send_reply(413, APIStatusCode::FAILURE); in push_request_headers() 250 send_reply(500, APIStatusCode::FAILURE); in push_request_headers() 300 return send_reply(405, APIStatusCode::FAILURE); in error_method_not_allowed() 313 send_reply(413, APIStatusCode::FAILURE); in push_upload_data_chunk() 324 send_reply(500, APIStatusCode::FAILURE); in push_upload_data_chunk() 348 send_reply(200, APIStatusCode::SUCCESS); in handle_backendconfig() 355 send_reply(50 in handle_backendconfig() [all...] |
H A D | shrpx_api_downstream_connection.h | 93 int send_reply(unsigned int http_status, APIStatusCode api_status,
|
H A D | shrpx_health_monitor_downstream_connection.cc | 81 if (upstream->send_reply(downstream_, nullptr, 0) != 0) { in end_upload_data()
|
H A D | shrpx_upstream.h | 73 virtual int send_reply(Downstream *downstream, const uint8_t *body,
|
H A D | shrpx_http2_upstream.h | 84 virtual int send_reply(Downstream *downstream, const uint8_t *body,
|
H A D | shrpx_https_upstream.h | 79 virtual int send_reply(Downstream *downstream, const uint8_t *body,
|
H A D | shrpx_http3_upstream.h | 73 virtual int send_reply(Downstream *downstream, const uint8_t *body,
|
H A D | shrpx_mruby_module_response.cc | 266 rv = upstream->send_reply(downstream, body, bodylen); in response_return()
|
H A D | shrpx_https_upstream.cc | 977 int HttpsUpstream::send_reply(Downstream *downstream, const uint8_t *body, in send_reply() function in shrpx::HttpsUpstream 1446 return send_reply(downstream, nullptr, 0); in redirect_to_https()
|
H A D | shrpx_http2_upstream.cc | 1507 int Http2Upstream::send_reply(Downstream *downstream, const uint8_t *body, in send_reply() function in shrpx::Http2Upstream 2003 return send_reply(downstream, nullptr, 0); in redirect_to_https()
|
H A D | shrpx_http3_upstream.cc | 1679 int Http3Upstream::send_reply(Downstream *downstream, const uint8_t *body, in send_reply() function in shrpx::Http3Upstream
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
H A D | protocol_lws_minimal_dbus_ws_proxy.c | 245 goto send_reply; in dmh_connect() 273 goto send_reply; in dmh_connect() 280 send_reply: in dmh_connect()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 198 static int send_reply(fuse_req_t req, int error, const void *arg, in send_reply() function 284 return send_reply(req, 0, arg, argsize); in send_reply_ok() 289 return send_reply(req, -err, NULL, 0); in fuse_reply_err()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 4158 goto send_reply; in hostapd_global_ctrl_iface_receive() 4167 goto send_reply; in hostapd_global_ctrl_iface_receive() 4181 goto send_reply; in hostapd_global_ctrl_iface_receive() 4203 goto send_reply; in hostapd_global_ctrl_iface_receive() 4269 send_reply: in hostapd_global_ctrl_iface_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 4817 goto send_reply; in hostapd_global_ctrl_iface_receive() 4826 goto send_reply; in hostapd_global_ctrl_iface_receive() 4841 goto send_reply; in hostapd_global_ctrl_iface_receive() 4863 goto send_reply; in hostapd_global_ctrl_iface_receive() 4929 send_reply: in hostapd_global_ctrl_iface_receive()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 245 static int send_reply(fuse_req_t req, int error, const void *arg, function 321 return send_reply(req, 0, arg, argsize); 326 return send_reply(req, -err, NULL, 0);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.c | 1587 goto send_reply; in radius_server_request() 1651 send_reply: in radius_server_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 1420 goto send_reply; in radius_server_request() 1484 send_reply: in radius_server_request()
|