Searched defs:deflate_stored (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c82 local block_state deflate_stored OF((deflate_state *s, int flush));
139 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
144 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1396 local block_state deflate_stored(s, flush) function
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c77 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) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c714 local block_state deflate_stored OF((deflate_state *s, int flush));
768 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1870 deflate_stored(s, flush) function

Completed in 77 milliseconds