Searched refs:is_more (Results 1 – 11 of 11) sorted by relevance
82 int is_more; /**< Indicates if more data needs to be retrieved. */ member
314 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()
73 bool is_more; /**< indicates if more data needs to be retrieved. */ member
407 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()
203 M_LOGD("ismore = %d\n", client_data.is_more); in http_download()209 } while (client_data.is_more); in http_download()
131 } while (client_data.is_more); in task_http_download_func()
189 printf("ismore=%d\n", client_data.is_more); in task_http_download_func()196 } while (client_data.is_more); in task_http_download_func()
232 } while (client_data.is_more); in task_http_download_func()
617 } while (client_data.is_more); in task_http_download_func()
190 printf("ismore=%d \n", client_data.is_more); in task_http_download_func()196 }while(client_data.is_more); in task_http_download_func()
213 } while (client_data.is_more); in http_download_func()
Completed in 16 milliseconds