Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttp_client.c148 httpc_parse_state_t parse_state; member
287 if (req->parse_state != HTTPC_PARSE_RX_DATA) { in httpc_tcp_recv()
300 if (req->parse_state != HTTPC_PARSE_RX_DATA) { in httpc_tcp_recv()
306 if (req->parse_state == HTTPC_PARSE_WAIT_FIRST_LINE) { in httpc_tcp_recv()
311 req->parse_state = HTTPC_PARSE_WAIT_HEADERS; in httpc_tcp_recv()
314 if (req->parse_state == HTTPC_PARSE_WAIT_HEADERS) { in httpc_tcp_recv()
334 req->parse_state = HTTPC_PARSE_RX_DATA; in httpc_tcp_recv()
338 if ((p != NULL) && (req->parse_state == HTTPC_PARSE_RX_DATA)) { in httpc_tcp_recv()

Completed in 4 milliseconds