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()632 if (handle) tjDestroy(handle); in bufSizeTest()
223 if (tjDestroy(handle) == -1) _throwtj("executing tjDestroy()"); in decomp()299 if (handle) tjDestroy(handle); in decomp()416 if (tjDestroy(handle) == -1) _throwtj("executing tjDestroy()"); in fullTest()502 if (handle) { tjDestroy(handle); handle = NULL; } in fullTest()722 if (handle) { tjDestroy(handle); handle = NULL; } in decompTest()
1529 DLLEXPORT int tjDestroy(tjhandle handle);
414 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy() function2062 if (handle) tjDestroy(handle); in tjLoadImage()2136 if (handle) tjDestroy(handle); in tjSaveImage()
564 if (tjDestroy(handle) == -1) _throwtj(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
755 now idempotent. Previously, that method would call the native `tjDestroy()`