Searched refs:def_strm (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_zlib.c34 static z_stream inf_strm, def_strm; variable
43 def_strm.workspace = vmalloc(zlib_deflate_workspacesize());
44 if (!def_strm.workspace) {
52 vfree(def_strm.workspace);
61 vfree(def_strm.workspace);
81 if (Z_OK != zlib_deflateInit(&def_strm, 3)) {
87 def_strm.next_in = data_in;
88 def_strm.total_in = 0;
90 def_strm.next_out = cpage_out;
91 def_strm
[all...]

Completed in 28 milliseconds