Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/src/
A Dhttp_formdata.c331 ret = http_tcp_send_wrapper(client, data, strlen(data)); in httpclient_send_formdata()
336 ret = http_tcp_send_wrapper(client, current->data, current->data_len); in httpclient_send_formdata()
366 ret = http_tcp_send_wrapper(client, data, ret); in httpclient_send_formdata()
389 ret = http_tcp_send_wrapper(client, data, strlen(data)); in httpclient_send_formdata()
394 ret = http_tcp_send_wrapper(client, current->data, current->data_len); in httpclient_send_formdata()
403 ret = http_tcp_send_wrapper(client, data, strlen(data)); in httpclient_send_formdata()
A Dhttp_client.c140 ret = http_tcp_send_wrapper(client, send_buf, HTTPCLIENT_SEND_BUF_SIZE) ; in httpclient_get_info()
312 ret = http_tcp_send_wrapper(client, send_buf, len); in httpclient_send_header()
366 ret = http_tcp_send_wrapper(client, client_data->post_buf, client_data->post_buf_len); in httpclient_send_userdata()
A Dhttp_aos_wrapper.c97 int http_tcp_send_wrapper(httpclient_t *client, const char *data, int length) in http_tcp_send_wrapper() function
/AliOS-Things-master/components/http/internal/
A Dhttp_wrappers.h31 int http_tcp_send_wrapper(httpclient_t *client, const char *data, int length);

Completed in 6 milliseconds