Home
last modified time | relevance | path

Searched refs:zctrl (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
DxmlIO.c1431 z_stream zctrl; member
1459 *buff->zctrl.next_out = ( data & 0xff ); in append_reverse_ulong()
1461 buff->zctrl.next_out++; in append_reverse_ulong()
1486 z_err = deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()
1492 deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()
1536 z_err = deflateInit2( &buff->zctrl, compression, Z_DEFLATED, in xmlCreateZMemBuff()
1556 buff->zctrl.next_out = buff->zbuff + hdr_lgth; in xmlCreateZMemBuff()
1557 buff->zctrl.avail_out = buff->size - hdr_lgth; in xmlCreateZMemBuff()
1588 cur_used = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffExtend()
1605 buff->zctrl.next_out = tmp_ptr + cur_used; in xmlZMemBuffExtend()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c1435 z_stream zctrl; member
1463 *buff->zctrl.next_out = ( data & 0xff ); in append_reverse_ulong()
1465 buff->zctrl.next_out++; in append_reverse_ulong()
1490 z_err = deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()
1496 deflateEnd( &buff->zctrl ); in xmlFreeZMemBuff()
1540 z_err = deflateInit2( &buff->zctrl, compression, Z_DEFLATED, in xmlCreateZMemBuff()
1560 buff->zctrl.next_out = buff->zbuff + hdr_lgth; in xmlCreateZMemBuff()
1561 buff->zctrl.avail_out = buff->size - hdr_lgth; in xmlCreateZMemBuff()
1592 cur_used = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffExtend()
1609 buff->zctrl.next_out = tmp_ptr + cur_used; in xmlZMemBuffExtend()
[all …]