Searched refs:zctrl (Results 1 – 1 of 1) sorted by relevance
1303 z_stream zctrl; member1331 *buff->zctrl.next_out = ( data & 0xff ); in append_reverse_ulong()1333 buff->zctrl.next_out++; in append_reverse_ulong()1358 z_err = deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1364 deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()1408 z_err = deflateInit2( &buff->zctrl, compression, Z_DEFLATED, in xmlCreateZMemBuff()1428 buff->zctrl.next_out = buff->zbuff + hdr_lgth; in xmlCreateZMemBuff()1429 buff->zctrl.avail_out = buff->size - hdr_lgth; in xmlCreateZMemBuff()1460 cur_used = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffExtend()1477 buff->zctrl.next_out = tmp_ptr + cur_used; in xmlZMemBuffExtend()[all …]