Searched refs:http_ssl_recv_wrapper (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/http/internal/ |
A D | http_wrappers.h | 38 int http_ssl_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 | 435 int http_ssl_recv_wrapper(httpclient_t *client, char *buf, int buflen, int timeout_ms, int *p_read_… in http_ssl_recv_wrapper() function
|
A D | http_client.c | 394 ret = http_ssl_recv_wrapper(client, buf, max_len, timeout_ms, p_read_len); in httpclient_recv_data()
|
Completed in 5 milliseconds