Function miniz_oxide::deflate::core::record_match

source ยท
fn record_match(
    h: &mut HuffmanOxide,
    lz: &mut LZOxide,
    match_len: u32,
    match_dist: u32,
)