Lines Matching refs:HTTP_URI_STATUS_OK
48 { HTTP_URI_STATUS_OK, "file:/filename",
51 { HTTP_URI_STATUS_OK, "file:/filename%20with%20spaces",
54 { HTTP_URI_STATUS_OK, "file:///filename",
57 { HTTP_URI_STATUS_OK, "file:///filename%20with%20spaces",
60 { HTTP_URI_STATUS_OK, "file://localhost/filename",
63 { HTTP_URI_STATUS_OK, "file://localhost/filename%20with%20spaces",
66 { HTTP_URI_STATUS_OK, "http://server/",
69 { HTTP_URI_STATUS_OK, "http://username@server/",
72 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server/",
75 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server:8080/",
78 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server:8080/directory/filename",
81 { HTTP_URI_STATUS_OK, "http://[2000::10:100]:631/ipp",
84 { HTTP_URI_STATUS_OK, "https://username:passwor%64@server/directory/filename",
87 { HTTP_URI_STATUS_OK, "ipp://username:passwor%64@[::1]/ipp",
90 { HTTP_URI_STATUS_OK, "lpd://server/queue?reserve=yes",
93 { HTTP_URI_STATUS_OK, "mailto:user@domain.com",
96 { HTTP_URI_STATUS_OK, "socket://server/",
99 { HTTP_URI_STATUS_OK, "socket://192.168.1.1:9101/",
102 { HTTP_URI_STATUS_OK, "tel:8005551212",
105 { HTTP_URI_STATUS_OK, "ipp://username:password@[v1.fe80::200:1234:5678:9abc+eth0]:999/ipp",
108 { HTTP_URI_STATUS_OK, "ipp://username:password@[fe80::200:1234:5678:9abc%25eth0]:999/ipp",
111 …{ HTTP_URI_STATUS_OK, "http://server/admin?DEVICE_URI=usb://HP/Photosmart%25202600%2520series?seri…
114 { HTTP_URI_STATUS_OK, "lpd://Acme%20Laser%20(01%3A23%3A45).local._tcp._printer/",
117 …{ HTTP_URI_STATUS_OK, "ipp://HP%20Officejet%204500%20G510n-z%20%40%20Will's%20MacBook%20Pro%2015%2…
120 { HTTP_URI_STATUS_OK, "ipp://%22%23%2F%3A%3C%3E%3F%40%5B%5C%5D%5E%60%7B%7C%7D/",
453 if (uri_tests[i].result == HTTP_URI_STATUS_OK && in main()
466 if (uri_status != HTTP_URI_STATUS_OK) in main()