Searched refs:zctrl (Results 1 – 1 of 1) sorted by relevance
1495 z_stream zctrl; member1523 *buff->zctrl.next_out = ( data & 0xff ); in append_reverse_ulong()1525 buff->zctrl.next_out++; in append_reverse_ulong()1550 z_err = deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1556 deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1600 z_err = deflateInit2( &buff->zctrl, compression, Z_DEFLATED, in xmlCreateZMemBuff()1620 buff->zctrl.next_out = buff->zbuff + hdr_lgth; in xmlCreateZMemBuff()1621 buff->zctrl.avail_out = buff->size - hdr_lgth; in xmlCreateZMemBuff()1652 cur_used = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffExtend()1669 buff->zctrl.next_out = tmp_ptr + cur_used; in xmlZMemBuffExtend()[all …]