Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durlapi.c681 static bool ipv4_normalize(const char *hostname, char *outp, size_t olen) in ipv4_normalize() function
1014 if(ipv4_normalize(hostname, normalized_ipv4, sizeof(normalized_ipv4))) in seturl()