Searched refs:CURLU_URLENCODE (Results 1 – 11 of 11) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1560.c | 177 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/ |
D | tool_ipfs.c | 227 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/ |
D | curl_url_set.md | 126 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
|
D | libcurl-url.md | 127 *CURLU_URLENCODE* flag. 151 CURLU_APPENDQUERY | CURLU_URLENCODE);
|
D | curl_url_get.md | 80 ## CURLU_URLENCODE section in FLAGS 92 If set and *CURLU_URLENCODE* is not set, and asked to retrieve the
|
D | symbols-in-versions | 1083 CURLU_URLENCODE 7.62.0
|
/external/curl/include/curl/ |
D | urlapi.h | 94 #define CURLU_URLENCODE (1<<7) /* URL encode on set */ macro
|
/external/curl/lib/ |
D | urlapi.c | 1181 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()
|
D | url.c | 1917 CURLU_URLENCODE); 2761 CURLU_URLENCODE); 2778 data->state.aptr.passwd, CURLU_URLENCODE);
|
D | http.c | 1170 ((type == FOLLOW_REDIR) ? CURLU_URLENCODE : 0) | in Curl_http_follow()
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 436 d CURLU_URLENCODE...
|