Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/internal/
A Dhttp_opts.h16 #ifndef HTTPCLIENT_SEND_BUF_SIZE
17 #define HTTPCLIENT_SEND_BUF_SIZE 2048 //512 macro
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c35 #define HTTPCLIENT_SEND_BUF_SIZE (1024) /* send */ macro
106 if ((HTTPCLIENT_SEND_BUF_SIZE - idx) >= len) { in _utils_fill_tx_buffer()
109 cp_len = HTTPCLIENT_SEND_BUF_SIZE - idx; in _utils_fill_tx_buffer()
116 if (idx == HTTPCLIENT_SEND_BUF_SIZE) { in _utils_fill_tx_buffer()
118 HTTPCLIENT_SEND_BUF_SIZE, 5000); in _utils_fill_tx_buffer()
134 char send_buf[HTTPCLIENT_SEND_BUF_SIZE] = { 0 }; in _http_send_header()
135 char buf[HTTPCLIENT_SEND_BUF_SIZE] = { 0 }; in _http_send_header()
145 memset(send_buf, 0, HTTPCLIENT_SEND_BUF_SIZE); in _http_send_header()
/AliOS-Things-master/components/http/
A DREADME.md61 > HTTPCLIENT_SEND_BUF_SIZE : http发送缓存大小
63 #ifndef HTTPCLIENT_SEND_BUF_SIZE
64 #define HTTPCLIENT_SEND_BUF_SIZE 512
/AliOS-Things-master/components/http/src/
A Dhttp_client.c125 if ((HTTPCLIENT_SEND_BUF_SIZE - idx) >= len) { in httpclient_get_info()
128 cp_len = HTTPCLIENT_SEND_BUF_SIZE - idx ; in httpclient_get_info()
135 if (idx == HTTPCLIENT_SEND_BUF_SIZE) { in httpclient_get_info()
140 ret = http_tcp_send_wrapper(client, send_buf, HTTPCLIENT_SEND_BUF_SIZE) ; in httpclient_get_info()
196 int send_buf_size = HTTPCLIENT_SEND_BUF_SIZE; in httpclient_send_header()
197 int buf_size = HTTPCLIENT_SEND_BUF_SIZE; in httpclient_send_header()

Completed in 7 milliseconds