Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.c95 } tjinstance; typedef
109 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
461 static tjhandle _tjInitCompress(tjinstance *this) in _tjInitCompress()
486 tjinstance *this=NULL; in tjInitCompress()
487 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL) in tjInitCompress()
493 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress()
641 static tjhandle _tjInitDecompress(tjinstance *this) in _tjInitDecompress()
668 tjinstance *this; in tjInitDecompress()
669 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL) in tjInitDecompress()
675 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()