Home
last modified time | relevance | path

Searched refs:dict_avail (Results 1 – 25 of 103) sorted by relevance

12345

/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/miniz_oxide/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
186 if state.dict_avail != 0 { in inflate()
192 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
245 state.dict_avail = out_bytes; in inflate_loop()
263 return if state.dict_avail != 0 { in inflate_loop()
275 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
276 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
289 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/miniz_oxide-0.4.0/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
186 if state.dict_avail != 0 { in inflate()
192 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
245 state.dict_avail = out_bytes; in inflate_loop()
263 return if state.dict_avail != 0 { in inflate_loop()
275 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
276 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
289 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/miniz_oxide-0.3.2/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
192 if state.dict_avail != 0 { in inflate()
198 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
249 state.dict_avail = out_bytes; in inflate_loop()
267 return if state.dict_avail != 0 { in inflate_loop()
279 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
280 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
293 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/miniz_oxide-0.3.6/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/miniz_oxide-0.4.0/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
186 if state.dict_avail != 0 { in inflate()
192 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
245 state.dict_avail = out_bytes; in inflate_loop()
263 return if state.dict_avail != 0 { in inflate_loop()
275 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
276 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
289 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/miniz_oxide-0.3.6/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/miniz_oxide-0.3.3/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/miniz_oxide-0.4.0/src/inflate/
H A Dstream.rs26 dict_avail: usize,
43 dict_avail: 0,
104 self.dict_avail = 0;
186 if state.dict_avail != 0 { in compress_to_vec()
192 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in compress_to_vec()
245 state.dict_avail = out_bytes;
263 return if state.dict_avail != 0 {
275 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) {
276 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) {
289 let n = cmp::min(state.dict_avail as usize, next_out.len());
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/miniz_oxide-0.3.6/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs26 dict_avail: usize, in from_slice_and_pos()
43 dict_avail: 0,
104 self.dict_avail = 0; in bytes_left()
191 if state.dict_avail != 0 {
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) {
248 state.dict_avail = out_bytes;
266 return if state.dict_avail != 0 {
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) {
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) {
292 let n = cmp::min(state.dict_avail as usize, next_out.len());
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/miniz_oxide-0.4.0/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
186 if state.dict_avail != 0 { in inflate()
192 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
245 state.dict_avail = out_bytes; in inflate_loop()
263 return if state.dict_avail != 0 { in inflate_loop()
275 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
276 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
289 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/miniz_oxide/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
192 if state.dict_avail != 0 { in inflate()
198 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
249 state.dict_avail = out_bytes; in inflate_loop()
267 return if state.dict_avail != 0 { in inflate_loop()
279 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
280 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
293 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/miniz_oxide-0.3.6/src/inflate/
H A Dstream.rs26 dict_avail: usize, field
43 dict_avail: 0, in default()
104 self.dict_avail = 0; in reset()
191 if state.dict_avail != 0 { in inflate()
197 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate()
248 state.dict_avail = out_bytes; in inflate_loop()
266 return if state.dict_avail != 0 { in inflate_loop()
278 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) { in inflate_loop()
279 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) { in inflate_loop()
292 let n = cmp::min(state.dict_avail as usize, next_out.len()); in push_dict_out()
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/miniz_oxide-0.3.2/src/inflate/
H A Dstream.rs26 dict_avail: usize,
43 dict_avail: 0,
104 self.dict_avail = 0;
192 if state.dict_avail != 0 {
198 if (state.last_status == TINFLStatus::Done) && (state.dict_avail == 0) {
249 state.dict_avail = out_bytes;
267 return if state.dict_avail != 0 {
279 if (status == TINFLStatus::Done) || empty_buf || (state.dict_avail != 0) {
280 return if (status == TINFLStatus::Done) && (state.dict_avail == 0) {
293 let n = cmp::min(state.dict_avail as usize, next_out.len());
[all …]

12345