Searched refs:host_prefix (Results 1 – 1 of 1) sorted by relevance
515 static const char host_prefix[] = "host!"; in Curl_parse_interface() local534 else if(!strncmp(host_prefix, input, strlen(host_prefix))) { in Curl_parse_interface()535 input += strlen(host_prefix); in Curl_parse_interface()538 *host = Curl_memdup0(input, len - strlen(host_prefix)); in Curl_parse_interface()
Completed in 6 milliseconds