Home
last modified time | relevance | path

Searched refs:Curl_URL (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Durlapi.c71 struct Curl_URL { struct
87 static void free_urlhandle(struct Curl_URL *u) in free_urlhandle()
424 static CURLUcode parse_hostname_login(struct Curl_URL *u, in parse_hostname_login()
509 UNITTEST CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host, in Curl_parse_port()
573 static CURLUcode ipv6_parse(struct Curl_URL *u, char *hostname, in ipv6_parse()
632 static CURLUcode hostname_check(struct Curl_URL *u, char *hostname, in hostname_check()
795 static CURLUcode parse_authority(struct Curl_URL *u, in parse_authority()
1352 * Parse the URL and, if successful, replace everything in the Curl_URL struct.
1372 return calloc(1, sizeof(struct Curl_URL)); in curl_url()
1394 struct Curl_URL * in curl_url_dup()
[all...]
H A Durlapi-int.h35 CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host,
/third_party/curl/include/curl/
H A Durlapi.h103 typedef struct Curl_URL CURLU;

Completed in 4 milliseconds