Searched refs:BZ_SETERR (Results 1 – 2 of 2) sorted by relevance
915 #define BZ_SETERR(eee) \ macro955 BZ_SETERR(BZ_OK); in BZ_API()961 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()964 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()968 { BZ_SETERR(BZ_MEM_ERROR); return NULL; }; in BZ_API()970 BZ_SETERR(BZ_OK); in BZ_API()983 { BZ_SETERR(ret); free(bzf); return NULL; }; in BZ_API()1001 BZ_SETERR(BZ_OK); in BZ_API()1003 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()1005 { BZ_SETERR(BZ_SEQUENCE_ERROR); return; }; in BZ_API()[all …]
886 #define BZ_SETERR(eee) \ macro926 BZ_SETERR(BZ_OK); in BZ_API()932 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()935 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()939 { BZ_SETERR(BZ_MEM_ERROR); return NULL; }; in BZ_API()941 BZ_SETERR(BZ_OK); in BZ_API()954 { BZ_SETERR(ret); free(bzf); return NULL; }; in BZ_API()973 BZ_SETERR(BZ_OK); in BZ_API()975 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()977 { BZ_SETERR(BZ_SEQUENCE_ERROR); return; }; in BZ_API()[all …]