Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-socket.c515 static const char host_prefix[] = "host!"; in Curl_parse_interface() local
534 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 9 milliseconds