Home
last modified time | relevance | path

Searched refs:SmalBuf (Results 1 – 1 of 1) sorted by relevance

/external/oss-fuzz/projects/image-png/
Dbuf_independent.rs9 struct SmalBuf<R: BufRead> { struct
14 impl<R: BufRead> SmalBuf<R> { impl
16 SmalBuf { inner, cap } in new()
20 impl<R: BufRead> Read for SmalBuf<R> { implementation
27 impl<R: BufRead> BufRead for SmalBuf<R> { implementation
45 let smal = png::Decoder::new_with_limits(SmalBuf::new(data, 1), limits);