30 m_zinflate.zalloc = Z_NULL;
31 m_zinflate.zfree = Z_NULL;
32 m_zinflate.opaque = Z_NULL;
33 m_zinflate.avail_in = 0;
34 m_zinflate.next_in = Z_NULL;
35 ret = inflateInit( &m_zinflate );
39 m_zdeflate.zalloc = Z_NULL;
40 m_zdeflate.zfree = Z_NULL;
41 m_zdeflate.opaque = Z_NULL;
42 m_zinflate.avail_in = 0;
43 m_zinflate.next_in = Z_NULL;
44 ret = deflateInit( &m_zdeflate, Z_BEST_COMPRESSION );