Searched refs:inflate_codes_new (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/gzip/ |
D | infcodes.h | 17 local inflate_codes_statef *inflate_codes_new OF((
|
D | infblock.c | 161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); in inflate_blocks() 329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL) in inflate_blocks()
|
D | infcodes.c | 58 local inflate_codes_statef *inflate_codes_new( /* bl, bd, tl, td, z) */ in inflate_codes_new() function
|
/external/zlib/src/ |
D | ChangeLog | 1340 - workaround Borland C bug in declaration of inflate_codes_new & inflate_fast
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 1340 - workaround Borland C bug in declaration of inflate_codes_new & inflate_fast
|