Searched refs:CHECK_ERR (Results 1 - 2 of 2) sorted by relevance
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 37 procedure CHECK_ERR(err: Integer; msg: String); procedure 64 CHECK_ERR(err, 'compress'); 69 CHECK_ERR(err, 'uncompress'); 196 CHECK_ERR(err, 'deflateInit'); 207 CHECK_ERR(err, 'deflate'); 217 CHECK_ERR(err, 'deflate'); 221 CHECK_ERR(err, 'deflateEnd'); 245 CHECK_ERR(err, 'inflateInit'); 255 CHECK_ERR(err, 'inflate'); 259 CHECK_ERR(er [all...] |
/third_party/zlib/test/ |
H A D | example.c | 22 #define CHECK_ERR(err, msg) { \ macro 69 CHECK_ERR(err, "compress"); in test_compress() 74 CHECK_ERR(err, "uncompress"); in test_compress() 181 CHECK_ERR(err, "deflateInit"); in test_deflate() 189 CHECK_ERR(err, "deflate"); in test_deflate() 199 CHECK_ERR(err, "deflate"); in test_deflate() 203 CHECK_ERR(err, "deflateEnd"); in test_deflate() 226 CHECK_ERR(err, "inflateInit"); in test_inflate() 235 CHECK_ERR(err, "inflate"); in test_inflate() 239 CHECK_ERR(er in test_inflate() [all...] |
Completed in 1 milliseconds