Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-http.h237 WSI_TOKEN_HTTP, enumerator
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c660 p = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP); in lws_client_interpret_server_handshake()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1669 http_version_len = lws_hdr_total_length(wsi, WSI_TOKEN_HTTP); in lws_http_action()
1673 WSI_TOKEN_HTTP) > 0 && in lws_http_action()
/external/libwebsockets/lib/roles/http/
Dparsers.c1107 ah->parser_state = WSI_TOKEN_HTTP; in lws_parse()