Lines Matching +full:- +full:- +full:disable +full:- +full:pop3
21 * SPDX-License-Identifier: curl
82 len -= n; in checkparts()
179 {"-ht://example.net", "", 0, 0, CURLUE_BAD_SCHEME},
184 {"ht-tp://example.net",
185 "ht-tp | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]",
203 "https | [11] | [12] | [13] | xn--rksmrgs-5wao1o.se | "
205 {"https://xn--rksmrgs-5wao1o.se",
270 /* user-only (no password) */
289 {"https://user:password@example.net/ge t?this=and-what", "",
291 {"https://user:pass word@example.net/get?this=and-what", "",
293 {"https://u ser:password@example.net/get?this=and-what", "",
298 {"htt ps://user:password@example.net/get?this=and-what", "",
304 {"https://user:password@example.net/ge t?this=and-what",
306 "this=and-what | [17]",
308 {"https://user:pass word@example.net/get?this=and-what",
310 "this=and-what | [17]",
312 {"https://u ser:password@example.net/get?this=and-what",
314 "this=and-what | [17]",
316 {"https://user:password@example.net/ge t?this=and-what",
318 "this=and-what | [17]",
332 {"user:moo@ftp.example.com/color/#green?no-red",
334 "green?no-red",
336 {"ftp.user:moo@example.com/color/#green?no-red",
338 "green?no-red",
355 {"https://example.com/color/#green?no-red",
357 "green?no-red",
359 {"https://example.com/color/#green#no-red",
361 "green#no-red",
363 {"https://example.com/color/?green#no-red",
365 "no-red",
367 {"https://example.com/#color/?green#no-red",
369 "color/?green#no-red",
371 {"https://example.#com/color/?green#no-red",
373 "com/color/?green#no-red",
412 {"http://HO0_-st%41/",
413 "http | [11] | [12] | [13] | HO0_-stA | [15] | / | [16] | [17]",
418 {"http://HO0_-st/",
419 "http | [11] | [12] | [13] | HO0_-st | [15] | / | [16] | [17]",
467 {"https://example.com:-1#moo",
565 {"https://[fe80::20c:29ff:fe9c:409b]-80/moo",
570 "https://xn--rksmrgs-5wao1o.se/path?q#frag", 0, CURLU_PUNYCODE, CURLUE_OK},
573 {"data:text/html;charset=utf-8;base64,PCFET0NUWVBFIEhUTUw+PG1ldGEgY",
575 {"d:anything-really", "", 0, 0, CURLUE_UNSUPPORTED_SCHEME},
578 {"mailto:infobot@example.com?body=send%20current-issue", "", 0, 0,
609 {"https://127.-0.0.1", "https://127.-0.0.1/", 0, 0, CURLUE_OK},
646 {"pop3.example.com/path/html",
647 "pop3://pop3.example.com/path/html",
667 {"pop3.com/path/html",
668 "pop3://pop3.com/path/html",
685 {"pop3/path/html",
686 "http://pop3/path/html",
698 {"http://HO0_-st..~./", "http://HO0_-st..~./", 0, 0, CURLUE_OK},
772 {"custom-scheme://host?expected=test-good",
773 "custom-scheme://host/?expected=test-good",
775 {"custom-scheme://?expected=test-bad",
778 {"custom-scheme://?expected=test-new-good",
779 "custom-scheme:///?expected=test-new-good",
781 {"custom-scheme://host?expected=test-still-good",
782 "custom-scheme://host/?expected=test-still-good",
833 /* !checksrc! disable SPACEBEFORECOMMA 1 */
852 "scheme=ftp+-.123,",
853 "ftp+-.123://example.com/",
864 "scheme=-ftp,",
1042 {"custom-scheme://host",
1044 "custom-scheme://host/",
1047 {"custom-scheme://host",
1049 "custom-scheme:///",
1092 size_t n = (size_t)(e - p); in updateurl()
1180 {"http://local.test?redirect=http://local.test:80?-321",
1181 "http://local.test:80?-123",
1182 "http://local.test:80/?-123",
1184 {"http://local.test?redirect=http://local.test:80?-321",
1185 "http://local.test:80?-123",
1186 "http://local.test:80/?-123",
1189 "//fake.example.com/licenses/by-sa/3.0/",
1190 "http://fake.example.com/licenses/by-sa/3.0/",
1193 "//fake.example.com/licenses/by-sa/3.0/",
1194 "https://fake.example.com/licenses/by-sa/3.0/",
1272 3. Extract and compare all parts - not the URL
1751 memset(&bigpart[1], 'a', sizeof(bigpart) - 2); in huge()
1752 bigpart[sizeof(bigpart) - 1] = 0; in huge()
1775 if(!partp || strcmp(partp, &bigpart[1 - (i == 4)])) { in huge()