Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:tjinstance

98 } tjinstance;
130 #define getinstance(handle) tjinstance *this=(tjinstance *)handle; \
136 #define getcinstance(handle) tjinstance *this=(tjinstance *)handle; \
142 #define getdinstance(handle) tjinstance *this=(tjinstance *)handle; \
557 static tjhandle _tjInitCompress(tjinstance *this)
584 tjinstance *this=NULL;
585 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL)
591 MEMZERO(this, sizeof(tjinstance));
1214 static tjhandle _tjInitDecompress(tjinstance *this)
1241 tjinstance *this;
1242 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL)
1248 MEMZERO(this, sizeof(tjinstance));
1947 tjinstance *this=NULL; tjhandle handle=NULL;
1948 if((this=(tjinstance *)malloc(sizeof(tjinstance)))==NULL)
1954 MEMZERO(this, sizeof(tjinstance));