Home
last modified time | relevance | path

Searched refs:CURLUcode (Results 1 – 25 of 36) sorted by relevance

12

/third_party/curl/tests/libtest/
Dlib1560.c52 CURLUcode rc; in checkparts()
98 CURLUcode ucode;
107 CURLUcode ucode; /* for the main URL set */
108 CURLUcode pcode; /* for updating parts */
118 CURLUcode pcode; /* for updating parts */
126 CURLUcode ucode;
134 CURLUcode ucode;
143 CURLUcode ucode;
150 CURLUcode ucode;
1039 static CURLUcode updateurl(CURLU *u, const char *cmd, unsigned int setflags) in updateurl()
[all …]
Dlib1538.c34 CURLUcode urlret; in test()
40 curl_url_strerror((CURLUcode)INT_MAX); in test()
44 curl_url_strerror((CURLUcode)-INT_MAX); in test()
Dlib658.c39 CURLUcode uc = CURLUE_OK; in test()
Dlib674.c40 CURLUcode uc = CURLUE_OK; in test()
Dlib1559.c58 CURLUcode uc = curl_url_set(u, CURLUPART_URL, longurl, 0); in test()
Dlib1518.c60 CURLUcode rc = CURLUE_OK; in test()
/third_party/curl/include/curl/
Durlapi.h68 } CURLUcode; typedef
129 CURL_EXTERN CURLUcode curl_url_get(const CURLU *handle, CURLUPart what,
137 CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what,
145 CURL_EXTERN const char *curl_url_strerror(CURLUcode);
/third_party/curl/lib/
Durlapi.c144 static CURLUcode urlencode_str(struct dynbuf *o, const char *url, in urlencode_str()
266 CURLUcode uc; in concat_url()
392 static CURLUcode junkscan(const char *url, size_t *urllen, unsigned int flags) in junkscan()
424 static CURLUcode parse_hostname_login(struct Curl_URL *u, in parse_hostname_login()
430 CURLUcode result = CURLUE_OK; 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()
769 static CURLUcode urldecode_host(struct dynbuf *host) in urldecode_host()
795 static CURLUcode parse_authority(struct Curl_URL *u, in parse_authority()
[all …]
Durlapi-int.h31 CURLUcode Curl_url_set_authority(CURLU *u, const char *authority,
35 CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host,
Durl.h37 CURLcode Curl_uc_to_curlcode(CURLUcode uc);
/third_party/curl/docs/libcurl/
Dcurl_url_strerror.md25 const char *curl_url_strerror(CURLUcode errornum);
30 This function returns a string describing the CURLUcode error code passed in
38 CURLUcode rc;
Dcurl_url_get.md25 CURLUcode curl_url_get(const CURLU *url,
185 CURLUcode rc;
206 Returns a CURLUcode error value, which is CURLUE_OK (0) if everything went
Dcurl_url_dup.md38 CURLUcode rc;
Dcurl_url.md43 CURLUcode rc;
Dcurl_url_set.md25 CURLUcode curl_url_set(CURLU *url,
223 CURLUcode rc;
240 Returns a *CURLUcode* error value, which is CURLUE_OK (0) if everything
/third_party/curl/packages/OS400/
Dccsidcurl.h88 CURL_EXTERN CURLUcode curl_url_get_ccsid(CURLU *handle, CURLUPart what,
91 CURL_EXTERN CURLUcode curl_url_set_ccsid(CURLU *handle, CURLUPart what,
99 CURL_EXTERN const char *curl_url_strerror_ccsid(CURLUcode error,
Dccsidcurl.c543 curl_url_strerror_ccsid(CURLUcode error, unsigned int ccsid) in curl_url_strerror_ccsid()
1436 CURLUcode
1441 CURLUcode result; in curl_url_get_ccsid()
1460 CURLUcode
1465 CURLUcode result; in curl_url_set_ccsid()
/third_party/curl/src/
Dtool_operhlp.c75 CURLcode urlerr_cvt(CURLUcode ucode) in urlerr_cvt()
95 CURLUcode uerr; in add_file_name_to_url()
188 CURLUcode uerr; in get_url_file_name()
Dtool_operhlp.h40 CURLcode urlerr_cvt(CURLUcode ucode);
Dtool_xattr.c54 CURLUcode uc; in stripcredentials()
Dtool_ipfs.c144 CURLUcode getResult; in ipfs_url_rewrite()
/third_party/curl/tests/unit/
Dunit1653.c47 static CURLUcode parse_port(CURLU *url, in parse_port()
51 CURLUcode ret; in parse_port()
62 CURLUcode ret;
/third_party/curl/docs/examples/
Durlapi.c41 CURLUcode uc; in main()
Dparseurl.c38 CURLUcode uc; in main()
/third_party/curl/docs/libcurl/opts/
DCURLOPT_CURLU.md60 CURLUcode ret;

12