Lines Matching refs:tjinstance
95 } tjinstance;
109 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
461 static tjhandle _tjInitCompress(tjinstance *this)
486 tjinstance *this=NULL;
487 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL)
493 MEMZERO(this, sizeof(tjinstance));
645 static tjhandle _tjInitDecompress(tjinstance *this)
672 tjinstance *this;
673 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL)
679 MEMZERO(this, sizeof(tjinstance));