Searched refs:DEFLATE_NEED_CONSERVATIVE_BOUND (Results 1 – 3 of 3) sorted by relevance
48 #define DEFLATE_NEED_CONSERVATIVE_BOUND(strm) (dfltcc_can_deflate((strm))) macro
89 and `DEFLATE_NEED_CONSERVATIVE_BOUND()` macros make `deflateBound()`
91 # define DEFLATE_NEED_CONSERVATIVE_BOUND(strm) 0 macro723 if (DEFLATE_NEED_CONSERVATIVE_BOUND(strm) || /* hook for IBM Z DFLTCC */ in PREFIX()