Searched refs:bzerror (Results 1 – 7 of 7) sorted by relevance
/third_party/bzip2/ |
D | bzlib.h | 142 int* bzerror, 151 int* bzerror, 162 int* bzerror, 167 int* bzerror, 174 int* bzerror, 181 int* bzerror, 188 int* bzerror, 196 int* bzerror, 203 int* bzerror, 211 int* bzerror,
|
D | bzlib.c | 888 if (bzerror != NULL) *bzerror = eee; \ 917 ( int* bzerror, in BZ_API() 965 ( int* bzerror, in BZ_API() 1010 ( int* bzerror, in BZ_API() 1016 BZ2_bzWriteClose64 ( bzerror, b, abandon, in BZ_API() 1022 ( int* bzerror, in BZ_API() 1088 ( int* bzerror, in BZ_API() 1142 ( int* bzerror, in BZ_API() 1197 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() 1216 ( int* bzerror, in BZ_API() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzlib.h | 140 int* bzerror, 149 int* bzerror, 154 int* bzerror, 161 int* bzerror, 168 int* bzerror, 176 int* bzerror, 183 int* bzerror, 191 int* bzerror,
|
D | bzlib.c | 888 if (bzerror != NULL) *bzerror = eee; \ 917 ( int* bzerror, in BZ_API() 965 ( int* bzerror, in BZ_API() 1010 ( int* bzerror, in BZ_API() 1016 BZ2_bzWriteClose64 ( bzerror, b, abandon, in BZ_API() 1022 ( int* bzerror, in BZ_API() 1088 ( int* bzerror, in BZ_API() 1143 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() 1162 ( int* bzerror, in BZ_API() 1222 ( int* bzerror, in BZ_API()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzlib.h | 140 int* bzerror, 149 int* bzerror, 154 int* bzerror, 161 int* bzerror, 168 int* bzerror, 176 int* bzerror, 183 int* bzerror, 191 int* bzerror,
|
D | bzlib.c | 888 if (bzerror != NULL) *bzerror = eee; \ 917 ( int* bzerror, in BZ_API() 965 ( int* bzerror, in BZ_API() 1010 ( int* bzerror, in BZ_API() 1016 BZ2_bzWriteClose64 ( bzerror, b, abandon, in BZ_API() 1022 ( int* bzerror, in BZ_API() 1088 ( int* bzerror, in BZ_API() 1143 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() 1162 ( int* bzerror, in BZ_API() 1222 ( int* bzerror, in BZ_API()
|
/third_party/python/Modules/ |
D | _bz2module.c | 123 catch_bz2_error(int bzerror) in catch_bz2_error() argument 125 switch(bzerror) { in catch_bz2_error() 166 "Unrecognized error from libbzip2: %d", bzerror); in catch_bz2_error() 187 int bzerror; in compress() local 207 bzerror = BZ2_bzCompress(&c->bzs, action); in compress() local 210 if (catch_bz2_error(bzerror)) in compress() 214 if (action == BZ_FINISH && bzerror == BZ_STREAM_END) in compress() 317 int bzerror; in _bz2_BZ2Compressor___init___impl() local 334 bzerror = BZ2_bzCompressInit(&self->bzs, compresslevel, 0, 0); in _bz2_BZ2Compressor___init___impl() 335 if (catch_bz2_error(bzerror)) in _bz2_BZ2Compressor___init___impl() [all …]
|