Lines Matching refs:extra
755 state->head->extra = Z_NULL;
763 state->head->extra != Z_NULL) {
765 zmemcpy(state->head->extra + len, next,
1099 state->extra = (unsigned)(here.op) & 15;
1103 if (state->extra) {
1104 NEEDBITS(state->extra);
1105 state->length += BITS(state->extra);
1106 DROPBITS(state->extra);
1107 state->back += state->extra;
1138 state->extra = (unsigned)(here.op) & 15;
1142 if (state->extra) {
1143 NEEDBITS(state->extra);
1144 state->offset += BITS(state->extra);
1145 DROPBITS(state->extra);
1146 state->back += state->extra;