Home | History | Annotate | Download | only in turbovnc

Lines Matching refs:UPDATE_BUF_SIZE

649     if (ublen + sz_rfbFramebufferUpdateRectHeader > UPDATE_BUF_SIZE) {
686 if (ublen + 1 + len > UPDATE_BUF_SIZE) {
709 2 * cl->format.bitsPerPixel / 8) > UPDATE_BUF_SIZE ) {
777 paletteNumColors * cl->format.bitsPerPixel / 8) > UPDATE_BUF_SIZE ) {
841 if (ublen + TIGHT_MIN_TO_COMPRESS + 1 > UPDATE_BUF_SIZE) {
942 portionLen = UPDATE_BUF_SIZE;
947 if (ublen + portionLen > UPDATE_BUF_SIZE) {
1493 if (ublen + TIGHT_MIN_TO_COMPRESS + 1 > UPDATE_BUF_SIZE) {