Searched refs:protocol_end (Results 1 – 1 of 1) sorted by relevance
34 char *protocol_end = NULL, *port_start = NULL, *port_end = NULL; in ofc_Init() local39 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