Searched refs:if_host_prefix (Results 1 – 1 of 1) sorted by relevance
516 static const char if_host_prefix[] = "ifhost!"; in Curl_parse_interface() local541 else if(!strncmp(if_host_prefix, input, strlen(if_host_prefix))) { in Curl_parse_interface()543 input += strlen(if_host_prefix); in Curl_parse_interface()544 len -= strlen(if_host_prefix); in Curl_parse_interface()
Completed in 7 milliseconds