Home
last modified time | relevance | path

Searched refs:send_reply (Results 1 - 18 of 18) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_api_downstream_connection.cc98 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 Dshrpx_api_downstream_connection.h93 int send_reply(unsigned int http_status, APIStatusCode api_status,
H A Dshrpx_health_monitor_downstream_connection.cc81 if (upstream->send_reply(downstream_, nullptr, 0) != 0) { in end_upload_data()
H A Dshrpx_upstream.h73 virtual int send_reply(Downstream *downstream, const uint8_t *body,
H A Dshrpx_http2_upstream.h84 virtual int send_reply(Downstream *downstream, const uint8_t *body,
H A Dshrpx_https_upstream.h79 virtual int send_reply(Downstream *downstream, const uint8_t *body,
H A Dshrpx_http3_upstream.h73 virtual int send_reply(Downstream *downstream, const uint8_t *body,
H A Dshrpx_mruby_module_response.cc266 rv = upstream->send_reply(downstream, body, bodylen); in response_return()
H A Dshrpx_https_upstream.cc977 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 Dshrpx_http2_upstream.cc1507 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 Dshrpx_http3_upstream.cc1679 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 Dprotocol_lws_minimal_dbus_ws_proxy.c245 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 Dfuse_lowlevel.c198 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 Dap_ctrl_iface.c4158 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 Dap_ctrl_iface.c4817 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 Dfuse_lowlevel.c245 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 Dradius_server.c1587 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 Dradius_server.c1420 goto send_reply; in radius_server_request()
1484 send_reply: in radius_server_request()

Completed in 42 milliseconds