Home
last modified time | relevance | path

Searched refs:lws_bind_protocol (Results 1 – 11 of 11) sorted by relevance

/external/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c148 lws_bind_protocol(wsi, wsi->protocol, __func__); in rops_adoption_bind_raw_proxy()
151 lws_bind_protocol(wsi, in rops_adoption_bind_raw_proxy()
/external/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c253 lws_bind_protocol(wsi, wsi->protocol, __func__); in rops_adoption_bind_raw_skt()
256 lws_bind_protocol(wsi, in rops_adoption_bind_raw_skt()
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c218 lws_bind_protocol(wsi, wsi->protocol, __func__);
221 lws_bind_protocol(wsi,
/external/libwebsockets/lib/roles/http/server/
Dserver.c723 if (lws_bind_protocol(wsi, &wsi->vhost->protocols[ in lws_http_serve()
746 if (lws_bind_protocol(wsi, pp, __func__)) in lws_http_serve()
1097 lws_bind_protocol(wsi, &lws_ws_proxy, __func__); in lws_http_proxy_start()
1536 if (lws_bind_protocol(wsi, &wsi->vhost->protocols[0], in lws_http_action()
1609 if (lws_bind_protocol(wsi, pp, "http action CALLBACK bind")) in lws_http_action()
1701 if (lws_bind_protocol(wsi, pp, "http_action HTTP")) in lws_http_action()
1898 lws_bind_protocol(wsi, protocol, __func__); in lws_http_to_fallback()
2366 if (lws_bind_protocol(wsi, &wsi->vhost->protocols[0], __func__)) in lws_http_transaction_completed()
/external/libwebsockets/lib/roles/ws/
Dserver-ws.c530 lws_bind_protocol(wsi, &wsi->vhost->protocols[n], in lws_process_ws_upgrade()
552 lws_bind_protocol(wsi, pcol, "ws upg pcol"); in lws_process_ws_upgrade()
/external/libwebsockets/lib/core-net/
Dconnect.c174 lws_bind_protocol(wsi, p, __func__); in lws_client_connect_via_info()
Dwsi.c923 lws_bind_protocol(struct lws *wsi, const struct lws_protocols *p, in lws_bind_protocol() function
/external/libwebsockets/lib/core/
Dprivate-lib-core.h654 lws_bind_protocol(struct lws *wsi, const struct lws_protocols *p,
/external/libwebsockets/lib/roles/h2/
Dops-h2.c792 if (lws_bind_protocol(wsi, pp, __func__)) in lws_h2_bind_for_post_before_action()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c1060 lws_bind_protocol(wsi, pr, __func__); in lws_generate_client_handshake()
Dclient-handshake.c1180 lws_bind_protocol(wsi, wsi->protocol, "client_reset");