pike.git
/
src
/
modules
/
Gz
/
zlibmod.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Gz/zlibmod.c:703:
tmp=inflateInit( &THIS->gz ); } } pop_n_elems(args); /* mt_lock(& THIS->lock); */ /* mt_unlock(& THIS->lock); */ switch(tmp) { case Z_OK:
-
#if 0 /
/
this apparently works with newer zlibs only.
+
#if 0 /
*
this apparently works with newer zlibs only.
*/
if (THIS->dict) { int err; err = inflateSetDict(&THIS->gz, (const Bytef*)THIS->dict->str, THIS->dict->len); if (err != Z_OK) Pike_error("inflateSetDict on startup failed.\n"); } #endif