Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c402 while (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) { in lws_http_client_socket_service()
439 WSI_PARSING_COMPLETE) ? 1 : 0); in lws_http_client_socket_service()
457 WSI_PARSING_COMPLETE); in lws_http_client_socket_service()
468 if (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) in lws_http_client_socket_service()
1363 wsi->http.ah->parser_state == WSI_PARSING_COMPLETE && in lws_http_client_read()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h365 WSI_PARSING_COMPLETE, enumerator
/third_party/libwebsockets/lib/roles/http/
Dparsers.c1499 case WSI_PARSING_COMPLETE: in lws_parse()
1521 ah->parser_state = WSI_PARSING_COMPLETE; in lws_parse()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2252 if (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) in lws_handshake_server()