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

  /external/libvncserver/libvncserver/
tight.c 147 static TLS char *tightBeforeBuf = NULL;
157 free (tightBeforeBuf);
159 tightBeforeBuf = NULL;
345 /* Make sure we can write at least one pixel into tightBeforeBuf. */
349 if (tightBeforeBuf == NULL)
350 tightBeforeBuf = (char *)malloc(tightBeforeBufSize);
352 tightBeforeBuf = (char *)realloc(tightBeforeBuf,
437 &cl->format, fbptr, tightBeforeBuf,
630 if (tightBeforeBuf == NULL
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 107 static char *tightBeforeBuf = NULL;
232 /* Make sure we can write at least one pixel into tightBeforeBuf. */
236 if (tightBeforeBuf == NULL)
237 tightBeforeBuf = (char *)xalloc(tightBeforeBufSize);
239 tightBeforeBuf = (char *)xrealloc(tightBeforeBuf,
324 &cl->format, fbptr, tightBeforeBuf,
510 if (tightBeforeBuf == NULL)
511 tightBeforeBuf = (char *)xalloc(tightBeforeBufSize);
513 tightBeforeBuf = (char *)xrealloc(tightBeforeBuf
    [all...]

Completed in 168 milliseconds