Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/apps/
Dhttp_client.h90 HTTPC_RESULT_ERR_MEM = 7, enumerator
/third_party/lwip/src/apps/http/
Dhttp_client.c405 return httpc_close(req, HTTPC_RESULT_ERR_MEM, 0, r); in httpc_tcp_connected()