Searched defs:BZ_SETERR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1061 #define BZ_SETERR(eee) \ macro
1101 BZ_SETERR(BZ_OK);
1107 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
1110 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
1114 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
1116 BZ_SETERR(BZ_OK);
1129 { BZ_SETERR(ret); free(bzf); return NULL; };
1148 BZ_SETERR(BZ_OK);
1150 { BZ_SETERR(BZ_PARAM_ERROR); return; };
1152 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]

Completed in 83 milliseconds