Lines Matching defs:method
17 Inflate deflated (PKZIP's method 8 compressed) data. The compression
18 method searches for as much of the current string of bytes (up to a
35 which method to use on a chunk-by-chunk basis. A chunk might typically
37 "stored" method is used. In this case, the bytes are simply stored as
42 are used. In the dynamic method, the compressed data are preceded by
47 a predefined set of codes, called the fixed codes. The fixed method is
49 chunks); otherwise the dynamic method is used. In the latter case, the
141 int method;
315 state->method = -1;
354 state->method = -1;
636 state->method = -1;
657 if (state->method != STORED_BLOCK)
682 state->method = -1;
689 if (state->method == -1)
714 state->method = (int)GETBITS(2);
720 switch(state->method)
749 "zip deflate compression (PKZIP method 8). Option is level"