Home
last modified time | relevance | path

Searched refs:proxy_clientside (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c718 if (wsi->http.proxy_clientside) { in rops_handle_POLLOUT_h1()
1071 if (!wsi->http.proxy_clientside) in rops_close_kill_connection_h1()
1074 wsi->http.proxy_clientside = 0; in rops_close_kill_connection_h1()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c305 if (wsi->http.proxy_clientside && wsi->parent && in lws_http_client_socket_service()
337 if (wsi->http.proxy_clientside && wsi->parent && in lws_http_client_socket_service()
700 !wsi->http.proxy_clientside && in lws_client_interpret_server_handshake()
1503 !!wsi->http.proxy_clientside in lws_http_client_read()
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h272 unsigned int proxy_clientside:1; member
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c682 if (wsi->http.proxy_clientside) { in rops_close_kill_connection_h2()
684 wsi->http.proxy_clientside = 0; in rops_close_kill_connection_h2()
690 wsi->http.proxy_clientside = 0; in rops_close_kill_connection_h2()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1477 cwsi->http.proxy_clientside = 1; in lws_http_proxy_start()