Lines Matching defs:out
243 allocated and must eventually be freed. NULL is returned if out of memory.
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);
512 unsigned char *in, *out, *win;
522 out = malloc(size);
523 assert(out != NULL);
541 strm.next_out = out;
576 free(out);