HomeSort by: relevance | last modified time | path
    Searched defs:deflate_stored (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
deflate.c 75 local block_state deflate_stored(deflate_state *s, int flush);
111 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
116 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
913 * some deflate_stored() output, goes through this function so some
1184 bstate = s->level == 0 ? deflate_stored(s, flush) :
1625 * deflate_stored() is written to minimize the number of times an input byte is
1629 local block_state deflate_stored(deflate_state *s, int flush) { function in typeref:typename:local block_state
  /src/sys/net/
zlib.c 686 local block_state deflate_stored(deflate_state *s, int flush);
737 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1703 local block_state deflate_stored(deflate_state *s, int flush) function in typeref:typename:local block_state

Completed in 19 milliseconds