Searched refs:zctrl (Results 1 – 1 of 1) sorted by relevance
1470 z_stream zctrl; member1498 *buff->zctrl.next_out = ( data & 0xff ); in append_reverse_ulong()1500 buff->zctrl.next_out++; in append_reverse_ulong()1525 z_err = deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1531 deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1575 z_err = deflateInit2( &buff->zctrl, compression, Z_DEFLATED, in xmlCreateZMemBuff()1595 buff->zctrl.next_out = buff->zbuff + hdr_lgth; in xmlCreateZMemBuff()1596 buff->zctrl.avail_out = buff->size - hdr_lgth; in xmlCreateZMemBuff()1627 cur_used = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffExtend()1644 buff->zctrl.next_out = tmp_ptr + cur_used; in xmlZMemBuffExtend()[all …]