Searched refs:BZ_HDR_h (Results 1 – 3 of 3) sorted by relevance
110 #define BZ_HDR_h 0x68 /* 'h' */ macro
627 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
205 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()