HomeSort by relevance Sort by last modified time
    Searched refs:tightBeforeBufSize (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
tight.c 146 static TLS int tightBeforeBufSize = 0;
156 if (tightBeforeBufSize) {
158 tightBeforeBufSize = 0;
347 if (tightBeforeBufSize < 4) {
348 tightBeforeBufSize = 4;
350 tightBeforeBuf = (char *)malloc(tightBeforeBufSize);
353 tightBeforeBufSize);
628 if (tightBeforeBufSize < maxBeforeSize) {
629 tightBeforeBufSize = maxBeforeSize;
631 tightBeforeBuf = (char *)malloc(tightBeforeBufSize);
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 106 static int tightBeforeBufSize = 0;
234 if (tightBeforeBufSize < 4) {
235 tightBeforeBufSize = 4;
237 tightBeforeBuf = (char *)xalloc(tightBeforeBufSize);
240 tightBeforeBufSize);
508 if (tightBeforeBufSize < maxBeforeSize) {
509 tightBeforeBufSize = maxBeforeSize;
511 tightBeforeBuf = (char *)xalloc(tightBeforeBufSize);
514 tightBeforeBufSize);
    [all...]

Completed in 616 milliseconds