Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c86 static char *up_uri = NULL; variable
154 up_uri = (uint8_t *)aos_malloc(strlen(url)); in http_start()
155 if (NULL != up_uri) { in http_start()
156 strncpy(up_uri, url, strlen(url)); in http_start()
207 while (HTTP_SUCCESS != httpclient_put(httpc_handle, up_uri, &client_data)) { in on_fs_upload()
242 aos_free(up_uri); in on_fs_upload()
243 up_uri = NULL; in on_fs_upload()

Completed in 3 milliseconds