Searched refs:response_buf_len (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/http/src/ |
A D | http_client.c | 413 if (count + len < client_data->response_buf_len - 1) { in httpclient_retrieve_content() 419 client_data->response_buf[client_data->response_buf_len - 1] = '\0'; in httpclient_retrieve_content() 420 client_data->content_block_len = client_data->response_buf_len - 1; in httpclient_retrieve_content() 519 if (count + templen < client_data->response_buf_len - 1) { in httpclient_retrieve_content() 526 client_data->response_buf[client_data->response_buf_len - 1] = '\0'; in httpclient_retrieve_content() 528 client_data->content_block_len = client_data->response_buf_len - 1; in httpclient_retrieve_content() 830 client_data->response_buf_len < HTTPCLIENT_CHUNK_SIZE) { in httpclient_recv() 964 client_data->response_buf_len = resp_size; in httpclient_prepare() 978 int response_buf_len = client_data->response_buf_len; in httpclient_reset() local 985 client_data->response_buf_len = response_buf_len; in httpclient_reset() [all …]
|
/AliOS-Things-master/components/py_engine/modules/network/http/ |
A D | httputility.c | 175 client_data.response_buf_len = sizeof(rsp_buf); in task_http_download_func() 228 client_data.response_buf_len = sizeof(rsp_buf); in task_http_request_func() 244 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 263 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 274 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 281 client_data.response_buf, client_data.response_buf_len); in task_http_request_func()
|
A D | modhttp.c | 206 client_data.response_buf_len = sizeof(rsp_buf); in task_http_download_func() 293 client_data.response_buf_len = sizeof(rsp_buf); in task_http_request_func() 311 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 320 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 335 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 350 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 365 client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 373 client_data.response_buf, client_data.response_buf_len); in task_http_request_func()
|
A D | httpclient.c | 97 http_client_obj->client_data.response_buf_len = sizeof(rsp_buf); in http_client_new() 597 client_data.response_buf_len = sizeof(rsp_buf); in task_http_download_func()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/ |
A D | module_http.c | 180 client_data.response_buf_len = sizeof(rsp_buf); in task_http_download_func() 228 client_data.response_buf_len = sizeof(rsp_buf); in task_http_request_func() 242 …_STR,"GET Data received: %s, len=%d \r\n", client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 254 …STR,"POST Data received: %s, len=%d \r\n", client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 263 …(MOD_STR,"Data received: %s, len=%d \r\n", client_data.response_buf, client_data.response_buf_len); in task_http_request_func() 269 …(MOD_STR,"Data received: %s, len=%d \r\n", client_data.response_buf, client_data.response_buf_len); in task_http_request_func()
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_httpc.c | 281 client_data->response_buf_len - 1) { in _utils_fill_rx_buf() 291 client_data->response_buf_len - 1 - count); in _utils_fill_rx_buf() 292 client_data->response_buf[client_data->response_buf_len - 1] = '\0'; in _utils_fill_rx_buf() 294 (client_data->response_buf_len - 1 - count); in _utils_fill_rx_buf() 345 client_data->response_buf_len - 1 - in _http_get_response_body() 618 (0 != client_data->response_buf_len)) { in httpclient_common() 787 http_handle->http_client_data.response_buf_len = in wrapper_http_perform()
|
/AliOS-Things-master/components/http/example/ |
A D | http_example.c | 38 client_data.response_buf_len = sizeof(rsp_buf); in http_comp_example()
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_httpc.h | 88 int response_buf_len; /**< Response buffer length. */ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/ |
A D | module_http.c | 177 client_data.response_buf_len = HTTP_BUFF_SIZE; in http_download_func() 283 client_data.response_buf_len = HTTP_BUFF_SIZE; in task_http_request_func() 308 client_data.response_buf_len); in task_http_request_func() 327 client_data.response_buf_len); in task_http_request_func() 344 client_data.response_buf_len); in task_http_request_func()
|
/AliOS-Things-master/components/http/include/ |
A D | httpclient.h | 79 int response_buf_len; /**< response body buffer length. */ member
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_mgr.c | 114 client_data.response_buf_len = sizeof(rsp_buf); in task_http_download_func()
|
/AliOS-Things-master/components/uvoice/application/alicloudtts/ |
A D | alicloudtts.c | 193 client_data.response_buf_len = 2048; in http_download()
|
/AliOS-Things-master/components/ota/ota_agent/download/ |
A D | ota_download_http.c | 81 client_data->response_buf_len = sizeof(dl_buf); in ota_httpc_settings_init()
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_session_file.c | 201 client_data.response_buf_len = sizeof(rsp_buf); in on_fs_upload()
|
Completed in 21 milliseconds