Searched refs:extra_len (Results 1 – 4 of 4) sorted by relevance
395 uint32_t extra_len = extra_buf ? extra_buf->size : 0; in fill_sg_comp_from_iov() local423 if (extra_len && (e_len >= extra_offset)) { in fill_sg_comp_from_iov()436 extra_len = RTE_MIN(extra_len, size); in fill_sg_comp_from_iov()438 if (extra_len) { in fill_sg_comp_from_iov()442 rte_cpu_to_be_16(extra_len); in fill_sg_comp_from_iov()445 size -= extra_len; in fill_sg_comp_from_iov()457 extra_len = 0; in fill_sg_comp_from_iov()
685 wraplen += 2 + s->gzhead->extra_len;893 put_byte(s, s->gzhead->extra_len & 0xff);894 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);906 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
748 state->head->extra_len = (unsigned)hold;763 len = state->head->extra_len - state->length;