Home
last modified time | relevance | path

Searched refs:CURLU_URLENCODE (Results 1 – 11 of 11) sorted by relevance

/external/curl/tests/libtest/
Dlib1560.c177 CURLU_URLENCODE|CURLU_ALLOW_SPACE, 0, CURLUE_OK},
198 CURLU_ALLOW_SPACE|CURLU_URLENCODE, 0, CURLUE_OK},
227 0, CURLU_URLENCODE, CURLUE_OK},
234 0, CURLU_URLENCODE, CURLUE_OK},
237 CURLU_ALLOW_SPACE, CURLU_URLENCODE, CURLUE_OK},
322 CURLU_ALLOW_SPACE | CURLU_URLENCODE, 0, CURLUE_OK},
604 {"https://_%c0_", "https://_%C0_/", 0, CURLU_URLENCODE, CURLUE_OK},
617 {"https://\xff.127.0.0.1", "https://%FF.127.0.0.1/", 0, CURLU_URLENCODE,
839 0, CURLU_URLENCODE, 0, CURLUE_OK},
856 0, CURLU_APPENDQUERY | CURLU_URLENCODE, CURLUE_OK, CURLUE_OK},
[all …]
/external/curl/src/
Dtool_ipfs.c227 if(curl_url_set(uh, CURLUPART_SCHEME, gwscheme, CURLU_URLENCODE) || in ipfs_url_rewrite()
228 curl_url_set(uh, CURLUPART_HOST, gwhost, CURLU_URLENCODE) || in ipfs_url_rewrite()
229 curl_url_set(uh, CURLUPART_PORT, gwport, CURLU_URLENCODE)) in ipfs_url_rewrite()
245 if(curl_url_set(uh, CURLUPART_PATH, pathbuffer, CURLU_URLENCODE)) { in ipfs_url_rewrite()
252 if(curl_url_get(uh, CURLUPART_URL, &cloneurl, CURLU_URLENCODE)) { in ipfs_url_rewrite()
/external/curl/docs/libcurl/
Dcurl_url_set.md126 you also set the CURLU_URLENCODE flag.
148 with the *CURLU_URLENCODE* bit.
170 When *CURLU_APPENDQUERY* is used together with *CURLU_URLENCODE*, the
178 ## CURLU_URLENCODE section in FLAGS
234 *CURLU_URLENCODE* is also set, which then makes libcurl URL encode the
Dlibcurl-url.md127 *CURLU_URLENCODE* flag.
151 CURLU_APPENDQUERY | CURLU_URLENCODE);
Dcurl_url_get.md80 ## CURLU_URLENCODE section in FLAGS
92 If set and *CURLU_URLENCODE* is not set, and asked to retrieve the
Dsymbols-in-versions1083 CURLU_URLENCODE 7.62.0
/external/curl/include/curl/
Durlapi.h94 #define CURLU_URLENCODE (1<<7) /* URL encode on set */ macro
/external/curl/lib/
Durlapi.c1181 if(flags & CURLU_URLENCODE) { in parseurl()
1208 if(flags & CURLU_URLENCODE) { in parseurl()
1235 if(pathlen && (flags & CURLU_URLENCODE)) { in parseurl()
1258 else if(flags & CURLU_URLENCODE) in parseurl()
1358 bool urlencode = (flags & CURLU_URLENCODE) ? 1 : 0; in curl_url_get()
1646 bool urlencode = (flags & CURLU_URLENCODE) ? 1 : 0; in curl_url_set()
Durl.c1917 CURLU_URLENCODE);
2761 CURLU_URLENCODE);
2778 data->state.aptr.passwd, CURLU_URLENCODE);
Dhttp.c1170 ((type == FOLLOW_REDIR) ? CURLU_URLENCODE : 0) | in Curl_http_follow()
/external/curl/packages/OS400/
Dcurl.inc.in436 d CURLU_URLENCODE...