Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/client/
Dclient-http.c688 char *mp = lws_hdr_simple_ptr(wsi,_WSI_TOKEN_CLIENT_METHOD); in lws_client_interpret_server_handshake()
689 int ml = lws_hdr_total_length(wsi, _WSI_TOKEN_CLIENT_METHOD); in lws_client_interpret_server_handshake()
696 _WSI_TOKEN_CLIENT_METHOD]].len = 3; in lws_client_interpret_server_handshake()
1037 meth = lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_METHOD); in lws_generate_client_handshake()
Dclient-handshake.c73 _WSI_TOKEN_CLIENT_METHOD); in lws_client_connect_4_established()
810 _WSI_TOKEN_CLIENT_METHOD);
1025 _WSI_TOKEN_CLIENT_METHOD,
1399 _WSI_TOKEN_CLIENT_METHOD,
/external/libwebsockets/include/libwebsockets/
Dlws-http.h350 _WSI_TOKEN_CLIENT_METHOD, enumerator
/external/libwebsockets/lib/roles/h2/
Dhttp2.c2304 char *meth = lws_hdr_simple_ptr(wsi, _WSI_TOKEN_CLIENT_METHOD), in lws_h2_client_handshake()