Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/internal/
A Dhttp_wrappers.h32 …ttp_tcp_recv_wrapper(httpclient_t *client, char *buf, int buflen, int timeout_ms, int *p_read_len);
38 …ttp_ssl_recv_wrapper(httpclient_t *client, char *buf, int buflen, int timeout_ms, int *p_read_len);
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c117 …http_tcp_recv_wrapper(httpclient_t *client, char *buf, int buflen, int timeout_ms, int *p_read_len) in http_tcp_recv_wrapper() argument
172 *p_read_len = readLen; in http_tcp_recv_wrapper()
177 *p_read_len = readLen; in http_tcp_recv_wrapper()
435 …http_ssl_recv_wrapper(httpclient_t *client, char *buf, int buflen, int timeout_ms, int *p_read_len) in http_ssl_recv_wrapper() argument
476 *p_read_len = readLen; in http_ssl_recv_wrapper()
481 *p_read_len = readLen; in http_ssl_recv_wrapper()
A Dhttp_client.c384 …nt httpclient_recv_data(httpclient_t *client, char *buf, int min_len, int max_len, int *p_read_len) in httpclient_recv_data() argument
390 ret = http_tcp_recv_wrapper(client, buf, max_len, timeout_ms, p_read_len); in httpclient_recv_data()
394 ret = http_ssl_recv_wrapper(client, buf, max_len, timeout_ms, p_read_len); in httpclient_recv_data()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c48 int *p_read_len, uint32_t timeout);
215 int *p_read_len, uint32_t timeout_ms) in _http_recv() argument
223 *p_read_len = 0; in _http_recv()
230 *p_read_len = ret; in _http_recv()

Completed in 7 milliseconds