Searched refs:ZLIB_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
276 maxLines = ( ZLIB_MAX_SIZE(w) / w ); in rfbSendRectEncodingZlib()
2964 nUpdateRegionRects += (((h-1) / (ZLIB_MAX_SIZE( w ) / w)) + 1); in rfbSendFramebufferUpdate()
879 #define ZLIB_MAX_SIZE(min) ((( min * 2 ) > ZLIB_MAX_RECT_SIZE ) ? \ macro