Home
last modified time | relevance | path

Searched refs:_WSI_TOKEN_CLIENT_URI (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/lib/roles/http/client/
Dclient-http.c793 if (lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_URI)) in lws_client_interpret_server_handshake()
795 _WSI_TOKEN_CLIENT_URI), sizeof(new_path)); in lws_client_interpret_server_handshake()
1186 path = lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_URI); in lws_generate_client_handshake()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h348 _WSI_TOKEN_CLIENT_URI, enumerator
/external/libwebsockets/lib/core-net/client/
Dconnect.c29 _WSI_TOKEN_CLIENT_URI,
/external/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c218 if (hash_update_str(&hash_ctx, lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_URI)) || in build_sign_string()
/external/libwebsockets/lib/roles/h2/
Dhttp2.c2512 *uri = lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_URI), *simp; in lws_h2_client_handshake()
2567 n = lws_hdr_total_length(wsi, _WSI_TOKEN_CLIENT_URI); in lws_h2_client_handshake()