Searched refs:SZ_OK (Results 1 - 25 of 25) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/LzmaUtil/
H A DLzma86Dec.c27 return SZ_OK;
52 if (res != SZ_OK)
60 return SZ_OK;
H A DLzma86Enc.c94 if (curRes != SZ_OK)
99 if (outSizeProcessed <= minSize || mainResult != SZ_OK)
103 mainResult = SZ_OK;
H A DLzmaUtil.c95 if (res != SZ_OK || thereIsSize && unpackSize == 0)
149 if (res == SZ_OK)
162 if (res == SZ_OK)
233 if (res != SZ_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/
H A DThreads.c12 HRes BoolToHRes(int v) { return v ? SZ_OK : GetError(); }
13 HRes BOOLToHRes(BOOL v) { return v ? SZ_OK : GetError(); }
21 return SZ_OK;
104 return SZ_OK;
H A DTypes.h67 #define SZ_OK (0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/
H A DThreads.c12 HRes BoolToHRes(int v) { return v ? SZ_OK : GetError(); }
13 HRes BOOLToHRes(BOOL v) { return v ? SZ_OK : GetError(); }
21 return SZ_OK;
104 return SZ_OK;
H A DTypes.h67 #define SZ_OK (0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/
H A DThreads.c12 HRes BoolToHRes(int v) { return v ? SZ_OK : GetError(); }
13 HRes BOOLToHRes(BOOL v) { return v ? SZ_OK : GetError(); }
21 return SZ_OK;
104 return SZ_OK;
H A DTypes.h67 #define SZ_OK (0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaDec.c129 SZ_OK - OK
434 return SZ_OK;
748 return SZ_OK;
763 return SZ_OK;
768 return SZ_OK;
794 return SZ_OK;
826 return SZ_OK;
846 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA;
885 return SZ_OK;
930 return SZ_OK;
[all...]
H A DLzmaEnc.c254 return SZ_OK;
465 return SZ_OK;
517 p->res = SZ_OK;
523 if (p->res != SZ_OK)
1635 if (p->result != SZ_OK)
1637 if (p->rc.res != SZ_OK)
1639 if (p->matchFinderBase.result != SZ_OK)
1641 if (p->result != SZ_OK)
1968 return SZ_OK;
2053 p->result = SZ_OK;
[all...]
H A DTypes.h15 #define SZ_OK 0 macro
199 /* Returns: result. (result != SZ_OK) means break.
H A DLzFind.c59 if (p->streamEndWasReached || p->result != SZ_OK)
68 if (p->result != SZ_OK)
269 p->result = SZ_OK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dnvram_rw.c482 if (res != SZ_OK) {
494 if (res != SZ_OK) {
H A Dload.c233 if ((res == SZ_OK) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lz/
H A DMatchFinderMt.c113 return SZ_OK;
129 return SZ_OK;
135 if (res != SZ_OK)
500 return SZ_OK;
H A DMatchFinder.c61 if (p->streamEndWasReached || p->result != SZ_OK)
71 if (p->result != SZ_OK)
260 p->result = SZ_OK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lz/
H A DMatchFinderMt.c113 return SZ_OK;
129 return SZ_OK;
135 if (res != SZ_OK)
500 return SZ_OK;
H A DMatchFinder.c61 if (p->streamEndWasReached || p->result != SZ_OK)
71 if (p->result != SZ_OK)
260 p->result = SZ_OK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_lzmafs.c309 if (err != SZ_OK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lz/
H A DMatchFinderMt.c113 return SZ_OK;
129 return SZ_OK;
135 if (res != SZ_OK)
500 return SZ_OK;
H A DMatchFinder.c61 if (p->streamEndWasReached || p->result != SZ_OK)
71 if (p->result != SZ_OK)
260 p->result = SZ_OK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1241 if (_matchFinderBase.result != SZ_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1241 if (_matchFinderBase.result != SZ_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1241 if (_matchFinderBase.result != SZ_OK)

Completed in 118 milliseconds