Lines Matching refs:extra
759 state->head->extra = Z_NULL;
768 state->head->extra != Z_NULL) {
770 zmemcpy(state->head->extra + len, next,
1109 state->extra = (unsigned)(here.op) & 15;
1113 if (state->extra) {
1114 NEEDBITS(state->extra);
1115 state->length += BITS(state->extra);
1116 DROPBITS(state->extra);
1117 state->back += state->extra;
1148 state->extra = (unsigned)(here.op) & 15;
1152 if (state->extra) {
1153 NEEDBITS(state->extra);
1154 state->offset += BITS(state->extra);
1155 DROPBITS(state->extra);
1156 state->back += state->extra;