Home
last modified time | relevance | path

Searched refs:Z_FULL_FLUSH (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/kern/include/
Dzlib.h170 #define Z_FULL_FLUSH 3 macro
/mirbsd/src/kern/z/
DFAQ214 Z_FULL_FLUSH, carefully write all the pending data at those points, and
216 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
Ddeflate.c933 if (flush == Z_FULL_FLUSH) {