Home
last modified time | relevance | path

Searched refs:CURLUcode (Results 1 – 25 of 28) 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;
1024 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.h67 } CURLUcode; typedef
128 CURL_EXTERN CURLUcode curl_url_get(const CURLU *handle, CURLUPart what,
136 CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what,
144 CURL_EXTERN const char *curl_url_strerror(CURLUcode);
/third_party/curl/lib/
Durlapi.c141 static CURLUcode urlencode_str(struct dynbuf *o, const char *url, in urlencode_str()
381 static CURLUcode junkscan(const char *url, size_t *urllen, unsigned int flags) in junkscan()
413 static CURLUcode parse_hostname_login(struct Curl_URL *u, in parse_hostname_login()
419 CURLUcode result = CURLUE_OK; in parse_hostname_login()
498 UNITTEST CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host, in Curl_parse_port()
562 static CURLUcode ipv6_parse(struct Curl_URL *u, char *hostname, in ipv6_parse()
621 static CURLUcode hostname_check(struct Curl_URL *u, char *hostname, in hostname_check()
749 static CURLUcode urldecode_host(struct dynbuf *host) in urldecode_host()
775 static CURLUcode parse_authority(struct Curl_URL *u, in parse_authority()
782 CURLUcode result; 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);
Dhttp1.c206 CURLUcode uc; in start_req()
Dstrerror.c459 curl_url_strerror(CURLUcode error) in curl_url_strerror()
Durl.c1671 CURLcode Curl_uc_to_curlcode(CURLUcode uc) in Curl_uc_to_curlcode()
1695 CURLUcode uc = curl_url_get(uh, CURLUPART_ZONEID, &zoneid, 0);
1747 CURLUcode uc;
2157 CURLUcode uc;
2682 CURLUcode uc;
2700 CURLUcode uc;
Dtransfer.c1336 CURLUcode uc; in Curl_pretransfer()
1516 CURLUcode uc; in Curl_follow()
/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()
Dcurl.inc.in2192 d CURLUcode s 10i 0 based(######ptr######) Enum
3075 d like(CURLUcode)
3082 d like(CURLUcode)
3090 d code value like(CURLUcode)
3308 d like(CURLUcode)
3317 d like(CURLUcode)
3326 d code value like(CURLUcode)
/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_urlglob.c339 CURLUcode rc; in peek_ipv6()
/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/tests/data/
Dtest1538189 u31: CURLUcode unknown

12