Searched refs:out_sz (Results 1 – 1 of 1) sorted by relevance
129 unsigned int out_sz; in xenhypfs_inflate() local141 for (*sz = 0; ret == Z_OK; *sz += out_sz) { in xenhypfs_inflate()148 out_sz = z.next_out - workbuf; in xenhypfs_inflate()149 content = realloc(content, *sz + out_sz); in xenhypfs_inflate()154 memcpy(content + *sz, workbuf, out_sz); in xenhypfs_inflate()
Completed in 3 milliseconds