Searched refs:zbuff (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xmlIO.c | 1424 unsigned char * zbuff; member 1478 xmlFree( buff->zbuff ); in xmlFreeZMemBuff() 1523 buff->zbuff = xmlMalloc( buff->size ); in xmlCreateZMemBuff() 1524 if ( buff->zbuff == NULL ) { in xmlCreateZMemBuff() 1546 hdr_lgth = snprintf( (char *)buff->zbuff, buff->size, in xmlCreateZMemBuff() 1550 buff->zctrl.next_out = buff->zbuff + hdr_lgth; in xmlCreateZMemBuff() 1582 cur_used = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffExtend() 1594 tmp_ptr = xmlRealloc( buff->zbuff, new_size ); in xmlZMemBuffExtend() 1598 buff->zbuff = tmp_ptr; in xmlZMemBuffExtend() 1717 zlgth = buff->zctrl.next_out - buff->zbuff; in xmlZMemBuffGetContent() [all …]
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress.c | 1423 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument 1634 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument 1682 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument 1746 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument 1754 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict() 1757 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict() 1772 ZSTD_buffered_policy_e zbuff) in ZSTD_copyCCtx_internal() argument 1784 ZSTDcrp_leaveDirty, zbuff); in ZSTD_copyCCtx_internal() 1844 zbuff); in ZSTD_copyCCtx() 3087 ZSTD_buffered_policy_e zbuff) in ZSTD_compressBegin_internal() argument [all …]
|