Home
last modified time | relevance | path

Searched refs:WSI_TOKEN_UPGRADE (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-http.h223 WSI_TOKEN_UPGRADE, /* 5 */ enumerator
/external/libwebsockets/lib/roles/ws/
Dclient-ws.c279 p = lws_hdr_simple_ptr(wsi, WSI_TOKEN_UPGRADE); in lws_client_ws_upgrade()
/external/libwebsockets/lib/roles/http/server/
Dserver.c2354 if (lws_hdr_total_length(wsi, WSI_TOKEN_UPGRADE)) { in lws_handshake_server()
2357 WSI_TOKEN_UPGRADE); in lws_handshake_server()
/external/libwebsockets/lib/roles/http/
Dparsers.c1512 if (lws_hdr_total_length(wsi, WSI_TOKEN_UPGRADE)) { in lws_parse()