Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jffs2/
Dcompr_zlib.c61 static void *deflate_workspace; variable
66 deflate_workspace = vmalloc(zlib_deflate_workspacesize()); in jffs2_zlib_init()
67 if (!deflate_workspace) { in jffs2_zlib_init()
75 vfree(deflate_workspace); in jffs2_zlib_init()
84 vfree(deflate_workspace); in jffs2_zlib_exit()
98 strm.workspace = deflate_workspace; in zlib_compress()
/linux-2.4.37.9/lib/zlib_deflate/
Ddefutil.h242 typedef struct deflate_workspace { struct
249 } deflate_workspace; argument
Ddeflate.c194 deflate_workspace *mem;
211 mem = (deflate_workspace *) strm->workspace;
577 deflate_workspace *mem;
588 mem = (deflate_workspace *) dest->workspace;
1249 return sizeof(deflate_workspace); in zlib_deflate_workspacesize()