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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dzlib.c46 z_stream def_strm; member in struct:workspace
94 workspace->def_strm.workspace = vmalloc(zlib_deflate_workspacesize());
95 if (!workspace->def_strm.workspace) {
114 vfree(workspace->def_strm.workspace);
138 vfree(workspace->def_strm.workspace);
159 vfree(workspace->def_strm.workspace);
214 if (Z_OK != zlib_deflateInit(&workspace->def_strm, 3)) {
220 workspace->def_strm.total_in = 0;
221 workspace->def_strm.total_out = 0;
231 workspace->def_strm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dzlib.c46 z_stream def_strm; member in struct:workspace
94 workspace->def_strm.workspace = vmalloc(zlib_deflate_workspacesize());
95 if (!workspace->def_strm.workspace) {
114 vfree(workspace->def_strm.workspace);
138 vfree(workspace->def_strm.workspace);
159 vfree(workspace->def_strm.workspace);
214 if (Z_OK != zlib_deflateInit(&workspace->def_strm, 3)) {
220 workspace->def_strm.total_in = 0;
221 workspace->def_strm.total_out = 0;
231 workspace->def_strm
[all...]

Completed in 188 milliseconds