Home
last modified time | relevance | path

Searched defs:AllocU8 (Results 1 – 21 of 21) sorted by relevance

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-decompressor-2.3.2/src/
H A Ddecode.rs518 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadSimpleHuffmanSymbols()
663 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadSymbolCodeLengths()
735 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in SafeReadSymbolCodeLengths()
874 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadHuffmanCode()
1577 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeLiteralBlockSwitchInternal()
1611 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeCommandBlockSwitchInternal()
1645 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeDistanceBlockSwitchInternal()
1700 s: &'a mut BrotliState<AllocU8, AllocU32, AllocHC>, in WriteRingBuffer()
1954 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadDistanceInternal()
2024 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadCommandInternal()
[all …]
H A Dreader.rs37 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC) -> Self { in new()
50 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
208 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new()
214 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
H A Dwriter.rs37 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC) -> Self { in new()
43alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, dict: AllocU8::AllocatedMemory) -> S… in new_with_custom_dictionary()
217 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new()
223 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
H A Dlib.rs162 alloc_u8: AllocU8, in BrotliDecompressCustomAlloc()
188 alloc_u8: AllocU8, in BrotliDecompressCustomIo()
208 alloc_u8: AllocU8, in BrotliDecompressCustomIoCustomDict()
339 state: &BrotliState<AllocU8, AllocU32, AllocHC>, in new()
H A Dstate.rs387 pub fn new(alloc_u8 : AllocU8, in new()
397 pub fn new_with_custom_dictionary(alloc_u8 : AllocU8, in new_with_custom_dictionary()
409 pub fn new_strict(alloc_u8 : AllocU8, in new_strict()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli-decompressor/src/
H A Ddecode.rs518 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadSimpleHuffmanSymbols()
663 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadSymbolCodeLengths()
735 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in SafeReadSymbolCodeLengths()
874 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadHuffmanCode()
1577 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeLiteralBlockSwitchInternal()
1611 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeCommandBlockSwitchInternal()
1645 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeDistanceBlockSwitchInternal()
1700 s: &'a mut BrotliState<AllocU8, AllocU32, AllocHC>, in WriteRingBuffer()
1954 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadDistanceInternal()
2024 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadCommandInternal()
[all …]
H A Dreader.rs37 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC) -> Self { in new()
50 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
208 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new()
214 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
H A Dwriter.rs37 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC) -> Self { in new()
43alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, dict: AllocU8::AllocatedMemory) -> S… in new_with_custom_dictionary()
217 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new()
223 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
H A Dlib.rs162 alloc_u8: AllocU8, in BrotliDecompressCustomAlloc()
188 alloc_u8: AllocU8, in BrotliDecompressCustomIo()
208 alloc_u8: AllocU8, in BrotliDecompressCustomIoCustomDict()
339 state: &BrotliState<AllocU8, AllocU32, AllocHC>, in new()
H A Dstate.rs387 pub fn new(alloc_u8 : AllocU8, in new()
397 pub fn new_with_custom_dictionary(alloc_u8 : AllocU8, in new_with_custom_dictionary()
409 pub fn new_strict(alloc_u8 : AllocU8, in new_strict()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-decompressor-2.3.2/src/
H A Ddecode.rs518 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadSimpleHuffmanSymbols()
663 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadSymbolCodeLengths()
735 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in SafeReadSymbolCodeLengths()
874 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadHuffmanCode()
1577 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeLiteralBlockSwitchInternal()
1611 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeCommandBlockSwitchInternal()
1645 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in DecodeDistanceBlockSwitchInternal()
1700 s: &'a mut BrotliState<AllocU8, AllocU32, AllocHC>, in WriteRingBuffer()
1954 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadDistanceInternal()
2024 s: &mut BrotliState<AllocU8, AllocU32, AllocHC>, in ReadCommandInternal()
[all …]
H A Dreader.rs37 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC) -> Self { in new()
50 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
208 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new()
214 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
H A Dwriter.rs37 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC) -> Self { in new()
43alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, dict: AllocU8::AllocatedMemory) -> S… in new_with_custom_dictionary()
217 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new()
223 alloc_u8 : AllocU8, alloc_u32 : AllocU32, alloc_hc : AllocHC, in new_with_custom_dictionary()
H A Dlib.rs162 alloc_u8: AllocU8, in BrotliDecompressCustomAlloc()
188 alloc_u8: AllocU8, in BrotliDecompressCustomIo()
208 alloc_u8: AllocU8, in BrotliDecompressCustomIoCustomDict()
339 state: &BrotliState<AllocU8, AllocU32, AllocHC>, in new()
H A Dstate.rs387 pub fn new(alloc_u8 : AllocU8, in new()
397 pub fn new_with_custom_dictionary(alloc_u8 : AllocU8, in new_with_custom_dictionary()
409 pub fn new_strict(alloc_u8 : AllocU8, in new_strict()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dencode.rs455 fn RingBufferInit<AllocU8: alloc::Allocator<u8>>() -> RingBuffer<AllocU8> { in RingBufferInit()
520 fn RingBufferFree<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferFree()
521 rb: &mut RingBuffer<AllocU8>) { in RingBufferFree()
650 rb: &mut RingBuffer<AllocU8>) { in RingBufferSetup()
747 fn RingBufferInitBuffer<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferInitBuffer()
749 rb: &mut RingBuffer<AllocU8>) { in RingBufferInitBuffer()
781 rb: &mut RingBuffer<AllocU8>) { in RingBufferWriteTail()
791 fn RingBufferWrite<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferWrite()
794 rb: &mut RingBuffer<AllocU8>) { in RingBufferWrite()
H A Dcombined_alloc.rs121 pub fn new(alloc_u8: AllocU8, in new()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dencode.rs455 fn RingBufferInit<AllocU8: alloc::Allocator<u8>>() -> RingBuffer<AllocU8> { in RingBufferInit()
520 fn RingBufferFree<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferFree()
521 rb: &mut RingBuffer<AllocU8>) { in RingBufferFree()
650 rb: &mut RingBuffer<AllocU8>) { in RingBufferSetup()
747 fn RingBufferInitBuffer<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferInitBuffer()
749 rb: &mut RingBuffer<AllocU8>) { in RingBufferInitBuffer()
781 rb: &mut RingBuffer<AllocU8>) { in RingBufferWriteTail()
791 fn RingBufferWrite<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferWrite()
794 rb: &mut RingBuffer<AllocU8>) { in RingBufferWrite()
H A Dcombined_alloc.rs121 pub fn new(alloc_u8: AllocU8, in new()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dencode.rs455 fn RingBufferInit<AllocU8: alloc::Allocator<u8>>() -> RingBuffer<AllocU8> { in RingBufferInit()
520 fn RingBufferFree<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferFree()
521 rb: &mut RingBuffer<AllocU8>) { in RingBufferFree()
650 rb: &mut RingBuffer<AllocU8>) { in RingBufferSetup()
747 fn RingBufferInitBuffer<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferInitBuffer()
749 rb: &mut RingBuffer<AllocU8>) { in RingBufferInitBuffer()
781 rb: &mut RingBuffer<AllocU8>) { in RingBufferWriteTail()
791 fn RingBufferWrite<AllocU8: alloc::Allocator<u8>>(m: &mut AllocU8, in RingBufferWrite()
794 rb: &mut RingBuffer<AllocU8>) { in RingBufferWrite()
H A Dcombined_alloc.rs121 pub fn new(alloc_u8: AllocU8, in new()