From 93041175f26da3e7fc8dd507895db3e0fa455d4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Dec 2024 01:47:33 +0000 Subject: [PATCH] update the list --- data/rules.txt | 12 +- src/list.rs | 1096 +++++++++++++++++++++++------------------------- 2 files changed, 518 insertions(+), 590 deletions(-) diff --git a/data/rules.txt b/data/rules.txt index 6275448..6d2c7d7 100644 --- a/data/rules.txt +++ b/data/rules.txt @@ -7045,11 +7045,7 @@ publ.pt blogspot.pt 123paginaweb.pt pw -belau.pw -co.pw -ed.pw -go.pw -or.pw +gov.pw cloudns.pw x443.pw py @@ -7672,9 +7668,7 @@ raffleentry.org.uk weeklylottery.org.uk us dni.us -fed.us isa.us -kids.us nsn.us ak.us al.us @@ -8254,13 +8248,13 @@ aol apartments app adaptable.app +aiven.app *.beget.app clerk.app clerkstage.app wnext.app csb.app preview.csb.app -platform0.app deta.app ondigitalocean.app easypanel.app @@ -9434,8 +9428,6 @@ site *.cloudera.site convex.site cyon.site -fnwk.site -folionetwork.site fastvps.site heyflow.site jele.site diff --git a/src/list.rs b/src/list.rs index 5b5b795..eff4b04 100644 --- a/src/list.rs +++ b/src/list.rs @@ -3398,55 +3398,62 @@ fn lookup_58_0(acc: usize) -> Info { } } #[inline] -fn lookup_58_1_0(wild: &[u8], acc: usize) -> Info { +fn lookup_58_1(acc: usize) -> Info { + Info { + len: acc + 1 + 5usize, + typ: Some(Type::Private), + } +} +#[inline] +fn lookup_58_2_0(wild: &[u8], acc: usize) -> Info { Info { len: acc + 1 + wild.len(), typ: Some(Type::Private), } } #[inline] -fn lookup_58_1<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info +fn lookup_58_2<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info where T: Iterator, { acc += 1 + 5usize; match labels.next() { Some(label) => match label { - wild => lookup_58_1_0(wild, acc), + wild => lookup_58_2_0(wild, acc), }, None => info, } } #[inline] -fn lookup_58_2(acc: usize) -> Info { +fn lookup_58_3(acc: usize) -> Info { Info { len: acc + 1 + 10usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_3(acc: usize) -> Info { +fn lookup_58_4(acc: usize) -> Info { Info { len: acc + 1 + 5usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_4(acc: usize) -> Info { +fn lookup_58_5(acc: usize) -> Info { Info { len: acc + 1 + 10usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_5_0(acc: usize) -> Info { +fn lookup_58_6_0(acc: usize) -> Info { Info { len: acc + 1 + 7usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_5<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_58_6<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -3457,90 +3464,90 @@ where }; match labels.next() { Some(label) => match label { - [112, 114, 101, 118, 105, 101, 119] => lookup_58_5_0(acc), + [112, 114, 101, 118, 105, 101, 119] => lookup_58_6_0(acc), _ => info, }, None => info, } } #[inline] -fn lookup_58_6(acc: usize) -> Info { +fn lookup_58_7(acc: usize) -> Info { Info { len: acc + 1 + 4usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_7_0(wild: &[u8], acc: usize) -> Info { +fn lookup_58_8_0(wild: &[u8], acc: usize) -> Info { Info { len: acc + 1 + wild.len(), typ: Some(Type::Private), } } #[inline] -fn lookup_58_7<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info +fn lookup_58_8<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info where T: Iterator, { acc += 1 + 9usize; match labels.next() { Some(label) => match label { - wild => lookup_58_7_0(wild, acc), + wild => lookup_58_8_0(wild, acc), }, None => info, } } #[inline] -fn lookup_58_8(acc: usize) -> Info { +fn lookup_58_9(acc: usize) -> Info { Info { len: acc + 1 + 9usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_9(acc: usize) -> Info { +fn lookup_58_10(acc: usize) -> Info { Info { len: acc + 1 + 11usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_10(acc: usize) -> Info { +fn lookup_58_11(acc: usize) -> Info { Info { len: acc + 1 + 4usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_11_0(acc: usize) -> Info { +fn lookup_58_12_0(acc: usize) -> Info { Info { len: acc + 1 + 5usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_11<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info +fn lookup_58_12<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info where T: Iterator, { acc += 1 + 9usize; match labels.next() { Some(label) => match label { - [114, 101, 108, 97, 121] => lookup_58_11_0(acc), + [114, 101, 108, 97, 121] => lookup_58_12_0(acc), _ => info, }, None => info, } } #[inline] -fn lookup_58_12_0(acc: usize) -> Info { +fn lookup_58_13_0(acc: usize) -> Info { Info { len: acc + 1 + 7usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_12<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_58_13<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -3551,154 +3558,147 @@ where }; match labels.next() { Some(label) => match label { - [115, 116, 97, 103, 105, 110, 103] => lookup_58_12_0(acc), + [115, 116, 97, 103, 105, 110, 103] => lookup_58_13_0(acc), _ => info, }, None => info, } } #[inline] -fn lookup_58_13(acc: usize) -> Info { +fn lookup_58_14(acc: usize) -> Info { Info { len: acc + 1 + 11usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_14(acc: usize) -> Info { +fn lookup_58_15(acc: usize) -> Info { Info { len: acc + 1 + 6usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_15(acc: usize) -> Info { +fn lookup_58_16(acc: usize) -> Info { Info { len: acc + 1 + 6usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_16_0(wild: &[u8], acc: usize) -> Info { +fn lookup_58_17_0(wild: &[u8], acc: usize) -> Info { Info { len: acc + 1 + wild.len(), typ: Some(Type::Private), } } #[inline] -fn lookup_58_16<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info +fn lookup_58_17<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info where T: Iterator, { acc += 1 + 6usize; match labels.next() { Some(label) => match label { - wild => lookup_58_16_0(wild, acc), + wild => lookup_58_17_0(wild, acc), }, None => info, } } #[inline] -fn lookup_58_17(acc: usize) -> Info { +fn lookup_58_18(acc: usize) -> Info { Info { len: acc + 1 + 9usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_18(acc: usize) -> Info { +fn lookup_58_19(acc: usize) -> Info { Info { len: acc + 1 + 8usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_19(acc: usize) -> Info { +fn lookup_58_20(acc: usize) -> Info { Info { len: acc + 1 + 8usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_20(acc: usize) -> Info { +fn lookup_58_21(acc: usize) -> Info { Info { len: acc + 1 + 5usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_21(acc: usize) -> Info { +fn lookup_58_22(acc: usize) -> Info { Info { len: acc + 1 + 7usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_22(acc: usize) -> Info { +fn lookup_58_23(acc: usize) -> Info { Info { len: acc + 1 + 5usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_23(acc: usize) -> Info { +fn lookup_58_24(acc: usize) -> Info { Info { len: acc + 1 + 10usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_24(acc: usize) -> Info { +fn lookup_58_25(acc: usize) -> Info { Info { len: acc + 1 + 4usize, typ: Some(Type::Private), } } #[inline] -fn lookup_58_25_0(wild: &[u8], acc: usize) -> Info { +fn lookup_58_26_0(wild: &[u8], acc: usize) -> Info { Info { len: acc + 1 + wild.len(), typ: Some(Type::Private), } } #[inline] -fn lookup_58_25<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info +fn lookup_58_26<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info where T: Iterator, { acc += 1 + 10usize; match labels.next() { Some(label) => match label { - wild => lookup_58_25_0(wild, acc), + wild => lookup_58_26_0(wild, acc), }, None => info, } } #[inline] -fn lookup_58_26(acc: usize) -> Info { - Info { - len: acc + 1 + 4usize, - typ: Some(Type::Private), - } -} -#[inline] fn lookup_58_27(acc: usize) -> Info { Info { - len: acc + 1 + 8usize, + len: acc + 1 + 4usize, typ: Some(Type::Private), } } #[inline] fn lookup_58_28(acc: usize) -> Info { Info { - len: acc + 1 + 14usize, + len: acc + 1 + 8usize, typ: Some(Type::Private), } } #[inline] fn lookup_58_29(acc: usize) -> Info { Info { - len: acc + 1 + 9usize, + len: acc + 1 + 14usize, typ: Some(Type::Private), } } @@ -3886,37 +3886,37 @@ where match labels.next() { Some(label) => match label { [97, 100, 97, 112, 116, 97, 98, 108, 101] => lookup_58_0(acc), - [98, 101, 103, 101, 116] => lookup_58_1(info, labels, acc), - [98, 111, 111, 107, 111, 110, 108, 105, 110, 101] => lookup_58_2(acc), - [99, 108, 101, 114, 107] => lookup_58_3(acc), - [99, 108, 101, 114, 107, 115, 116, 97, 103, 101] => lookup_58_4(acc), - [99, 115, 98] => lookup_58_5(labels, acc), - [100, 101, 116, 97] => lookup_58_6(acc), - [100, 101, 118, 101, 108, 111, 112, 101, 114] => lookup_58_7(info, labels, acc), - [101, 97, 115, 121, 112, 97, 110, 101, 108] => lookup_58_8(acc), - [101, 100, 103, 101, 99, 111, 109, 112, 117, 116, 101] => lookup_58_9(acc), - [101, 110, 99, 114] => lookup_58_10(acc), - [101, 118, 101, 114, 118, 97, 117, 108, 116] => lookup_58_11(info, labels, acc), - [101, 120, 112, 111] => lookup_58_12(labels, acc), - [102, 108, 117, 116, 116, 101, 114, 102, 108, 111, 119] => lookup_58_13(acc), - [102, 114, 97, 109, 101, 114] => lookup_58_14(acc), - [104, 97, 115, 117, 114, 97] => lookup_58_15(acc), - [104, 111, 115, 116, 101, 100] => lookup_58_16(info, labels, acc), - [108, 111, 103, 105, 110, 108, 105, 110, 101] => lookup_58_17(acc), - [109, 101, 100, 117, 115, 97, 106, 115] => lookup_58_18(acc), - [109, 101, 115, 115, 101, 114, 108, 105] => lookup_58_19(acc), - [110, 101, 116, 102, 121] => lookup_58_20(acc), - [110, 101, 116, 108, 105, 102, 121] => lookup_58_21(acc), - [110, 103, 114, 111, 107] => lookup_58_22(acc), - [110, 103, 114, 111, 107, 45, 102, 114, 101, 101] => lookup_58_23(acc), - [110, 111, 111, 112] => lookup_58_24(acc), - [110, 111, 114, 116, 104, 102, 108, 97, 110, 107] => lookup_58_25(info, labels, acc), - [110, 121, 97, 116] => lookup_58_26(acc), - [111, 110, 45, 102, 108, 101, 101, 107] => lookup_58_27(acc), + [97, 105, 118, 101, 110] => lookup_58_1(acc), + [98, 101, 103, 101, 116] => lookup_58_2(info, labels, acc), + [98, 111, 111, 107, 111, 110, 108, 105, 110, 101] => lookup_58_3(acc), + [99, 108, 101, 114, 107] => lookup_58_4(acc), + [99, 108, 101, 114, 107, 115, 116, 97, 103, 101] => lookup_58_5(acc), + [99, 115, 98] => lookup_58_6(labels, acc), + [100, 101, 116, 97] => lookup_58_7(acc), + [100, 101, 118, 101, 108, 111, 112, 101, 114] => lookup_58_8(info, labels, acc), + [101, 97, 115, 121, 112, 97, 110, 101, 108] => lookup_58_9(acc), + [101, 100, 103, 101, 99, 111, 109, 112, 117, 116, 101] => lookup_58_10(acc), + [101, 110, 99, 114] => lookup_58_11(acc), + [101, 118, 101, 114, 118, 97, 117, 108, 116] => lookup_58_12(info, labels, acc), + [101, 120, 112, 111] => lookup_58_13(labels, acc), + [102, 108, 117, 116, 116, 101, 114, 102, 108, 111, 119] => lookup_58_14(acc), + [102, 114, 97, 109, 101, 114] => lookup_58_15(acc), + [104, 97, 115, 117, 114, 97] => lookup_58_16(acc), + [104, 111, 115, 116, 101, 100] => lookup_58_17(info, labels, acc), + [108, 111, 103, 105, 110, 108, 105, 110, 101] => lookup_58_18(acc), + [109, 101, 100, 117, 115, 97, 106, 115] => lookup_58_19(acc), + [109, 101, 115, 115, 101, 114, 108, 105] => lookup_58_20(acc), + [110, 101, 116, 102, 121] => lookup_58_21(acc), + [110, 101, 116, 108, 105, 102, 121] => lookup_58_22(acc), + [110, 103, 114, 111, 107] => lookup_58_23(acc), + [110, 103, 114, 111, 107, 45, 102, 114, 101, 101] => lookup_58_24(acc), + [110, 111, 111, 112] => lookup_58_25(acc), + [110, 111, 114, 116, 104, 102, 108, 97, 110, 107] => lookup_58_26(info, labels, acc), + [110, 121, 97, 116] => lookup_58_27(acc), + [111, 110, 45, 102, 108, 101, 101, 107] => lookup_58_28(acc), [111, 110, 100, 105, 103, 105, 116, 97, 108, 111, 99, 101, 97, 110] => { - lookup_58_28(acc) + lookup_58_29(acc) } - [112, 108, 97, 116, 102, 111, 114, 109, 48] => lookup_58_29(acc), [114, 101, 112, 108, 105, 116] => lookup_58_30(labels, acc), [114, 117, 110] => lookup_58_31(info, labels, acc), [115, 110, 111, 119, 102, 108, 97, 107, 101] => lookup_58_32(info, labels, acc), @@ -79702,48 +79702,20 @@ where } #[inline] fn lookup_937_0(acc: usize) -> Info { - Info { - len: acc + 1 + 5usize, - typ: Some(Type::Icann), - } -} -#[inline] -fn lookup_937_1(acc: usize) -> Info { Info { len: acc + 1 + 7usize, typ: Some(Type::Private), } } #[inline] -fn lookup_937_2(acc: usize) -> Info { - Info { - len: acc + 1 + 2usize, - typ: Some(Type::Icann), - } -} -#[inline] -fn lookup_937_3(acc: usize) -> Info { - Info { - len: acc + 1 + 2usize, - typ: Some(Type::Icann), - } -} -#[inline] -fn lookup_937_4(acc: usize) -> Info { - Info { - len: acc + 1 + 2usize, - typ: Some(Type::Icann), - } -} -#[inline] -fn lookup_937_5(acc: usize) -> Info { +fn lookup_937_1(acc: usize) -> Info { Info { - len: acc + 1 + 2usize, + len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_937_6(acc: usize) -> Info { +fn lookup_937_2(acc: usize) -> Info { Info { len: acc + 1 + 4usize, typ: Some(Type::Private), @@ -79761,13 +79733,9 @@ where }; match labels.next() { Some(label) => match label { - [98, 101, 108, 97, 117] => lookup_937_0(acc), - [99, 108, 111, 117, 100, 110, 115] => lookup_937_1(acc), - [99, 111] => lookup_937_2(acc), - [101, 100] => lookup_937_3(acc), - [103, 111] => lookup_937_4(acc), - [111, 114] => lookup_937_5(acc), - [120, 52, 52, 51] => lookup_937_6(acc), + [99, 108, 111, 117, 100, 110, 115] => lookup_937_0(acc), + [103, 111, 118] => lookup_937_1(acc), + [120, 52, 52, 51] => lookup_937_2(acc), _ => info, }, None => info, @@ -82787,14 +82755,14 @@ fn lookup_1052_6(acc: usize) -> Info { #[inline] fn lookup_1052_7(acc: usize) -> Info { Info { - len: acc + 1 + 4usize, + len: acc + 1 + 7usize, typ: Some(Type::Private), } } #[inline] fn lookup_1052_8(acc: usize) -> Info { Info { - len: acc + 1 + 12usize, + len: acc + 1 + 4usize, typ: Some(Type::Private), } } @@ -82808,28 +82776,28 @@ fn lookup_1052_9(acc: usize) -> Info { #[inline] fn lookup_1052_10(acc: usize) -> Info { Info { - len: acc + 1 + 4usize, + len: acc + 1 + 5usize, typ: Some(Type::Private), } } #[inline] fn lookup_1052_11(acc: usize) -> Info { Info { - len: acc + 1 + 7usize, + len: acc + 1 + 9usize, typ: Some(Type::Private), } } #[inline] fn lookup_1052_12(acc: usize) -> Info { Info { - len: acc + 1 + 5usize, + len: acc + 1 + 8usize, typ: Some(Type::Private), } } #[inline] fn lookup_1052_13(acc: usize) -> Info { Info { - len: acc + 1 + 9usize, + len: acc + 1 + 6usize, typ: Some(Type::Private), } } @@ -82849,74 +82817,60 @@ fn lookup_1052_15(acc: usize) -> Info { } #[inline] fn lookup_1052_16(acc: usize) -> Info { - Info { - len: acc + 1 + 8usize, - typ: Some(Type::Private), - } -} -#[inline] -fn lookup_1052_17(acc: usize) -> Info { - Info { - len: acc + 1 + 6usize, - typ: Some(Type::Private), - } -} -#[inline] -fn lookup_1052_18(acc: usize) -> Info { Info { len: acc + 1 + 10usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1052_19_0(wild: &[u8], acc: usize) -> Info { +fn lookup_1052_17_0(wild: &[u8], acc: usize) -> Info { Info { len: acc + 1 + wild.len(), typ: Some(Type::Private), } } #[inline] -fn lookup_1052_19<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info +fn lookup_1052_17<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info where T: Iterator, { acc += 1 + 10usize; match labels.next() { Some(label) => match label { - wild => lookup_1052_19_0(wild, acc), + wild => lookup_1052_17_0(wild, acc), }, None => info, } } #[inline] -fn lookup_1052_20(acc: usize) -> Info { +fn lookup_1052_18(acc: usize) -> Info { Info { len: acc + 1 + 4usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1052_21_0(wild: &[u8], acc: usize) -> Info { +fn lookup_1052_19_0(wild: &[u8], acc: usize) -> Info { Info { len: acc + 1 + wild.len(), typ: Some(Type::Private), } } #[inline] -fn lookup_1052_21<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info +fn lookup_1052_19<'a, T>(info: Info, mut labels: T, mut acc: usize) -> Info where T: Iterator, { acc += 1 + 3usize; match labels.next() { Some(label) => match label { - wild => lookup_1052_21_0(wild, acc), + wild => lookup_1052_19_0(wild, acc), }, None => info, } } #[inline] -fn lookup_1052_22(acc: usize) -> Info { +fn lookup_1052_20(acc: usize) -> Info { Info { len: acc + 1 + 9usize, typ: Some(Type::Private), @@ -82941,22 +82895,20 @@ where [99, 111, 110, 118, 101, 120] => lookup_1052_4(acc), [99, 121, 111, 110] => lookup_1052_5(acc), [102, 97, 115, 116, 118, 112, 115] => lookup_1052_6(acc), - [102, 110, 119, 107] => lookup_1052_7(acc), - [102, 111, 108, 105, 111, 110, 101, 116, 119, 111, 114, 107] => lookup_1052_8(acc), - [104, 101, 121, 102, 108, 111, 119] => lookup_1052_9(acc), - [106, 101, 108, 101] => lookup_1052_10(acc), - [106, 111, 117, 119, 119, 101, 98] => lookup_1052_11(acc), - [108, 101, 108, 117, 120] => lookup_1052_12(acc), - [108, 111, 103, 105, 110, 108, 105, 110, 101] => lookup_1052_13(acc), - [109, 97, 100, 101, 116, 104, 105, 115] => lookup_1052_14(acc), - [110, 111, 116, 105, 111, 110] => lookup_1052_15(acc), - [110, 111, 118, 101, 99, 111, 114, 101] => lookup_1052_16(acc), - [111, 109, 110, 105, 119, 101] => lookup_1052_17(acc), - [111, 112, 101, 110, 115, 111, 99, 105, 97, 108] => lookup_1052_18(acc), - [112, 108, 97, 116, 102, 111, 114, 109, 115, 104] => lookup_1052_19(info, labels, acc), - [115, 114, 104, 116] => lookup_1052_20(acc), - [116, 115, 116] => lookup_1052_21(info, labels, acc), - [119, 112, 115, 113, 117, 97, 114, 101, 100] => lookup_1052_22(acc), + [104, 101, 121, 102, 108, 111, 119] => lookup_1052_7(acc), + [106, 101, 108, 101] => lookup_1052_8(acc), + [106, 111, 117, 119, 119, 101, 98] => lookup_1052_9(acc), + [108, 101, 108, 117, 120] => lookup_1052_10(acc), + [108, 111, 103, 105, 110, 108, 105, 110, 101] => lookup_1052_11(acc), + [109, 97, 100, 101, 116, 104, 105, 115] => lookup_1052_12(acc), + [110, 111, 116, 105, 111, 110] => lookup_1052_13(acc), + [110, 111, 118, 101, 99, 111, 114, 101] => lookup_1052_14(acc), + [111, 109, 110, 105, 119, 101] => lookup_1052_15(acc), + [111, 112, 101, 110, 115, 111, 99, 105, 97, 108] => lookup_1052_16(acc), + [112, 108, 97, 116, 102, 111, 114, 109, 115, 104] => lookup_1052_17(info, labels, acc), + [115, 114, 104, 116] => lookup_1052_18(acc), + [116, 115, 116] => lookup_1052_19(info, labels, acc), + [119, 112, 115, 113, 117, 97, 114, 101, 100] => lookup_1052_20(acc), _ => info, }, None => info, @@ -88208,35 +88160,28 @@ where } } #[inline] -fn lookup_1197_14(acc: usize) -> Info { - Info { - len: acc + 1 + 3usize, - typ: Some(Type::Icann), - } -} -#[inline] -fn lookup_1197_15_0(acc: usize) -> Info { +fn lookup_1197_14_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_15_1(acc: usize) -> Info { +fn lookup_1197_14_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_15_2(acc: usize) -> Info { +fn lookup_1197_14_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_15<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_14<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88247,44 +88192,44 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_15_0(acc), - [107, 49, 50] => lookup_1197_15_1(acc), - [108, 105, 98] => lookup_1197_15_2(acc), + [99, 99] => lookup_1197_14_0(acc), + [107, 49, 50] => lookup_1197_14_1(acc), + [108, 105, 98] => lookup_1197_14_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_16(acc: usize) -> Info { +fn lookup_1197_15(acc: usize) -> Info { Info { len: acc + 1 + 8usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_17_0(acc: usize) -> Info { +fn lookup_1197_16_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_17_1(acc: usize) -> Info { +fn lookup_1197_16_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_17_2(acc: usize) -> Info { +fn lookup_1197_16_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_17<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_16<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88295,44 +88240,44 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_17_0(acc), - [107, 49, 50] => lookup_1197_17_1(acc), - [108, 105, 98] => lookup_1197_17_2(acc), + [99, 99] => lookup_1197_16_0(acc), + [107, 49, 50] => lookup_1197_16_1(acc), + [108, 105, 98] => lookup_1197_16_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_18(acc: usize) -> Info { +fn lookup_1197_17(acc: usize) -> Info { Info { len: acc + 1 + 7usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_19_0(acc: usize) -> Info { +fn lookup_1197_18_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_19_1(acc: usize) -> Info { +fn lookup_1197_18_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_19_2(acc: usize) -> Info { +fn lookup_1197_18_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_19<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_18<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88343,37 +88288,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_19_0(acc), - [107, 49, 50] => lookup_1197_19_1(acc), - [108, 105, 98] => lookup_1197_19_2(acc), + [99, 99] => lookup_1197_18_0(acc), + [107, 49, 50] => lookup_1197_18_1(acc), + [108, 105, 98] => lookup_1197_18_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_20(acc: usize) -> Info { +fn lookup_1197_19(acc: usize) -> Info { Info { len: acc + 1 + 9usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_21_0(acc: usize) -> Info { +fn lookup_1197_20_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_21_1(acc: usize) -> Info { +fn lookup_1197_20_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_21<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_20<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88384,36 +88329,36 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_21_0(acc), - [108, 105, 98] => lookup_1197_21_1(acc), + [99, 99] => lookup_1197_20_0(acc), + [108, 105, 98] => lookup_1197_20_1(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_22_0(acc: usize) -> Info { +fn lookup_1197_21_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_22_1(acc: usize) -> Info { +fn lookup_1197_21_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_22_2(acc: usize) -> Info { +fn lookup_1197_21_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_22<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_21<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88424,37 +88369,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_22_0(acc), - [107, 49, 50] => lookup_1197_22_1(acc), - [108, 105, 98] => lookup_1197_22_2(acc), + [99, 99] => lookup_1197_21_0(acc), + [107, 49, 50] => lookup_1197_21_1(acc), + [108, 105, 98] => lookup_1197_21_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_23_0(acc: usize) -> Info { +fn lookup_1197_22_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_23_1(acc: usize) -> Info { +fn lookup_1197_22_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_23_2(acc: usize) -> Info { +fn lookup_1197_22_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_23<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_22<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88465,37 +88410,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_23_0(acc), - [107, 49, 50] => lookup_1197_23_1(acc), - [108, 105, 98] => lookup_1197_23_2(acc), + [99, 99] => lookup_1197_22_0(acc), + [107, 49, 50] => lookup_1197_22_1(acc), + [108, 105, 98] => lookup_1197_22_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_24_0(acc: usize) -> Info { +fn lookup_1197_23_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_24_1(acc: usize) -> Info { +fn lookup_1197_23_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_24_2(acc: usize) -> Info { +fn lookup_1197_23_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_24<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_23<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88506,37 +88451,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_24_0(acc), - [107, 49, 50] => lookup_1197_24_1(acc), - [108, 105, 98] => lookup_1197_24_2(acc), + [99, 99] => lookup_1197_23_0(acc), + [107, 49, 50] => lookup_1197_23_1(acc), + [108, 105, 98] => lookup_1197_23_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_25_0(acc: usize) -> Info { +fn lookup_1197_24_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_25_1(acc: usize) -> Info { +fn lookup_1197_24_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_25_2(acc: usize) -> Info { +fn lookup_1197_24_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_25<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_24<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88547,58 +88492,51 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_25_0(acc), - [107, 49, 50] => lookup_1197_25_1(acc), - [108, 105, 98] => lookup_1197_25_2(acc), + [99, 99] => lookup_1197_24_0(acc), + [107, 49, 50] => lookup_1197_24_1(acc), + [108, 105, 98] => lookup_1197_24_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_26(acc: usize) -> Info { +fn lookup_1197_25(acc: usize) -> Info { Info { len: acc + 1 + 5usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_27(acc: usize) -> Info { +fn lookup_1197_26(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_28(acc: usize) -> Info { - Info { - len: acc + 1 + 4usize, - typ: Some(Type::Icann), - } -} -#[inline] -fn lookup_1197_29_0(acc: usize) -> Info { +fn lookup_1197_27_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_29_1(acc: usize) -> Info { +fn lookup_1197_27_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_29_2(acc: usize) -> Info { +fn lookup_1197_27_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_29<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_27<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88609,37 +88547,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_29_0(acc), - [107, 49, 50] => lookup_1197_29_1(acc), - [108, 105, 98] => lookup_1197_29_2(acc), + [99, 99] => lookup_1197_27_0(acc), + [107, 49, 50] => lookup_1197_27_1(acc), + [108, 105, 98] => lookup_1197_27_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_30_0(acc: usize) -> Info { +fn lookup_1197_28_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_30_1(acc: usize) -> Info { +fn lookup_1197_28_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_30_2(acc: usize) -> Info { +fn lookup_1197_28_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_30<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_28<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88650,37 +88588,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_30_0(acc), - [107, 49, 50] => lookup_1197_30_1(acc), - [108, 105, 98] => lookup_1197_30_2(acc), + [99, 99] => lookup_1197_28_0(acc), + [107, 49, 50] => lookup_1197_28_1(acc), + [108, 105, 98] => lookup_1197_28_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_31_0(acc: usize) -> Info { +fn lookup_1197_29_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_31_1(acc: usize) -> Info { +fn lookup_1197_29_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_31_2(acc: usize) -> Info { +fn lookup_1197_29_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_31<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_29<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88691,51 +88629,51 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_31_0(acc), - [107, 49, 50] => lookup_1197_31_1(acc), - [108, 105, 98] => lookup_1197_31_2(acc), + [99, 99] => lookup_1197_29_0(acc), + [107, 49, 50] => lookup_1197_29_1(acc), + [108, 105, 98] => lookup_1197_29_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_32(acc: usize) -> Info { +fn lookup_1197_30(acc: usize) -> Info { Info { len: acc + 1 + 11usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_33_0(acc: usize) -> Info { +fn lookup_1197_31_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_33_1_0(acc: usize) -> Info { +fn lookup_1197_31_1_0(acc: usize) -> Info { Info { len: acc + 1 + 4usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_33_1_1(acc: usize) -> Info { +fn lookup_1197_31_1_1(acc: usize) -> Info { Info { len: acc + 1 + 6usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_33_1_2(acc: usize) -> Info { +fn lookup_1197_31_1_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_33_1<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_31_1<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88746,23 +88684,23 @@ where }; match labels.next() { Some(label) => match label { - [99, 104, 116, 114] => lookup_1197_33_1_0(acc), - [112, 97, 114, 111, 99, 104] => lookup_1197_33_1_1(acc), - [112, 118, 116] => lookup_1197_33_1_2(acc), + [99, 104, 116, 114] => lookup_1197_31_1_0(acc), + [112, 97, 114, 111, 99, 104] => lookup_1197_31_1_1(acc), + [112, 118, 116] => lookup_1197_31_1_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_33_2(acc: usize) -> Info { +fn lookup_1197_31_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_33<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_31<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88773,37 +88711,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_33_0(acc), - [107, 49, 50] => lookup_1197_33_1(labels, acc), - [108, 105, 98] => lookup_1197_33_2(acc), + [99, 99] => lookup_1197_31_0(acc), + [107, 49, 50] => lookup_1197_31_1(labels, acc), + [108, 105, 98] => lookup_1197_31_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_34_0(acc: usize) -> Info { +fn lookup_1197_32_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_34_1(acc: usize) -> Info { +fn lookup_1197_32_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_34_2(acc: usize) -> Info { +fn lookup_1197_32_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_34<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_32<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88814,37 +88752,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_34_0(acc), - [107, 49, 50] => lookup_1197_34_1(acc), - [108, 105, 98] => lookup_1197_34_2(acc), + [99, 99] => lookup_1197_32_0(acc), + [107, 49, 50] => lookup_1197_32_1(acc), + [108, 105, 98] => lookup_1197_32_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_35_0(acc: usize) -> Info { +fn lookup_1197_33_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_35_1(acc: usize) -> Info { +fn lookup_1197_33_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_35_2(acc: usize) -> Info { +fn lookup_1197_33_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_35<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_33<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88855,93 +88793,93 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_35_0(acc), - [107, 49, 50] => lookup_1197_35_1(acc), - [108, 105, 98] => lookup_1197_35_2(acc), + [99, 99] => lookup_1197_33_0(acc), + [107, 49, 50] => lookup_1197_33_1(acc), + [108, 105, 98] => lookup_1197_33_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_36_0(acc: usize) -> Info { +fn lookup_1197_34_0(acc: usize) -> Info { Info { len: acc + 1 + 9usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_1(acc: usize) -> Info { +fn lookup_1197_34_1(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_2(acc: usize) -> Info { +fn lookup_1197_34_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_3(acc: usize) -> Info { +fn lookup_1197_34_3(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_4(acc: usize) -> Info { +fn lookup_1197_34_4(acc: usize) -> Info { Info { len: acc + 1 + 5usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_5(acc: usize) -> Info { +fn lookup_1197_34_5(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_6(acc: usize) -> Info { +fn lookup_1197_34_6(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_7(acc: usize) -> Info { +fn lookup_1197_34_7(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_8(acc: usize) -> Info { +fn lookup_1197_34_8(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_9(acc: usize) -> Info { +fn lookup_1197_34_9(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36_10(acc: usize) -> Info { +fn lookup_1197_34_10(acc: usize) -> Info { Info { len: acc + 1 + 9usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_36<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_34<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -88952,52 +88890,52 @@ where }; match labels.next() { Some(label) => match label { - [97, 110, 110, 45, 97, 114, 98, 111, 114] => lookup_1197_36_0(acc), - [99, 99] => lookup_1197_36_1(acc), - [99, 111, 103] => lookup_1197_36_2(acc), - [100, 115, 116] => lookup_1197_36_3(acc), - [101, 97, 116, 111, 110] => lookup_1197_36_4(acc), - [103, 101, 110] => lookup_1197_36_5(acc), - [107, 49, 50] => lookup_1197_36_6(acc), - [108, 105, 98] => lookup_1197_36_7(acc), - [109, 117, 115] => lookup_1197_36_8(acc), - [116, 101, 99] => lookup_1197_36_9(acc), - [119, 97, 115, 104, 116, 101, 110, 97, 119] => lookup_1197_36_10(acc), + [97, 110, 110, 45, 97, 114, 98, 111, 114] => lookup_1197_34_0(acc), + [99, 99] => lookup_1197_34_1(acc), + [99, 111, 103] => lookup_1197_34_2(acc), + [100, 115, 116] => lookup_1197_34_3(acc), + [101, 97, 116, 111, 110] => lookup_1197_34_4(acc), + [103, 101, 110] => lookup_1197_34_5(acc), + [107, 49, 50] => lookup_1197_34_6(acc), + [108, 105, 98] => lookup_1197_34_7(acc), + [109, 117, 115] => lookup_1197_34_8(acc), + [116, 101, 99] => lookup_1197_34_9(acc), + [119, 97, 115, 104, 116, 101, 110, 97, 119] => lookup_1197_34_10(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_37(acc: usize) -> Info { +fn lookup_1197_35(acc: usize) -> Info { Info { len: acc + 1 + 8usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_38_0(acc: usize) -> Info { +fn lookup_1197_36_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_38_1(acc: usize) -> Info { +fn lookup_1197_36_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_38_2(acc: usize) -> Info { +fn lookup_1197_36_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_38<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_36<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89008,37 +88946,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_38_0(acc), - [107, 49, 50] => lookup_1197_38_1(acc), - [108, 105, 98] => lookup_1197_38_2(acc), + [99, 99] => lookup_1197_36_0(acc), + [107, 49, 50] => lookup_1197_36_1(acc), + [108, 105, 98] => lookup_1197_36_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_39_0(acc: usize) -> Info { +fn lookup_1197_37_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_39_1(acc: usize) -> Info { +fn lookup_1197_37_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_39_2(acc: usize) -> Info { +fn lookup_1197_37_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_39<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_37<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89049,37 +88987,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_39_0(acc), - [107, 49, 50] => lookup_1197_39_1(acc), - [108, 105, 98] => lookup_1197_39_2(acc), + [99, 99] => lookup_1197_37_0(acc), + [107, 49, 50] => lookup_1197_37_1(acc), + [108, 105, 98] => lookup_1197_37_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_40_0(acc: usize) -> Info { +fn lookup_1197_38_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_40_1(acc: usize) -> Info { +fn lookup_1197_38_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_40_2(acc: usize) -> Info { +fn lookup_1197_38_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_40<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_38<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89090,37 +89028,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_40_0(acc), - [107, 49, 50] => lookup_1197_40_1(acc), - [108, 105, 98] => lookup_1197_40_2(acc), + [99, 99] => lookup_1197_38_0(acc), + [107, 49, 50] => lookup_1197_38_1(acc), + [108, 105, 98] => lookup_1197_38_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_41_0(acc: usize) -> Info { +fn lookup_1197_39_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_41_1(acc: usize) -> Info { +fn lookup_1197_39_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_41_2(acc: usize) -> Info { +fn lookup_1197_39_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_41<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_39<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89131,37 +89069,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_41_0(acc), - [107, 49, 50] => lookup_1197_41_1(acc), - [108, 105, 98] => lookup_1197_41_2(acc), + [99, 99] => lookup_1197_39_0(acc), + [107, 49, 50] => lookup_1197_39_1(acc), + [108, 105, 98] => lookup_1197_39_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_42_0(acc: usize) -> Info { +fn lookup_1197_40_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_42_1(acc: usize) -> Info { +fn lookup_1197_40_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_42_2(acc: usize) -> Info { +fn lookup_1197_40_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_42<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_40<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89172,30 +89110,30 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_42_0(acc), - [107, 49, 50] => lookup_1197_42_1(acc), - [108, 105, 98] => lookup_1197_42_2(acc), + [99, 99] => lookup_1197_40_0(acc), + [107, 49, 50] => lookup_1197_40_1(acc), + [108, 105, 98] => lookup_1197_40_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_43_0(acc: usize) -> Info { +fn lookup_1197_41_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_43_1(acc: usize) -> Info { +fn lookup_1197_41_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_43<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_41<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89206,36 +89144,36 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_43_0(acc), - [108, 105, 98] => lookup_1197_43_1(acc), + [99, 99] => lookup_1197_41_0(acc), + [108, 105, 98] => lookup_1197_41_1(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_44_0(acc: usize) -> Info { +fn lookup_1197_42_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_44_1(acc: usize) -> Info { +fn lookup_1197_42_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_44_2(acc: usize) -> Info { +fn lookup_1197_42_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_44<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_42<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89246,44 +89184,44 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_44_0(acc), - [107, 49, 50] => lookup_1197_44_1(acc), - [108, 105, 98] => lookup_1197_44_2(acc), + [99, 99] => lookup_1197_42_0(acc), + [107, 49, 50] => lookup_1197_42_1(acc), + [108, 105, 98] => lookup_1197_42_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_45(acc: usize) -> Info { +fn lookup_1197_43(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_46_0(acc: usize) -> Info { +fn lookup_1197_44_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_46_1(acc: usize) -> Info { +fn lookup_1197_44_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_46_2(acc: usize) -> Info { +fn lookup_1197_44_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_46<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_44<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89294,37 +89232,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_46_0(acc), - [107, 49, 50] => lookup_1197_46_1(acc), - [108, 105, 98] => lookup_1197_46_2(acc), + [99, 99] => lookup_1197_44_0(acc), + [107, 49, 50] => lookup_1197_44_1(acc), + [108, 105, 98] => lookup_1197_44_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_47_0(acc: usize) -> Info { +fn lookup_1197_45_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_47_1(acc: usize) -> Info { +fn lookup_1197_45_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_47_2(acc: usize) -> Info { +fn lookup_1197_45_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_47<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_45<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89335,37 +89273,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_47_0(acc), - [107, 49, 50] => lookup_1197_47_1(acc), - [108, 105, 98] => lookup_1197_47_2(acc), + [99, 99] => lookup_1197_45_0(acc), + [107, 49, 50] => lookup_1197_45_1(acc), + [108, 105, 98] => lookup_1197_45_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_48_0(acc: usize) -> Info { +fn lookup_1197_46_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_48_1(acc: usize) -> Info { +fn lookup_1197_46_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_48_2(acc: usize) -> Info { +fn lookup_1197_46_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_48<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_46<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89376,51 +89314,51 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_48_0(acc), - [107, 49, 50] => lookup_1197_48_1(acc), - [108, 105, 98] => lookup_1197_48_2(acc), + [99, 99] => lookup_1197_46_0(acc), + [107, 49, 50] => lookup_1197_46_1(acc), + [108, 105, 98] => lookup_1197_46_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_49(acc: usize) -> Info { +fn lookup_1197_47(acc: usize) -> Info { Info { len: acc + 1 + 4usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_50(acc: usize) -> Info { +fn lookup_1197_48(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_51_0(acc: usize) -> Info { +fn lookup_1197_49_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_51_1(acc: usize) -> Info { +fn lookup_1197_49_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_51_2(acc: usize) -> Info { +fn lookup_1197_49_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_51<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_49<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89431,37 +89369,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_51_0(acc), - [107, 49, 50] => lookup_1197_51_1(acc), - [108, 105, 98] => lookup_1197_51_2(acc), + [99, 99] => lookup_1197_49_0(acc), + [107, 49, 50] => lookup_1197_49_1(acc), + [108, 105, 98] => lookup_1197_49_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_52_0(acc: usize) -> Info { +fn lookup_1197_50_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_52_1(acc: usize) -> Info { +fn lookup_1197_50_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_52_2(acc: usize) -> Info { +fn lookup_1197_50_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_52<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_50<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89472,37 +89410,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_52_0(acc), - [107, 49, 50] => lookup_1197_52_1(acc), - [108, 105, 98] => lookup_1197_52_2(acc), + [99, 99] => lookup_1197_50_0(acc), + [107, 49, 50] => lookup_1197_50_1(acc), + [108, 105, 98] => lookup_1197_50_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_53_0(acc: usize) -> Info { +fn lookup_1197_51_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_53_1(acc: usize) -> Info { +fn lookup_1197_51_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_53_2(acc: usize) -> Info { +fn lookup_1197_51_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_53<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_51<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89513,37 +89451,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_53_0(acc), - [107, 49, 50] => lookup_1197_53_1(acc), - [108, 105, 98] => lookup_1197_53_2(acc), + [99, 99] => lookup_1197_51_0(acc), + [107, 49, 50] => lookup_1197_51_1(acc), + [108, 105, 98] => lookup_1197_51_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_54_0(acc: usize) -> Info { +fn lookup_1197_52_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_54_1(acc: usize) -> Info { +fn lookup_1197_52_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_54_2(acc: usize) -> Info { +fn lookup_1197_52_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_54<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_52<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89554,37 +89492,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_54_0(acc), - [107, 49, 50] => lookup_1197_54_1(acc), - [108, 105, 98] => lookup_1197_54_2(acc), + [99, 99] => lookup_1197_52_0(acc), + [107, 49, 50] => lookup_1197_52_1(acc), + [108, 105, 98] => lookup_1197_52_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_55_0(acc: usize) -> Info { +fn lookup_1197_53_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_55_1(acc: usize) -> Info { +fn lookup_1197_53_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_55_2(acc: usize) -> Info { +fn lookup_1197_53_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_55<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_53<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89595,37 +89533,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_55_0(acc), - [107, 49, 50] => lookup_1197_55_1(acc), - [108, 105, 98] => lookup_1197_55_2(acc), + [99, 99] => lookup_1197_53_0(acc), + [107, 49, 50] => lookup_1197_53_1(acc), + [108, 105, 98] => lookup_1197_53_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_56_0(acc: usize) -> Info { +fn lookup_1197_54_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_56_1(acc: usize) -> Info { +fn lookup_1197_54_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_56_2(acc: usize) -> Info { +fn lookup_1197_54_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_56<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_54<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89636,51 +89574,51 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_56_0(acc), - [107, 49, 50] => lookup_1197_56_1(acc), - [108, 105, 98] => lookup_1197_56_2(acc), + [99, 99] => lookup_1197_54_0(acc), + [107, 49, 50] => lookup_1197_54_1(acc), + [108, 105, 98] => lookup_1197_54_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_57(acc: usize) -> Info { +fn lookup_1197_55(acc: usize) -> Info { Info { len: acc + 1 + 8usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_58(acc: usize) -> Info { +fn lookup_1197_56(acc: usize) -> Info { Info { len: acc + 1 + 7usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_59_0(acc: usize) -> Info { +fn lookup_1197_57_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_59_1(acc: usize) -> Info { +fn lookup_1197_57_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_59_2(acc: usize) -> Info { +fn lookup_1197_57_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_59<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_57<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89691,30 +89629,30 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_59_0(acc), - [107, 49, 50] => lookup_1197_59_1(acc), - [108, 105, 98] => lookup_1197_59_2(acc), + [99, 99] => lookup_1197_57_0(acc), + [107, 49, 50] => lookup_1197_57_1(acc), + [108, 105, 98] => lookup_1197_57_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_60_0(acc: usize) -> Info { +fn lookup_1197_58_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_60_1(acc: usize) -> Info { +fn lookup_1197_58_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_60<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_58<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89725,36 +89663,36 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_60_0(acc), - [108, 105, 98] => lookup_1197_60_1(acc), + [99, 99] => lookup_1197_58_0(acc), + [108, 105, 98] => lookup_1197_58_1(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_61_0(acc: usize) -> Info { +fn lookup_1197_59_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_61_1(acc: usize) -> Info { +fn lookup_1197_59_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_61_2(acc: usize) -> Info { +fn lookup_1197_59_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_61<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_59<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89765,30 +89703,30 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_61_0(acc), - [107, 49, 50] => lookup_1197_61_1(acc), - [108, 105, 98] => lookup_1197_61_2(acc), + [99, 99] => lookup_1197_59_0(acc), + [107, 49, 50] => lookup_1197_59_1(acc), + [108, 105, 98] => lookup_1197_59_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_62_0(acc: usize) -> Info { +fn lookup_1197_60_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_62_1(acc: usize) -> Info { +fn lookup_1197_60_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_62<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_60<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89799,36 +89737,36 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_62_0(acc), - [108, 105, 98] => lookup_1197_62_1(acc), + [99, 99] => lookup_1197_60_0(acc), + [108, 105, 98] => lookup_1197_60_1(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_63(acc: usize) -> Info { +fn lookup_1197_61(acc: usize) -> Info { Info { len: acc + 1 + 10usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_64_0(acc: usize) -> Info { +fn lookup_1197_62_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_64_1(acc: usize) -> Info { +fn lookup_1197_62_1(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_64<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_62<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89839,43 +89777,43 @@ where }; match labels.next() { Some(label) => match label { - [103, 104] => lookup_1197_64_0(acc), - [103, 108] => lookup_1197_64_1(acc), + [103, 104] => lookup_1197_62_0(acc), + [103, 108] => lookup_1197_62_1(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_65(acc: usize) -> Info { +fn lookup_1197_63(acc: usize) -> Info { Info { len: acc + 1 + 12usize, typ: Some(Type::Private), } } #[inline] -fn lookup_1197_66_0(acc: usize) -> Info { +fn lookup_1197_64_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_66_1(acc: usize) -> Info { +fn lookup_1197_64_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_66_2(acc: usize) -> Info { +fn lookup_1197_64_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_66<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_64<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89886,37 +89824,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_66_0(acc), - [107, 49, 50] => lookup_1197_66_1(acc), - [108, 105, 98] => lookup_1197_66_2(acc), + [99, 99] => lookup_1197_64_0(acc), + [107, 49, 50] => lookup_1197_64_1(acc), + [108, 105, 98] => lookup_1197_64_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_67_0(acc: usize) -> Info { +fn lookup_1197_65_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_67_1(acc: usize) -> Info { +fn lookup_1197_65_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_67_2(acc: usize) -> Info { +fn lookup_1197_65_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_67<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_65<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89927,37 +89865,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_67_0(acc), - [107, 49, 50] => lookup_1197_67_1(acc), - [108, 105, 98] => lookup_1197_67_2(acc), + [99, 99] => lookup_1197_65_0(acc), + [107, 49, 50] => lookup_1197_65_1(acc), + [108, 105, 98] => lookup_1197_65_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_68_0(acc: usize) -> Info { +fn lookup_1197_66_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_68_1(acc: usize) -> Info { +fn lookup_1197_66_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_68_2(acc: usize) -> Info { +fn lookup_1197_66_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_68<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_66<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -89968,37 +89906,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_68_0(acc), - [107, 49, 50] => lookup_1197_68_1(acc), - [108, 105, 98] => lookup_1197_68_2(acc), + [99, 99] => lookup_1197_66_0(acc), + [107, 49, 50] => lookup_1197_66_1(acc), + [108, 105, 98] => lookup_1197_66_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_69_0(acc: usize) -> Info { +fn lookup_1197_67_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_69_1(acc: usize) -> Info { +fn lookup_1197_67_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_69_2(acc: usize) -> Info { +fn lookup_1197_67_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_69<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_67<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -90009,37 +89947,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_69_0(acc), - [107, 49, 50] => lookup_1197_69_1(acc), - [108, 105, 98] => lookup_1197_69_2(acc), + [99, 99] => lookup_1197_67_0(acc), + [107, 49, 50] => lookup_1197_67_1(acc), + [108, 105, 98] => lookup_1197_67_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_70_0(acc: usize) -> Info { +fn lookup_1197_68_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_70_1(acc: usize) -> Info { +fn lookup_1197_68_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_70_2(acc: usize) -> Info { +fn lookup_1197_68_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_70<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_68<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -90050,37 +89988,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_70_0(acc), - [107, 49, 50] => lookup_1197_70_1(acc), - [108, 105, 98] => lookup_1197_70_2(acc), + [99, 99] => lookup_1197_68_0(acc), + [107, 49, 50] => lookup_1197_68_1(acc), + [108, 105, 98] => lookup_1197_68_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_71_0(acc: usize) -> Info { +fn lookup_1197_69_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_71_1(acc: usize) -> Info { +fn lookup_1197_69_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_71_2(acc: usize) -> Info { +fn lookup_1197_69_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_71<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_69<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -90091,37 +90029,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_71_0(acc), - [107, 49, 50] => lookup_1197_71_1(acc), - [108, 105, 98] => lookup_1197_71_2(acc), + [99, 99] => lookup_1197_69_0(acc), + [107, 49, 50] => lookup_1197_69_1(acc), + [108, 105, 98] => lookup_1197_69_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_72_0(acc: usize) -> Info { +fn lookup_1197_70_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_72_1(acc: usize) -> Info { +fn lookup_1197_70_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_72_2(acc: usize) -> Info { +fn lookup_1197_70_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_72<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_70<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -90132,37 +90070,37 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_72_0(acc), - [107, 49, 50] => lookup_1197_72_1(acc), - [108, 105, 98] => lookup_1197_72_2(acc), + [99, 99] => lookup_1197_70_0(acc), + [107, 49, 50] => lookup_1197_70_1(acc), + [108, 105, 98] => lookup_1197_70_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_73_0(acc: usize) -> Info { +fn lookup_1197_71_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_73_1(acc: usize) -> Info { +fn lookup_1197_71_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_73_2(acc: usize) -> Info { +fn lookup_1197_71_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_73<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_71<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -90173,23 +90111,23 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_73_0(acc), - [107, 49, 50] => lookup_1197_73_1(acc), - [108, 105, 98] => lookup_1197_73_2(acc), + [99, 99] => lookup_1197_71_0(acc), + [107, 49, 50] => lookup_1197_71_1(acc), + [108, 105, 98] => lookup_1197_71_2(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_74_0(acc: usize) -> Info { +fn lookup_1197_72_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_74<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_72<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -90200,35 +90138,35 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_74_0(acc), + [99, 99] => lookup_1197_72_0(acc), _ => info, }, None => info, } } #[inline] -fn lookup_1197_75_0(acc: usize) -> Info { +fn lookup_1197_73_0(acc: usize) -> Info { Info { len: acc + 1 + 2usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_75_1(acc: usize) -> Info { +fn lookup_1197_73_1(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_75_2(acc: usize) -> Info { +fn lookup_1197_73_2(acc: usize) -> Info { Info { len: acc + 1 + 3usize, typ: Some(Type::Icann), } } #[inline] -fn lookup_1197_75<'a, T>(mut labels: T, mut acc: usize) -> Info +fn lookup_1197_73<'a, T>(mut labels: T, mut acc: usize) -> Info where T: Iterator, { @@ -90239,9 +90177,9 @@ where }; match labels.next() { Some(label) => match label { - [99, 99] => lookup_1197_75_0(acc), - [107, 49, 50] => lookup_1197_75_1(acc), - [108, 105, 98] => lookup_1197_75_2(acc), + [99, 99] => lookup_1197_73_0(acc), + [107, 49, 50] => lookup_1197_73_1(acc), + [108, 105, 98] => lookup_1197_73_2(acc), _ => info, }, None => info, @@ -90273,68 +90211,66 @@ where [100, 110, 105] => lookup_1197_11(acc), [100, 114, 117, 100] => lookup_1197_12(acc), [101, 110, 115, 99, 97, 108, 101, 100] => lookup_1197_13(info, labels, acc), - [102, 101, 100] => lookup_1197_14(acc), - [102, 108] => lookup_1197_15(labels, acc), - [102, 114, 101, 101, 100, 100, 110, 115] => lookup_1197_16(acc), - [103, 97] => lookup_1197_17(labels, acc), - [103, 111, 108, 102, 102, 97, 110] => lookup_1197_18(acc), - [103, 117] => lookup_1197_19(labels, acc), - [104, 101, 108, 105, 111, 104, 111, 115, 116] => lookup_1197_20(acc), - [104, 105] => lookup_1197_21(labels, acc), - [105, 97] => lookup_1197_22(labels, acc), - [105, 100] => lookup_1197_23(labels, acc), - [105, 108] => lookup_1197_24(labels, acc), - [105, 110] => lookup_1197_25(labels, acc), - [105, 115, 45, 98, 121] => lookup_1197_26(acc), - [105, 115, 97] => lookup_1197_27(acc), - [107, 105, 100, 115] => lookup_1197_28(acc), - [107, 115] => lookup_1197_29(labels, acc), - [107, 121] => lookup_1197_30(labels, acc), - [108, 97] => lookup_1197_31(labels, acc), - [108, 97, 110, 100, 45, 52, 45, 115, 97, 108, 101] => lookup_1197_32(acc), - [109, 97] => lookup_1197_33(labels, acc), - [109, 100] => lookup_1197_34(labels, acc), - [109, 101] => lookup_1197_35(labels, acc), - [109, 105] => lookup_1197_36(labels, acc), - [109, 105, 114, 99, 108, 111, 117, 100] => lookup_1197_37(acc), - [109, 110] => lookup_1197_38(labels, acc), - [109, 111] => lookup_1197_39(labels, acc), - [109, 115] => lookup_1197_40(labels, acc), - [109, 116] => lookup_1197_41(labels, acc), - [110, 99] => lookup_1197_42(labels, acc), - [110, 100] => lookup_1197_43(labels, acc), - [110, 101] => lookup_1197_44(labels, acc), - [110, 103, 111] => lookup_1197_45(acc), - [110, 104] => lookup_1197_46(labels, acc), - [110, 106] => lookup_1197_47(labels, acc), - [110, 109] => lookup_1197_48(labels, acc), - [110, 111, 105, 112] => lookup_1197_49(acc), - [110, 115, 110] => lookup_1197_50(acc), - [110, 118] => lookup_1197_51(labels, acc), - [110, 121] => lookup_1197_52(labels, acc), - [111, 104] => lookup_1197_53(labels, acc), - [111, 107] => lookup_1197_54(labels, acc), - [111, 114] => lookup_1197_55(labels, acc), - [112, 97] => lookup_1197_56(labels, acc), - [112, 108, 97, 116, 116, 101, 114, 112] => lookup_1197_57(acc), - [112, 111, 105, 110, 116, 116, 111] => lookup_1197_58(acc), - [112, 114] => lookup_1197_59(labels, acc), - [114, 105] => lookup_1197_60(labels, acc), - [115, 99] => lookup_1197_61(labels, acc), - [115, 100] => lookup_1197_62(labels, acc), - [115, 101, 114, 118, 101, 114, 110, 97, 109, 101] => lookup_1197_63(acc), - [115, 114, 118] => lookup_1197_64(labels, acc), - [115, 116, 117, 102, 102, 45, 52, 45, 115, 97, 108, 101] => lookup_1197_65(acc), - [116, 110] => lookup_1197_66(labels, acc), - [116, 120] => lookup_1197_67(labels, acc), - [117, 116] => lookup_1197_68(labels, acc), - [118, 97] => lookup_1197_69(labels, acc), - [118, 105] => lookup_1197_70(labels, acc), - [118, 116] => lookup_1197_71(labels, acc), - [119, 97] => lookup_1197_72(labels, acc), - [119, 105] => lookup_1197_73(labels, acc), - [119, 118] => lookup_1197_74(labels, acc), - [119, 121] => lookup_1197_75(labels, acc), + [102, 108] => lookup_1197_14(labels, acc), + [102, 114, 101, 101, 100, 100, 110, 115] => lookup_1197_15(acc), + [103, 97] => lookup_1197_16(labels, acc), + [103, 111, 108, 102, 102, 97, 110] => lookup_1197_17(acc), + [103, 117] => lookup_1197_18(labels, acc), + [104, 101, 108, 105, 111, 104, 111, 115, 116] => lookup_1197_19(acc), + [104, 105] => lookup_1197_20(labels, acc), + [105, 97] => lookup_1197_21(labels, acc), + [105, 100] => lookup_1197_22(labels, acc), + [105, 108] => lookup_1197_23(labels, acc), + [105, 110] => lookup_1197_24(labels, acc), + [105, 115, 45, 98, 121] => lookup_1197_25(acc), + [105, 115, 97] => lookup_1197_26(acc), + [107, 115] => lookup_1197_27(labels, acc), + [107, 121] => lookup_1197_28(labels, acc), + [108, 97] => lookup_1197_29(labels, acc), + [108, 97, 110, 100, 45, 52, 45, 115, 97, 108, 101] => lookup_1197_30(acc), + [109, 97] => lookup_1197_31(labels, acc), + [109, 100] => lookup_1197_32(labels, acc), + [109, 101] => lookup_1197_33(labels, acc), + [109, 105] => lookup_1197_34(labels, acc), + [109, 105, 114, 99, 108, 111, 117, 100] => lookup_1197_35(acc), + [109, 110] => lookup_1197_36(labels, acc), + [109, 111] => lookup_1197_37(labels, acc), + [109, 115] => lookup_1197_38(labels, acc), + [109, 116] => lookup_1197_39(labels, acc), + [110, 99] => lookup_1197_40(labels, acc), + [110, 100] => lookup_1197_41(labels, acc), + [110, 101] => lookup_1197_42(labels, acc), + [110, 103, 111] => lookup_1197_43(acc), + [110, 104] => lookup_1197_44(labels, acc), + [110, 106] => lookup_1197_45(labels, acc), + [110, 109] => lookup_1197_46(labels, acc), + [110, 111, 105, 112] => lookup_1197_47(acc), + [110, 115, 110] => lookup_1197_48(acc), + [110, 118] => lookup_1197_49(labels, acc), + [110, 121] => lookup_1197_50(labels, acc), + [111, 104] => lookup_1197_51(labels, acc), + [111, 107] => lookup_1197_52(labels, acc), + [111, 114] => lookup_1197_53(labels, acc), + [112, 97] => lookup_1197_54(labels, acc), + [112, 108, 97, 116, 116, 101, 114, 112] => lookup_1197_55(acc), + [112, 111, 105, 110, 116, 116, 111] => lookup_1197_56(acc), + [112, 114] => lookup_1197_57(labels, acc), + [114, 105] => lookup_1197_58(labels, acc), + [115, 99] => lookup_1197_59(labels, acc), + [115, 100] => lookup_1197_60(labels, acc), + [115, 101, 114, 118, 101, 114, 110, 97, 109, 101] => lookup_1197_61(acc), + [115, 114, 118] => lookup_1197_62(labels, acc), + [115, 116, 117, 102, 102, 45, 52, 45, 115, 97, 108, 101] => lookup_1197_63(acc), + [116, 110] => lookup_1197_64(labels, acc), + [116, 120] => lookup_1197_65(labels, acc), + [117, 116] => lookup_1197_66(labels, acc), + [118, 97] => lookup_1197_67(labels, acc), + [118, 105] => lookup_1197_68(labels, acc), + [118, 116] => lookup_1197_69(labels, acc), + [119, 97] => lookup_1197_70(labels, acc), + [119, 105] => lookup_1197_71(labels, acc), + [119, 118] => lookup_1197_72(labels, acc), + [119, 121] => lookup_1197_73(labels, acc), _ => info, }, None => info,