Searched refs:BZ_HDR_Z (Results 1 – 7 of 7) sorted by relevance
75 #define BZ_HDR_Z 0x5a /* 'Z' */ macro497 bsPutUChar ( bsWr, BZ_HDR_Z ); in main()
109 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
625 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
146 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
666 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
244 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()