Lines Matching refs:out
243 data is allocated and must eventually be freed. NULL is returned if out of
289 unsigned char *in, *out;
301 out = malloc(len); assert(out != NULL);
303 head.extra = out;
305 head.name = out;
307 head.comment = out;
319 strm.next_out = out;
327 ret = inflateSetDictionary(&strm, out, 0);
331 ret = inflateSetDictionary(&strm, out, 0);
343 free(out);
511 unsigned char *in, *out, *win;
521 out = malloc(size);
522 assert(out != NULL);
540 strm.next_out = out;
575 free(out);