Home
last modified time | relevance | path

Searched refs:HEADER_CHARS (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/http-0.1.17/src/header/
H A Dname.rs986 const HEADER_CHARS: [u8; 256] = [ const
1535 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1547 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1592 if b != HEADER_CHARS[b as usize] { in from_lowercase()
1920 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
1928 let hdr = parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS) in from_static()
1956 dst.put(HEADER_CHARS[*b as usize]); in from()
2015 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2029 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/net/routinator/routinator-0.10.2/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/www/rearx/rearx-0.1.4/cargo-crates/http-0.2.3/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/http-0.2.1/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2030 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2042 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2067 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2122 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2136 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/http-0.2.3/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/net/proby/proby-1.0.2/cargo-crates/http-0.2.1/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2030 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2042 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2067 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2122 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2136 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/http-0.2.1/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2030 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2042 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2067 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2122 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2136 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/http/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/net-im/fractal/fractal-4.4.0/vendor/http/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2030 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2042 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2067 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2122 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2136 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/www/xh/xh-0.14.1/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/http/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/http/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2034 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2046 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2071 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2126 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2140 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/http-0.2.0/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2034 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2046 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2071 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2126 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2140 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/http-0.2.1/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2030 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2042 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2067 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2122 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2136 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/www/monolith/monolith-2.6.1/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/http-0.2.1/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1721 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2030 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2042 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2067 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2122 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2136 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/http-0.2.4/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2025 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2037 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2062 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2117 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2131 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/http-0.1.21/src/header/
H A Dname.rs985 const HEADER_CHARS: [u8; 256] = [ const
1662 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1674 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1720 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2066 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2075 let hdr = parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS) in from_static()
2103 dst.put(HEADER_CHARS[*b as usize]); in from()
2162 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2176 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/http-0.2.5/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2043 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2055 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2080 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2135 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2149 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/http-0.2.5/src/header/
H A Dname.rs981 const HEADER_CHARS: [u8; 256] = [ const
1657 match parse_hdr(src, &mut buf, &HEADER_CHARS)?.inner { in from_bytes()
1669 let b = HEADER_CHARS[*b as usize]; in from_bytes()
1716 if b != HEADER_CHARS[b as usize] { in from_lowercase()
2043 let hdr = parse_hdr(hdr, &mut buf, &HEADER_CHARS)?; in from_bytes()
2055 parse_hdr(hdr.as_bytes(), &mut buf, &HEADER_CHARS).expect("static str is invalid name"); in from_static()
2080 dst.put_u8(HEADER_CHARS[*b as usize]); in from()
2135 hasher.write(&[HEADER_CHARS[b as usize]]); in hash()
2149 *a == HEADER_CHARS[*b as usize] in eq_ignore_ascii_case()

12