Searched refs:http_tcp_recv_wrapper (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/http/internal/ |
A D | http_wrappers.h | 32 int http_tcp_recv_wrapper(httpclient_t *client, char *buf, int buflen, int timeout_ms, int *p_read_…
|
/AliOS-Things-master/components/http/src/ |
A D | http_aos_wrapper.c | 117 int http_tcp_recv_wrapper(httpclient_t *client, char *buf, int buflen, int timeout_ms, int *p_read_… in http_tcp_recv_wrapper() function
|
A D | http_client.c | 390 ret = http_tcp_recv_wrapper(client, buf, max_len, timeout_ms, p_read_len); in httpclient_recv_data()
|
Completed in 5 milliseconds