Home
last modified time | relevance | path

Searched refs:workbuf (Results 1 – 1 of 1) sorted by relevance

/xen/tools/libs/hypfs/
A Dcore.c127 unsigned char *workbuf; in xenhypfs_inflate() local
133 workbuf = malloc(BUF_SIZE); in xenhypfs_inflate()
134 if (!workbuf) in xenhypfs_inflate()
142 z.next_out = workbuf; in xenhypfs_inflate()
148 out_sz = z.next_out - workbuf; in xenhypfs_inflate()
154 memcpy(content + *sz, workbuf, out_sz); in xenhypfs_inflate()
163 free(workbuf); in xenhypfs_inflate()

Completed in 3 milliseconds