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

/external/libvncserver/libvncserver/
H A Dtight.c149 static TLS int tightAfterBufSize = 0; variable
161 if (tightAfterBufSize) {
163 tightAfterBufSize = 0;
637 if (tightAfterBufSize < maxAfterSize) {
638 tightAfterBufSize = maxAfterSize;
640 tightAfterBuf = (char *)malloc(tightAfterBufSize);
643 tightAfterBufSize);
1066 pz->avail_out = tightAfterBufSize;
1083 tightAfterBufSize - pz->avail_out);
1578 if (tightAfterBufSize < TJBUFSIZ
[all...]

Completed in 49 milliseconds