Lines Matching refs:TRUE
51 {"\xff", "\xff", TRUE},
53 {"aa.aa.aa", "aa.aa.aa", TRUE},
55 {"aa.aa.aa", "*.aa.aa", TRUE},
56 {"192.168.0.1", "192.168.0.1", TRUE},
62 {"h.e.llo", "*.e.llo", TRUE},
64 {" h.e.llo", "*.e.llo", TRUE},
65 {"h.e.llo.", "*.e.llo", TRUE},
66 {"*.e.llo.", "*.e.llo", TRUE},
67 {"************.e.llo.", "*.e.llo", TRUE},
73 ".e.llo.", "*.e.llo", TRUE},
74 {"\xfe\xfe.e.llo.", "*.e.llo", TRUE},
75 {"h.e.llo.", "*.e.llo.", TRUE},
76 {"h.e.llo", "*.e.llo.", TRUE},
84 {"foo.example.com", "*.example.com", TRUE},
88 {"xn--l8j.example.net", "*.example.net", TRUE},
90 {"xn--l8j.example.net", "xn--l8j.example.net", TRUE},
92 {"xl8j.example.net", "*.example.net", TRUE},
94 {"fe80::3285:a9ff:fe46:b619", "fe80::3285:a9ff:fe46:b619", TRUE},