Searched refs:Z_SYNC_FLUSH (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzlib.h163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
164 #define Z_SYNC_FLUSH 2 macro
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
/ast/src/cmd/INIT/
H A Dratz.c531 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
532 #define Z_SYNC_FLUSH 2 macro
2765 documented in zlib.h of Z_SYNC_FLUSH. Furthermore, inflate() always defers
3528 Z_SYNC_FLUSH or Z_FULL_FLUSH. This function is used by one PPP
3530 Z_SYNC_FLUSH but removes the length bytes of the resulting empty stored

Completed in 102 milliseconds