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

  /src/common/dist/zlib/contrib/infback9/
inflate9.h 14 STORED, /* i: waiting for stored size (length and complement) */
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
  /src/common/dist/zlib/
inflate.h 34 STORED, /* i: waiting for stored size (length and complement) */
36 COPY, /* i/o: waiting for input or output to copy stored block */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
104 /* for string and stored block copying */
  /src/sys/net/
zlib.c 377 Byte method; /* STORED (for zip only) or DEFLATED */
494 * data is still in the window so we can still emit a stored block even
498 * even emit a stored file instead of a stored block (saving 5 bytes).
1145 /* Output just the 3-bit `stored' block type value,
1705 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited
1706 * to pending_buf_size, and each stored block has a 5 byte header:
1733 /* Emit a stored block if pending_buf will be full: */
1982 * Each code tree is stored in a compressed form which is itself
2952 * Send a stored bloc
    [all...]

Completed in 16 milliseconds