Searched refs:http_tcp_send_wrapper (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/http/src/ |
A D | http_formdata.c | 331 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 D | http_client.c | 140 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 D | http_aos_wrapper.c | 97 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 D | http_wrappers.h | 31 int http_tcp_send_wrapper(httpclient_t *client, const char *data, int length);
|
Completed in 6 milliseconds