Home | History | Annotate | Download | only in src

Lines Matching refs:deflate_stored

77 local block_state deflate_stored OF((deflate_state *s, int flush));
128 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
133 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1564 local block_state deflate_stored(s, flush)