Lines Matching refs:scheme
54 return the default port for the used scheme.
58 If the handle has no scheme stored, this option makes curl_url_get(3)
59 return the default scheme instead of error.
64 default port for the scheme.
69 does not decode the scheme, the port number or the full URL.
131 When this flag is used in curl_url_get(), it treats the scheme as non-existing
135 Using this flag when getting CURLUPART_SCHEME if the scheme was set as the
138 Using this flag when getting CURLUPART_URL if the scheme was set as the result
139 of a guess makes curl_url_get() return the full URL without the scheme
172 this field independently of scheme when not parsing full URLs.
230 char *scheme;
231 rc = curl_url_get(url, CURLUPART_SCHEME, &scheme, 0);
233 printf("the scheme is %s\n", scheme);
234 curl_free(scheme);