Home | History | Annotate | Download | only in libxml2

Lines Matching full:compressed

890  * input from FILE *, supports compressed input
1135 * I/O for compressed file accesses *
1142 * input from compressed file test
1155 * input from compressed file open
1232 * input from compressed file open
1287 * Read @len bytes to @buffer from the compressed I/O channel.
1307 * Write @len bytes from @buffer to the compressed I/O channel.
1325 * Close a compressed I/O channel
1340 * I/O for compressed file accesses *
1348 * input from compressed file test
1361 * input from compressed file open
1427 * Read @len bytes to @buffer from the compressed I/O channel.
1444 * Close a compressed I/O channel
1485 ** Data structure and functions to work with sending compressed data
1501 * @buff: Compressed memory buffer
1536 * Release all the resources associated with the compressed memory buffer.
1567 * Create a memory buffer to hold the compressed XML document. The
1568 * compressed document in memory will end up being identical to what
1631 * Extend the internal buffer used to store the compressed data by the
1659 "Buffer overwrite detected during compressed memory",
1736 * @buff: Compressed memory content buffer
1737 * @data_ref: Pointer reference to point to compressed content
1740 * returns the compressed content and length of the compressed data.
1743 * Returns the length of the compressed data or -1 on error.
2446 ret->compressed = -1;
2670 ret->compressed = !gzdirect(context);
2677 ret->compressed = 0;
2679 ret->compressed = 1;
2689 ret->compressed = __libxml2_xzcompressed(context);
2706 * Automatic support for ZLIB/Compress compressed document is provided
2852 * Automatic support for ZLIB/Compress compressed document is provided
3085 ret->compressed = -1;
3350 * try to establish compressed status of input if not done already
3352 if (in->compressed == -1) {
3355 in->compressed = __libxml2_xzcompressed(in->context);