Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c92 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in rops_handle_POLLIN_raw_skt()
/third_party/libwebsockets/lib/roles/mqtt/client/
Dclient-mqtt.c208 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in lws_mqtt_client_socket_service()
/third_party/libwebsockets/lib/core-net/
Dsocks5-client.c255 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd, in lws_socks5c_handle_state() function
Dprivate-lib-core-net.h1523 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd,
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c82 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in lws_http_client_socket_service()