Home
last modified time | relevance | path

Searched refs:BZ_FLUSH_OK (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/
Dconstants.h122 #ifdef BZ_FLUSH_OK in constant()
123 *iv_return = BZ_FLUSH_OK; in constant()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
DMakefile.PL95 BZ_FLUSH_OK
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
Dbzlib.h35 #define BZ_FLUSH_OK 2 macro
Dbzlib.c452 s->state_out_pos < s->numZ) return BZ_FLUSH_OK; in BZ_API()