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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c139 SZ_OK - OK
444 return SZ_OK;
758 return SZ_OK;
773 return SZ_OK;
778 return SZ_OK;
804 return SZ_OK;
837 return SZ_OK;
858 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA;
897 return SZ_OK;
944 return SZ_OK;
[all...]
H A DLzmaEnc.c251 return SZ_OK;
462 return SZ_OK;
514 p->res = SZ_OK;
520 if (p->res != SZ_OK)
1632 if (p->result != SZ_OK)
1634 if (p->rc.res != SZ_OK)
1636 if (p->matchFinderBase.result != SZ_OK)
1638 if (p->result != SZ_OK)
1965 return SZ_OK;
2050 p->result = SZ_OK;
[all...]
H A DTypes.h20 #define SZ_OK 0 macro
203 /* Returns: result. (result != SZ_OK) means break.
H A DLzFind.c64 if (p->streamEndWasReached || p->result != SZ_OK)
73 if (p->result != SZ_OK)
274 p->result = SZ_OK;
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1270 &g_Alloc) != SZ_OK) {

Completed in 95 milliseconds