HomeSort by: relevance | last modified time | path
    Searched refs:ZALLOC (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/gzip/
inftrees.c 311 if ((v = (uIntf*)ZALLOC(z, 19, sizeof(uInt))) == Z_NULL)
344 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
427 if ((c = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
429 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
infblock.c 95 if ((s = (inflate_blocks_statef *)ZALLOC
99 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL)
104 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
229 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
zutil.h 210 #define ZALLOC(strm, items, size) \
211 (*((strm)->zalloc))((strm)->opaque, (items), (size))
infcodes.c 67 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
inflate.c 96 if (z->zalloc == Z_NULL)
98 z->zalloc = zcalloc;
103 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)

Completed in 8 milliseconds