Home
last modified time | relevance | path

Searched refs:is_more (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_httpc.h82 int is_more; /**< Indicates if more data needs to be retrieved. */ member
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c314 client_data->is_more = IOT_TRUE; in _http_get_response_body()
370 client_data->is_more = IOT_FALSE; in _http_get_response_body()
530 if (client_data->is_more) { in httpclient_recv_response()
535 client_data->is_more = 1; in httpclient_recv_response()
628 if (!client_data->is_more) { in httpclient_common()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h73 bool is_more; /**< indicates if more data needs to be retrieved. */ member
/AliOS-Things-master/components/http/src/
A Dhttp_client.c407 client_data->is_more = true; in httpclient_retrieve_content()
442 client_data->is_more = false; in httpclient_retrieve_content()
505 client_data->is_more = false; in httpclient_retrieve_content()
580 client_data->is_more = false; in httpclient_retrieve_content()
849 if (client_data->is_more) { in httpclient_recv()
/AliOS-Things-master/components/uvoice/application/alicloudtts/
A Dalicloudtts.c203 M_LOGD("ismore = %d\n", client_data.is_more); in http_download()
209 } while (client_data.is_more); in http_download()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c131 } while (client_data.is_more); in task_http_download_func()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c189 printf("ismore=%d\n", client_data.is_more); in task_http_download_func()
196 } while (client_data.is_more); in task_http_download_func()
A Dmodhttp.c232 } while (client_data.is_more); in task_http_download_func()
A Dhttpclient.c617 } while (client_data.is_more); in task_http_download_func()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c190 printf("ismore=%d \n", client_data.is_more); in task_http_download_func()
196 }while(client_data.is_more); in task_http_download_func()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c213 } while (client_data.is_more); in http_download_func()

Completed in 16 milliseconds