Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/client/
Dclient-http.c323 if (wsi->http.proxy_clientside) in lws_client_socket_service()
356 if (wsi->http.proxy_clientside) { in lws_client_socket_service()
672 !wsi->http.proxy_clientside && in lws_client_interpret_server_handshake()
1359 !!wsi->http.proxy_clientside in lws_http_client_read()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c711 if (wsi->http.proxy_clientside) { in rops_handle_POLLOUT_h1()
1105 if (!wsi->http.proxy_clientside) in rops_close_kill_connection_h1()
1108 wsi->http.proxy_clientside = 0; in rops_close_kill_connection_h1()
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h267 unsigned int proxy_clientside:1; member
/external/libwebsockets/lib/roles/h2/
Dops-h2.c649 if (wsi->http.proxy_clientside) { in rops_close_kill_connection_h2()
651 wsi->http.proxy_clientside = 0; in rops_close_kill_connection_h2()
657 wsi->http.proxy_clientside = 0; in rops_close_kill_connection_h2()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1266 cwsi->http.proxy_clientside = 1; in lws_http_proxy_start()