Searched refs:http_url (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_preauth.c | 198 char http_url[128] = "http://"; in preauth_get_connection_info() local 224 memcpy(http_url + strlen(http_url), g_infra_http_domain[region], in preauth_get_connection_info() 226 memcpy(http_url + strlen(http_url), http_url_frag, sizeof(http_url_frag)); in preauth_get_connection_info() 235 wrapper_http_setopt(http_handle, IOTX_HTTPOPT_URL, (void *)http_url); in preauth_get_connection_info()
|
/AliOS-Things-master/components/linkkit/iot_http/ |
A D | iotx_http_api.c | 340 char http_url[IOTX_HTTP_URL_LEN_MAX] = { 0 }; in IOT_HTTP_DeviceNameAuth() local 435 construct_full_http_authenticate_url(http_url); in IOT_HTTP_DeviceNameAuth() 465 wrapper_http_setopt(http_handle, IOTX_HTTPOPT_URL, (void *)http_url); in IOT_HTTP_DeviceNameAuth() 599 char http_url[IOTX_HTTP_URL_LEN_MAX] = { 0 }; in IOT_HTTP_SendMessage() local 663 construct_full_http_upstream_url(http_url, msg_param->topic_path); in IOT_HTTP_SendMessage() 699 wrapper_http_setopt(http_handle, IOTX_HTTPOPT_URL, (void *)http_url); in IOT_HTTP_SendMessage()
|
Completed in 8 milliseconds