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

/forgerock/web-agents-v4/zlib/
H A Dzip.h61 #define Z_BZIP2ED 12 macro
H A Dzip.c1083 if ((method!=0) && (method!=Z_DEFLATED) && (method!=Z_BZIP2ED))
1211 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1230 else if(zi->ci.method == Z_BZIP2ED)
1240 zi->ci.stream_initialised = Z_BZIP2ED;
1387 if(zi->ci.method == Z_BZIP2ED)
1421 if(zi->ci.method == Z_BZIP2ED && (!zi->ci.raw))
1441 if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1551 else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1595 else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))

Completed in 33 milliseconds