Lines Matching defs:Curl_URL
71 struct Curl_URL {
87 static void free_urlhandle(struct Curl_URL *u)
424 static CURLUcode parse_hostname_login(struct Curl_URL *u,
509 UNITTEST CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host,
573 static CURLUcode ipv6_parse(struct Curl_URL *u, char *hostname,
632 static CURLUcode hostname_check(struct Curl_URL *u, char *hostname,
795 static CURLUcode parse_authority(struct Curl_URL *u,
1352 * Parse the URL and, if successful, replace everything in the Curl_URL struct.
1372 return calloc(1, sizeof(struct Curl_URL));
1394 struct Curl_URL *u = calloc(1, sizeof(struct Curl_URL));
1745 memset(u, 0, sizeof(struct Curl_URL));