Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/ws/
Dprivate-lib-roles-ws.h167 lws_ws_handshake_client(struct lws *wsi, unsigned char **buf, size_t len);
Dclient-ws.c70 lws_ws_handshake_client(struct lws *wsi, unsigned char **buf, size_t len) in lws_ws_handshake_client() function
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c74 if (lws_ws_handshake_client(wsi, &buf, (size_t)len)) in lws_read_h1()
262 if (lws_ws_handshake_client(wsi, &buf, (size_t)len)) in lws_read_h1()