Searched refs:tjDestroy (Results 1 – 9 of 9) sorted by relevance
339 tjDestroy(tjInstance); tjInstance = NULL; in main()371 tjDestroy(tjInstance); tjInstance = NULL; in main()378 tjDestroy(tjInstance); tjInstance = NULL; in main()391 if (tjInstance) tjDestroy(tjInstance); in main()
10 tjDestroy;
391 tjDestroy(handle2); in compTest()462 tjDestroy(handle2); in _decompTest()549 if (chandle) tjDestroy(chandle); in doTest()550 if (dhandle) tjDestroy(dhandle); in doTest()668 if (handle) tjDestroy(handle); in bufSizeTest()
229 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in decomp()305 if (handle) tjDestroy(handle); in decomp()429 if (tjDestroy(handle) == -1) THROW_TJ("executing tjDestroy()"); in fullTest()515 if (handle) { tjDestroy(handle); handle = NULL; } in fullTest()739 if (handle) { tjDestroy(handle); handle = NULL; } in decompTest()
1529 DLLEXPORT int tjDestroy(tjhandle handle);
414 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy() function2071 if (handle) tjDestroy(handle); in tjLoadImage()2145 if (handle) tjDestroy(handle); in tjSaveImage()
564 if (tjDestroy(handle) == -1) THROW_TJ(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
755 now idempotent. Previously, that method would call the native `tjDestroy()`