Home
last modified time | relevance | path

Searched refs:lws_client_ws_upgrade (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dclient-ws.c234 lws_client_ws_upgrade(struct lws *wsi, const char **cce) in lws_client_ws_upgrade() function
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h1182 lws_client_ws_upgrade(struct lws *wsi, const char **cce);
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1025 switch (lws_client_ws_upgrade(wsi, &cce)) { in lws_client_interpret_server_handshake()