Searched refs:_WSI_TOKEN_CLIENT_URI (Results 1 – 5 of 5) sorted by relevance
/external/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 793 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/ |
D | lws-http.h | 348 _WSI_TOKEN_CLIENT_URI, enumerator
|
/external/libwebsockets/lib/core-net/client/ |
D | connect.c | 29 _WSI_TOKEN_CLIENT_URI,
|
/external/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 218 if (hash_update_str(&hash_ctx, lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_URI)) || in build_sign_string()
|
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 2512 *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()
|