Lines Matching defs:what
269 {"https://user:password@example.net/get?this=and what", "",
271 {"https://user:password@example.net/ge t?this=and-what", "",
273 {"https://user:pass word@example.net/get?this=and-what", "",
275 {"https://u ser:password@example.net/get?this=and-what", "",
280 {"htt ps://user:password@example.net/get?this=and-what", "",
282 {"https://user:password@example.net/get?this=and what",
284 "this=and what | [17]",
286 {"https://user:password@example.net/ge t?this=and-what",
288 "this=and-what | [17]",
290 {"https://user:pass word@example.net/get?this=and-what",
292 "this=and-what | [17]",
294 {"https://u ser:password@example.net/get?this=and-what",
296 "this=and-what | [17]",
298 {"https://user:password@example.net/ge t?this=and-what",
300 "this=and-what | [17]",
1058 CURLUPart what = part2id(part);
1061 fprintf(stderr, "%s = \"%s\" [%d]\n", part, value, (int)what);
1063 if(what > CURLUPART_ZONEID)
1067 uc = curl_url_set(u, what, NULL, setflags);
1069 uc = curl_url_set(u, what, "", setflags);
1071 uc = curl_url_set(u, what, value, setflags);