Home
last modified time | relevance | path

Searched refs:tjinstance (Results 1 – 2 of 2) 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()
645 static tjhandle _tjInitDecompress(tjinstance *this) in _tjInitDecompress()
672 tjinstance *this; in tjInitDecompress()
673 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL) in tjInitDecompress()
679 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()
/external/libjpeg-turbo/
Dturbojpeg.c99 } tjinstance; typedef
131 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
137 #define getcinstance(handle) tjinstance *this=(tjinstance *)handle; \
143 #define getdinstance(handle) tjinstance *this=(tjinstance *)handle; \
581 static tjhandle _tjInitCompress(tjinstance *this) in _tjInitCompress()
610 tjinstance *this=NULL; in tjInitCompress()
611 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL) in tjInitCompress()
617 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress()
1253 static tjhandle _tjInitDecompress(tjinstance *this) in _tjInitDecompress()
1281 tjinstance *this; in tjInitDecompress()
[all …]