• Home
  • Raw
  • Download

Lines Matching refs:HTTP_URI_STATUS_OK

43 			  { HTTP_URI_STATUS_OK, "file:/filename",
46 { HTTP_URI_STATUS_OK, "file:/filename%20with%20spaces",
49 { HTTP_URI_STATUS_OK, "file:///filename",
52 { HTTP_URI_STATUS_OK, "file:///filename%20with%20spaces",
55 { HTTP_URI_STATUS_OK, "file://localhost/filename",
58 { HTTP_URI_STATUS_OK, "file://localhost/filename%20with%20spaces",
61 { HTTP_URI_STATUS_OK, "http://server/",
64 { HTTP_URI_STATUS_OK, "http://username@server/",
67 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server/",
70 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server:8080/",
73 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server:8080/directory/filename",
76 { HTTP_URI_STATUS_OK, "http://[2000::10:100]:631/ipp",
79 { HTTP_URI_STATUS_OK, "https://username:passwor%64@server/directory/filename",
82 { HTTP_URI_STATUS_OK, "ipp://username:passwor%64@[::1]/ipp",
85 { HTTP_URI_STATUS_OK, "lpd://server/queue?reserve=yes",
88 { HTTP_URI_STATUS_OK, "mailto:user@domain.com",
91 { HTTP_URI_STATUS_OK, "socket://server/",
94 { HTTP_URI_STATUS_OK, "socket://192.168.1.1:9101/",
97 { HTTP_URI_STATUS_OK, "tel:8005551212",
100 { HTTP_URI_STATUS_OK, "ipp://username:password@[v1.fe80::200:1234:5678:9abc+eth0]:999/ipp",
103 { HTTP_URI_STATUS_OK, "ipp://username:password@[fe80::200:1234:5678:9abc%25eth0]:999/ipp",
106 …{ HTTP_URI_STATUS_OK, "http://server/admin?DEVICE_URI=usb://HP/Photosmart%25202600%2520series?seri…
109 { HTTP_URI_STATUS_OK, "lpd://Acme%20Laser%20(01%3A23%3A45).local._tcp._printer/",
112 …{ HTTP_URI_STATUS_OK, "ipp://HP%20Officejet%204500%20G510n-z%20%40%20Will's%20MacBook%20Pro%2015%2…
115 { HTTP_URI_STATUS_OK, "ipp://%22%23%2F%3A%3C%3E%3F%40%5B%5C%5D%5E%60%7B%7C%7D/",
491 if (uri_tests[i].result == HTTP_URI_STATUS_OK && in main()
504 if (uri_status != HTTP_URI_STATUS_OK) in main()