Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/
Dconstants.h230 #ifdef BZ_CONFIG_ERROR in constant()
231 *iv_return = BZ_CONFIG_ERROR; in constant()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
DMakefile.PL106 BZ_CONFIG_ERROR
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
Dbzlib.h46 #define BZ_CONFIG_ERROR (-9) macro
Dbzlib.c161 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()
503 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()