Lines Matching refs:_throwtj
44 #define _throwtj(m) _throw(m, tjGetErrorStr()) macro
101 _throwtj("executing tjInitDecompress()"); in decomptest()
117 _throwtj("executing tjDecompress2()"); in decomptest()
131 _throwtj("executing tjDecompress2()"); in decomptest()
136 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomptest()
255 _throwtj("executing tjInitCompress()"); in dotest()
260 _throwtj("executing tjCompress2()"); in dotest()
276 _throwtj("executing tjCompress()2"); in dotest()
282 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in dotest()
376 _throwtj("executing tjInitDecompress()"); in dodecomptest()
378 _throwtj("executing tjDecompressHeader2()"); in dodecomptest()
515 _throwtj("executing tjGetScalingFactors()"); in main()