Searched refs:zctrl (Results 1 – 1 of 1) sorted by relevance
1404 z_stream zctrl; member1432 *buff->zctrl.next_out = ( data & 0xff ); in append_reverse_ulong()1434 buff->zctrl.next_out++; in append_reverse_ulong()1459 z_err = deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1465 deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1509 z_err = deflateInit2( &buff->zctrl, compression, Z_DEFLATED, in xmlCreateZMemBuff()1529 buff->zctrl.next_out = buff->zbuff + hdr_lgth; in xmlCreateZMemBuff()1530 buff->zctrl.avail_out = buff->size - hdr_lgth; in xmlCreateZMemBuff()1561 cur_used = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffExtend()1578 buff->zctrl.next_out = tmp_ptr + cur_used; in xmlZMemBuffExtend()[all …]