Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Dota_fetch.c34 char *protocol_end = NULL, *port_start = NULL, *port_end = NULL; in ofc_Init() local
39 protocol_end = strstr(url, "://"); in ofc_Init()
40 if (protocol_end != NULL) { in ofc_Init()
41 protocol_len = strlen(url) - strlen(protocol_end); in ofc_Init()
67 protocol_end = url; in ofc_Init()
72 port_start = strstr(protocol_end + 1, ":"); in ofc_Init()

Completed in 3 milliseconds