Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-socket.c542 const char *host_part; in Curl_parse_interface() local
545 host_part = memchr(input, '!', len); in Curl_parse_interface()
546 if(!host_part || !*(host_part + 1)) in Curl_parse_interface()
548 *iface = Curl_memdup0(input, host_part - input); in Curl_parse_interface()
551 ++host_part; in Curl_parse_interface()
552 *host = Curl_memdup0(host_part, len - (host_part - input)); in Curl_parse_interface()

Completed in 8 milliseconds