Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c147 static TLS char *tightBeforeBuf = NULL; variable
157 free (tightBeforeBuf); in rfbTightCleanup()
159 tightBeforeBuf = NULL; in rfbTightCleanup()
349 if (tightBeforeBuf == NULL) in SendRectEncodingTight()
350 tightBeforeBuf = (char *)malloc(tightBeforeBufSize); in SendRectEncodingTight()
352 tightBeforeBuf = (char *)realloc(tightBeforeBuf, in SendRectEncodingTight()
437 &cl->format, fbptr, tightBeforeBuf, in SendRectEncodingTight()
630 if (tightBeforeBuf == NULL) in SendRectSimple()
631 tightBeforeBuf = (char *)malloc(tightBeforeBufSize); in SendRectSimple()
633 tightBeforeBuf = (char *)realloc(tightBeforeBuf, in SendRectSimple()
[all …]