Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c341 if (lws_hdr_total_length(wsi, WSI_TOKEN_VERSION)) in lws_process_ws_upgrade2()
343 atoi(lws_hdr_simple_ptr(wsi, WSI_TOKEN_VERSION)); in lws_process_ws_upgrade2()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h262 WSI_TOKEN_VERSION, enumerator
/third_party/libwebsockets/lib/roles/http/
Dparsers.c1514 const char *pv = lws_hdr_simple_ptr(wsi, WSI_TOKEN_VERSION); in lws_parse()