Home
last modified time | relevance | path

Searched refs:http_ssl_send_wrapper (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/http/internal/
A Dhttp_wrappers.h37 int http_ssl_send_wrapper(httpclient_t *client, const char *data, size_t length);
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c187 int http_ssl_send_wrapper(httpclient_t *client, const char *data, size_t length) in http_ssl_send_wrapper() function
A Dhttp_client.c301 if (http_ssl_send_wrapper(client, send_buf, len) != len) { in httpclient_send_header()
359 …if (http_ssl_send_wrapper(client, client_data->post_buf, client_data->post_buf_len) != client_data… in httpclient_send_userdata()

Completed in 5 milliseconds