Lines Matching refs:tjinstance
99 } 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()
1282 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL) in tjInitDecompress()
1288 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()
1994 tjinstance *this=NULL; tjhandle handle=NULL; in tjInitTransform()
1995 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL) in tjInitTransform()
2001 MEMZERO(this, sizeof(tjinstance)); in tjInitTransform()