Home
last modified time | relevance | path

Searched refs:lws_get_opaque_user_data (Results 1 – 14 of 14) sorted by relevance

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/
Dminimal-ws-raw-proxy.c76 proxy_conn_t *pc = (proxy_conn_t *)lws_get_opaque_user_data(wsi); in callback_proxy_ws_server()
237 proxy_conn_t *pc = (proxy_conn_t *)lws_get_opaque_user_data(wsi); in callback_proxy_raw_client()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c55 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in secstream_mqtt_subscribe()
148 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in secstream_mqtt_publish()
217 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in secstream_mqtt()
Dss-h2.c35 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in secstream_h2()
Dss-raw.c36 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in secstream_raw()
Dss-ws.c34 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in secstream_ws()
Dss-h1.c434 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in secstream_h1()
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
Dminimal-mqtt-client-multi.c199 struct test_item *item = (struct test_item *)lws_get_opaque_user_data(wsi); in callback_mqtt()
/third_party/libwebsockets/include/libwebsockets/
Dlws-misc.h578 lws_get_opaque_user_data(const struct lws *wsi);
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c430 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in lws_http_client_socket_service()
722 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in lws_client_interpret_server_handshake()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c171 int n, idx = (int)(intptr_t)lws_get_opaque_user_data(wsi); in callback_http()
/third_party/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c264 conn = pss->conn = lws_get_opaque_user_data(wsi); in callback_raw_proxy()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c202 lws_sspc_handle_t *h = (lws_sspc_handle_t *)lws_get_opaque_user_data(wsi); in callback_sspc_client()
/third_party/libwebsockets/lib/core-net/
Dwsi.c928 lws_get_opaque_user_data(const struct lws *wsi) in lws_get_opaque_user_data() function
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1521 lws_ss_handle_t *h = (lws_ss_handle_t *)lws_get_opaque_user_data(wsi); in lws_h2_parse_end_of_frame()