Home
last modified time | relevance | path

Searched refs:httpclient_prepare (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/
A Ducloud_ai_common.c74 ret = httpclient_prepare(&ai_client_data, HEAD_SIZE, BODY_SZIE); in ucloud_ai_init()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h142 HTTPC_RESULT httpclient_prepare(httpclient_data_t *client_data, int header_size, int resp_size);
/AliOS-Things-master/components/ucamera/src/device/wifi/
A Dwifi_camera.c39 ret = httpclient_prepare(&wifi_camera_client_data, HEAD_SIZE, BODY_SZIE); in wifi_camera_init()
/AliOS-Things-master/components/http/
A DREADME.md106 HTTPC_RESULT httpclient_prepare(httpclient_data_t *client_data, int header_size, int resp_size)
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttpclient.c495 ret = httpclient_prepare(&http_client_obj->client, header_size, resp_size); in obj_http_prepare()
/AliOS-Things-master/components/http/src/
A Dhttp_client.c929 HTTPC_RESULT httpclient_prepare(httpclient_data_t *client_data, int header_size, int resp_size) in httpclient_prepare() function

Completed in 9 milliseconds