Home
last modified time | relevance | path

Searched refs:response_buf_len (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/http/src/
A Dhttp_client.c413 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 Dhttputility.c175 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 Dmodhttp.c206 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 Dhttpclient.c97 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 Dmodule_http.c180 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 Dinfra_httpc.c281 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 Dhttp_example.c38 client_data.response_buf_len = sizeof(rsp_buf); in http_comp_example()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_httpc.h88 int response_buf_len; /**< Response buffer length. */ member
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c177 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 Dhttpclient.h79 int response_buf_len; /**< response body buffer length. */ member
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c114 client_data.response_buf_len = sizeof(rsp_buf); in task_http_download_func()
/AliOS-Things-master/components/uvoice/application/alicloudtts/
A Dalicloudtts.c193 client_data.response_buf_len = 2048; in http_download()
/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c81 client_data->response_buf_len = sizeof(dl_buf); in ota_httpc_settings_init()
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c201 client_data.response_buf_len = sizeof(rsp_buf); in on_fs_upload()

Completed in 21 milliseconds