Searched refs:lws_socks5c_handle_state (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/roles/raw-skt/ |
D | ops-raw-skt.c | 92 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in rops_handle_POLLIN_raw_skt()
|
/third_party/libwebsockets/lib/roles/mqtt/client/ |
D | client-mqtt.c | 208 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in lws_mqtt_client_socket_service()
|
/third_party/libwebsockets/lib/core-net/ |
D | socks5-client.c | 255 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd, in lws_socks5c_handle_state() function
|
D | private-lib-core-net.h | 1523 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd,
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 82 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in lws_http_client_socket_service()
|