Searched refs:tjDestroy (Results 1 – 8 of 8) sorted by relevance
10 tjDestroy;
233 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in decomp()311 if (handle) tjDestroy(handle); in decomp()435 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in fullTest()525 if (handle) tjDestroy(handle); in fullTest()752 if (handle) { tjDestroy(handle); handle = NULL; } in decompTest()
406 tjDestroy(handle2); in compTest()479 tjDestroy(handle2); in _decompTest()566 if (chandle) tjDestroy(chandle); in doTest()567 if (dhandle) tjDestroy(dhandle); in doTest()688 if (handle) tjDestroy(handle); in bufSizeTest()
1540 DLLEXPORT int tjDestroy(tjhandle handle);
446 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy() function2144 if (handle) tjDestroy(handle); in tjLoadImage()2218 if (handle) tjDestroy(handle); in tjSaveImage()
586 if (tjDestroy(handle) == -1) THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
1113 now idempotent. Previously, that method would call the native `tjDestroy()`