Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c146 static TLS int tightBeforeBufSize = 0; variable
156 if (tightBeforeBufSize) { in rfbTightCleanup()
158 tightBeforeBufSize = 0; in rfbTightCleanup()
347 if (tightBeforeBufSize < 4) { in SendRectEncodingTight()
348 tightBeforeBufSize = 4; in SendRectEncodingTight()
350 tightBeforeBuf = (char *)malloc(tightBeforeBufSize); in SendRectEncodingTight()
353 tightBeforeBufSize); in SendRectEncodingTight()
628 if (tightBeforeBufSize < maxBeforeSize) { in SendRectSimple()
629 tightBeforeBufSize = maxBeforeSize; in SendRectSimple()
631 tightBeforeBuf = (char *)malloc(tightBeforeBufSize); in SendRectSimple()
[all …]