Searched refs:BZ_HDR_h (Results 1 – 7 of 7) sorted by relevance
76 #define BZ_HDR_h 0x68 /* 'h' */ macro498 bsPutUChar ( bsWr, BZ_HDR_h ); in main()
110 #define BZ_HDR_h 0x68 /* 'h' */ macro
626 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
147 #define BZ_HDR_h 0x68 /* 'h' */ macro
667 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
247 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()