Searched refs:tjinstance (Results 1 – 2 of 2) sorted by relevance
95 } tjinstance; typedef109 #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()
99 } tjinstance; typedef131 #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 …]