Lines Matching refs:extra
754 state->head->extra = Z_NULL;
762 state->head->extra != Z_NULL) {
764 zmemcpy(state->head->extra + len, next,
1091 state->extra = (unsigned)(here.op) & 15;
1094 if (state->extra) {
1095 NEEDBITS(state->extra);
1096 state->length += BITS(state->extra);
1097 DROPBITS(state->extra);
1098 state->back += state->extra;
1128 state->extra = (unsigned)(here.op) & 15;
1131 if (state->extra) {
1132 NEEDBITS(state->extra);
1133 state->offset += BITS(state->extra);
1134 DROPBITS(state->extra);
1135 state->back += state->extra;