Searched refs:FLUSH_BLOCK_ONLY (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c1370 #define FLUSH_BLOCK_ONLY(s, eof) { \ macro
1383 FLUSH_BLOCK_ONLY(s, eof); \
1658 FLUSH_BLOCK_ONLY(s, 0);
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c1605 #define FLUSH_BLOCK_ONLY(s, last) { \ macro
1618 FLUSH_BLOCK_ONLY(s, last); \
2021 FLUSH_BLOCK_ONLY(s, 0);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c1551 #define FLUSH_BLOCK_ONLY(s, eof) { \ macro
1564 FLUSH_BLOCK_ONLY(s, eof); \
1820 FLUSH_BLOCK_ONLY(s, 0);

Completed in 100 milliseconds