Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/apps/
Dhttp_client.h84 HTTPC_RESULT_ERR_CLOSED = 4, enumerator
/third_party/lwip/src/apps/http/
Dhttp_client.c289 result = HTTPC_RESULT_ERR_CLOSED; in httpc_tcp_recv()
359 httpc_close(req, HTTPC_RESULT_ERR_CLOSED, 0, err); in httpc_tcp_err()