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

  /external/libvncserver/libvncserver/
tight.c 149 static TLS int tightAfterBufSize = 0;
161 if (tightAfterBufSize) {
163 tightAfterBufSize = 0;
637 if (tightAfterBufSize < maxAfterSize) {
638 tightAfterBufSize = maxAfterSize;
640 tightAfterBuf = (char *)malloc(tightAfterBufSize);
643 tightAfterBufSize);
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 109 static int tightAfterBufSize = 0;
517 if (tightAfterBufSize < maxAfterSize) {
518 tightAfterBufSize = maxAfterSize;
520 tightAfterBuf = (char *)xalloc(tightAfterBufSize);
523 tightAfterBufSize);
902 pz->avail_out = tightAfterBufSize;
919 tightAfterBufSize - pz->avail_out);
    [all...]

Completed in 38 milliseconds