This is the cl-lzma Reference Manual,
generated automatically by Declt version 3.0 "Montgomery Scott"
on Mon Apr 19 15:00:45 2021 GMT+0.
This is a CFFI wrapper around a LZMA foreign library, compiled straight out of the official LZMA SDK C binary.
Right now, Windows, Linux and macOS x32/x64 binaries are provided. (32bit macOS binaries were not tested yet - if they work for you, please let me know.)
This is based on https://gist.github.com/phoe/8cfdcb4f34e0584c703f1751072a7813 - a CFFI wrapper that I quickly hacked up.
This is based on https://gist.github.com/Treeki/f431a2ff44aff984590a97a5c09f6f28 which is a C interface to the LZMA SDK.
The main system appears first, followed by any subsystem dependency.
Files are sorted by type and then listed depth-first from the systems
components trees.
Packages are listed by definition order.
Definitions are sorted by export status, category, package, and then by
lexicographic order.
| Index Entry | | Section |
|
% | | |
| %decompress : | | Internal functions |
| %init-props : | | Internal functions |
| %lzma-test : | | Internal functions |
| %lzma-test-input : | | Internal functions |
|
( | | |
| (setf c-look-to-read-ptr) : | | Internal functions |
| (setf c-look-to-read-validity) : | | Internal functions |
| (setf c-look-to-read.buf[]) : | | Exported functions |
| (setf c-look-to-read.pos) : | | Exported functions |
| (setf c-look-to-read.real-stream) : | | Exported functions |
| (setf c-look-to-read.real-stream*.read) : | | Exported functions |
| (setf c-look-to-read.real-stream*.seek) : | | Exported functions |
| (setf c-look-to-read.s.look) : | | Exported functions |
| (setf c-look-to-read.s.read) : | | Exported functions |
| (setf c-look-to-read.s.seek) : | | Exported functions |
| (setf c-look-to-read.s.skip) : | | Exported functions |
| (setf c-look-to-read.size) : | | Exported functions |
| (setf c-lzma-dec-ptr) : | | Internal functions |
| (setf c-lzma-dec-validity) : | | Internal functions |
| (setf c-lzma-dec.buf) : | | Exported functions |
| (setf c-lzma-dec.buf*) : | | Exported functions |
| (setf c-lzma-dec.check-dic-size) : | | Exported functions |
| (setf c-lzma-dec.code) : | | Exported functions |
| (setf c-lzma-dec.dic) : | | Exported functions |
| (setf c-lzma-dec.dic*) : | | Exported functions |
| (setf c-lzma-dec.dic-buf-size) : | | Exported functions |
| (setf c-lzma-dec.dic-pos) : | | Exported functions |
| (setf c-lzma-dec.need-flush) : | | Exported functions |
| (setf c-lzma-dec.need-init-state) : | | Exported functions |
| (setf c-lzma-dec.num-probs) : | | Exported functions |
| (setf c-lzma-dec.probs) : | | Exported functions |
| (setf c-lzma-dec.probs*) : | | Exported functions |
| (setf c-lzma-dec.processed-pos) : | | Exported functions |
| (setf c-lzma-dec.prop.dic-size) : | | Exported functions |
| (setf c-lzma-dec.prop.lc) : | | Exported functions |
| (setf c-lzma-dec.prop.lp) : | | Exported functions |
| (setf c-lzma-dec.prop.pb) : | | Exported functions |
| (setf c-lzma-dec.range) : | | Exported functions |
| (setf c-lzma-dec.remain-len) : | | Exported functions |
| (setf c-lzma-dec.reps[]) : | | Exported functions |
| (setf c-lzma-dec.state) : | | Exported functions |
| (setf c-lzma-dec.temp-buf-size) : | | Exported functions |
| (setf c-lzma-dec.temp-buf[]) : | | Exported functions |
| (setf c-lzma-enc-handle-ptr) : | | Internal functions |
| (setf c-lzma-enc-handle-validity) : | | Internal functions |
| (setf c-lzma-enc-props-ptr) : | | Internal functions |
| (setf c-lzma-enc-props-validity) : | | Internal functions |
| (setf c-lzma-enc-props.algo) : | | Exported functions |
| (setf c-lzma-enc-props.bt-mode) : | | Exported functions |
| (setf c-lzma-enc-props.dict-size) : | | Exported functions |
| (setf c-lzma-enc-props.fb) : | | Exported functions |
| (setf c-lzma-enc-props.lc) : | | Exported functions |
| (setf c-lzma-enc-props.level) : | | Exported functions |
| (setf c-lzma-enc-props.lp) : | | Exported functions |
| (setf c-lzma-enc-props.mc) : | | Exported functions |
| (setf c-lzma-enc-props.num-hash-bytes) : | | Exported functions |
| (setf c-lzma-enc-props.num-threads) : | | Exported functions |
| (setf c-lzma-enc-props.pb) : | | Exported functions |
| (setf c-lzma-enc-props.reduce-size) : | | Exported functions |
| (setf c-lzma-enc-props.write-end-mark) : | | Exported functions |
| (setf c-lzma-props-ptr) : | | Internal functions |
| (setf c-lzma-props-validity) : | | Internal functions |
| (setf c-lzma-props.dic-size) : | | Exported functions |
| (setf c-lzma-props.lc) : | | Exported functions |
| (setf c-lzma-props.lp) : | | Exported functions |
| (setf c-lzma-props.pb) : | | Exported functions |
| (setf c-sec-to-look-ptr) : | | Internal functions |
| (setf c-sec-to-look-validity) : | | Internal functions |
| (setf c-sec-to-look.real-stream) : | | Exported functions |
| (setf c-sec-to-look.real-stream*.look) : | | Exported functions |
| (setf c-sec-to-look.real-stream*.read) : | | Exported functions |
| (setf c-sec-to-look.real-stream*.seek) : | | Exported functions |
| (setf c-sec-to-look.real-stream*.skip) : | | Exported functions |
| (setf c-sec-to-look.s.read) : | | Exported functions |
| (setf c-sec-to-read-ptr) : | | Internal functions |
| (setf c-sec-to-read-validity) : | | Internal functions |
| (setf c-sec-to-read.real-stream) : | | Exported functions |
| (setf c-sec-to-read.real-stream*.look) : | | Exported functions |
| (setf c-sec-to-read.real-stream*.read) : | | Exported functions |
| (setf c-sec-to-read.real-stream*.seek) : | | Exported functions |
| (setf c-sec-to-read.real-stream*.skip) : | | Exported functions |
| (setf c-sec-to-read.s.read) : | | Exported functions |
| (setf i-byte-in-ptr) : | | Internal functions |
| (setf i-byte-in-validity) : | | Internal functions |
| (setf i-byte-in.read) : | | Exported functions |
| (setf i-byte-out-ptr) : | | Internal functions |
| (setf i-byte-out-validity) : | | Internal functions |
| (setf i-byte-out.write) : | | Exported functions |
| (setf i-compress-progress-ptr) : | | Internal functions |
| (setf i-compress-progress-validity) : | | Internal functions |
| (setf i-compress-progress.progress) : | | Exported functions |
| (setf i-look-in-stream-ptr) : | | Internal functions |
| (setf i-look-in-stream-validity) : | | Internal functions |
| (setf i-look-in-stream.look) : | | Exported functions |
| (setf i-look-in-stream.read) : | | Exported functions |
| (setf i-look-in-stream.seek) : | | Exported functions |
| (setf i-look-in-stream.skip) : | | Exported functions |
| (setf i-seek-in-stream-ptr) : | | Internal functions |
| (setf i-seek-in-stream-validity) : | | Internal functions |
| (setf i-seek-in-stream.read) : | | Exported functions |
| (setf i-seek-in-stream.seek) : | | Exported functions |
| (setf i-seq-in-stream-ptr) : | | Internal functions |
| (setf i-seq-in-stream-validity) : | | Internal functions |
| (setf i-seq-in-stream.read) : | | Exported functions |
| (setf i-seq-out-stream-ptr) : | | Internal functions |
| (setf i-seq-out-stream-validity) : | | Internal functions |
| (setf i-seq-out-stream.write) : | | Exported functions |
| (setf i-sz-alloc-ptr) : | | Internal functions |
| (setf i-sz-alloc-validity) : | | Internal functions |
| (setf i-sz-alloc.alloc) : | | Exported functions |
| (setf i-sz-alloc.free) : | | Exported functions |
| (setf max-align-t-ptr) : | | Internal functions |
| (setf max-align-t-validity) : | | Internal functions |
| (setf max-align-t.__clang_max_align_nonce1) : | | Exported functions |
| (setf _c_lzma_enc_props-ptr) : | | Internal functions |
| (setf _c_lzma_enc_props-validity) : | | Internal functions |
| (setf _c_lzma_enc_props.algo) : | | Exported functions |
| (setf _c_lzma_enc_props.bt-mode) : | | Exported functions |
| (setf _c_lzma_enc_props.dict-size) : | | Exported functions |
| (setf _c_lzma_enc_props.fb) : | | Exported functions |
| (setf _c_lzma_enc_props.lc) : | | Exported functions |
| (setf _c_lzma_enc_props.level) : | | Exported functions |
| (setf _c_lzma_enc_props.lp) : | | Exported functions |
| (setf _c_lzma_enc_props.mc) : | | Exported functions |
| (setf _c_lzma_enc_props.num-hash-bytes) : | | Exported functions |
| (setf _c_lzma_enc_props.num-threads) : | | Exported functions |
| (setf _c_lzma_enc_props.pb) : | | Exported functions |
| (setf _c_lzma_enc_props.reduce-size) : | | Exported functions |
| (setf _c_lzma_enc_props.write-end-mark) : | | Exported functions |
| (setf _c_lzma_props-ptr) : | | Internal functions |
| (setf _c_lzma_props-validity) : | | Internal functions |
| (setf _c_lzma_props.dic-size) : | | Exported functions |
| (setf _c_lzma_props.lc) : | | Exported functions |
| (setf _c_lzma_props.lp) : | | Exported functions |
| (setf _c_lzma_props.pb) : | | Exported functions |
|
_ | | |
| _c_lzma_enc_props-p : | | Internal functions |
| _c_lzma_enc_props-ptr : | | Internal functions |
| _c_lzma_enc_props-validity : | | Internal functions |
| _c_lzma_enc_props.algo : | | Exported functions |
| _c_lzma_enc_props.algo& : | | Exported functions |
| _c_lzma_enc_props.bt-mode : | | Exported functions |
| _c_lzma_enc_props.bt-mode& : | | Exported functions |
| _c_lzma_enc_props.dict-size : | | Exported functions |
| _c_lzma_enc_props.dict-size& : | | Exported functions |
| _c_lzma_enc_props.fb : | | Exported functions |
| _c_lzma_enc_props.fb& : | | Exported functions |
| _c_lzma_enc_props.lc : | | Exported functions |
| _c_lzma_enc_props.lc& : | | Exported functions |
| _c_lzma_enc_props.level : | | Exported functions |
| _c_lzma_enc_props.level& : | | Exported functions |
| _c_lzma_enc_props.lp : | | Exported functions |
| _c_lzma_enc_props.lp& : | | Exported functions |
| _c_lzma_enc_props.mc : | | Exported functions |
| _c_lzma_enc_props.mc& : | | Exported functions |
| _c_lzma_enc_props.num-hash-bytes : | | Exported functions |
| _c_lzma_enc_props.num-hash-bytes& : | | Exported functions |
| _c_lzma_enc_props.num-threads : | | Exported functions |
| _c_lzma_enc_props.num-threads& : | | Exported functions |
| _c_lzma_enc_props.pb : | | Exported functions |
| _c_lzma_enc_props.pb& : | | Exported functions |
| _c_lzma_enc_props.reduce-size : | | Exported functions |
| _c_lzma_enc_props.reduce-size& : | | Exported functions |
| _c_lzma_enc_props.write-end-mark : | | Exported functions |
| _c_lzma_enc_props.write-end-mark& : | | Exported functions |
| _c_lzma_props-p : | | Internal functions |
| _c_lzma_props-ptr : | | Internal functions |
| _c_lzma_props-validity : | | Internal functions |
| _c_lzma_props.dic-size : | | Exported functions |
| _c_lzma_props.dic-size& : | | Exported functions |
| _c_lzma_props.lc : | | Exported functions |
| _c_lzma_props.lc& : | | Exported functions |
| _c_lzma_props.lp : | | Exported functions |
| _c_lzma_props.lp& : | | Exported functions |
| _c_lzma_props.pb : | | Exported functions |
| _c_lzma_props.pb& : | | Exported functions |
|
C | | |
| c-look-to-read-p : | | Internal functions |
| c-look-to-read-ptr : | | Internal functions |
| c-look-to-read-validity : | | Internal functions |
| c-look-to-read.buf[] : | | Exported functions |
| c-look-to-read.buf[]& : | | Exported functions |
| c-look-to-read.pos : | | Exported functions |
| c-look-to-read.pos& : | | Exported functions |
| c-look-to-read.real-stream : | | Exported functions |
| c-look-to-read.real-stream& : | | Exported functions |
| c-look-to-read.real-stream* : | | Exported functions |
| c-look-to-read.real-stream*.read : | | Exported functions |
| c-look-to-read.real-stream*.read& : | | Exported functions |
| c-look-to-read.real-stream*.seek : | | Exported functions |
| c-look-to-read.real-stream*.seek& : | | Exported functions |
| c-look-to-read.s : | | Exported functions |
| c-look-to-read.s& : | | Exported functions |
| c-look-to-read.s.look : | | Exported functions |
| c-look-to-read.s.look& : | | Exported functions |
| c-look-to-read.s.read : | | Exported functions |
| c-look-to-read.s.read& : | | Exported functions |
| c-look-to-read.s.seek : | | Exported functions |
| c-look-to-read.s.seek& : | | Exported functions |
| c-look-to-read.s.skip : | | Exported functions |
| c-look-to-read.s.skip& : | | Exported functions |
| c-look-to-read.size : | | Exported functions |
| c-look-to-read.size& : | | Exported functions |
| c-lzma-dec-p : | | Internal functions |
| c-lzma-dec-ptr : | | Internal functions |
| c-lzma-dec-validity : | | Internal functions |
| c-lzma-dec.buf : | | Exported functions |
| c-lzma-dec.buf& : | | Exported functions |
| c-lzma-dec.buf* : | | Exported functions |
| c-lzma-dec.check-dic-size : | | Exported functions |
| c-lzma-dec.check-dic-size& : | | Exported functions |
| c-lzma-dec.code : | | Exported functions |
| c-lzma-dec.code& : | | Exported functions |
| c-lzma-dec.dic : | | Exported functions |
| c-lzma-dec.dic& : | | Exported functions |
| c-lzma-dec.dic* : | | Exported functions |
| c-lzma-dec.dic-buf-size : | | Exported functions |
| c-lzma-dec.dic-buf-size& : | | Exported functions |
| c-lzma-dec.dic-pos : | | Exported functions |
| c-lzma-dec.dic-pos& : | | Exported functions |
| c-lzma-dec.need-flush : | | Exported functions |
| c-lzma-dec.need-flush& : | | Exported functions |
| c-lzma-dec.need-init-state : | | Exported functions |
| c-lzma-dec.need-init-state& : | | Exported functions |
| c-lzma-dec.num-probs : | | Exported functions |
| c-lzma-dec.num-probs& : | | Exported functions |
| c-lzma-dec.probs : | | Exported functions |
| c-lzma-dec.probs& : | | Exported functions |
| c-lzma-dec.probs* : | | Exported functions |
| c-lzma-dec.processed-pos : | | Exported functions |
| c-lzma-dec.processed-pos& : | | Exported functions |
| c-lzma-dec.prop : | | Exported functions |
| c-lzma-dec.prop& : | | Exported functions |
| c-lzma-dec.prop.dic-size : | | Exported functions |
| c-lzma-dec.prop.dic-size& : | | Exported functions |
| c-lzma-dec.prop.lc : | | Exported functions |
| c-lzma-dec.prop.lc& : | | Exported functions |
| c-lzma-dec.prop.lp : | | Exported functions |
| c-lzma-dec.prop.lp& : | | Exported functions |
| c-lzma-dec.prop.pb : | | Exported functions |
| c-lzma-dec.prop.pb& : | | Exported functions |
| c-lzma-dec.range : | | Exported functions |
| c-lzma-dec.range& : | | Exported functions |
| c-lzma-dec.remain-len : | | Exported functions |
| c-lzma-dec.remain-len& : | | Exported functions |
| c-lzma-dec.reps[] : | | Exported functions |
| c-lzma-dec.reps[]& : | | Exported functions |
| c-lzma-dec.state : | | Exported functions |
| c-lzma-dec.state& : | | Exported functions |
| c-lzma-dec.temp-buf-size : | | Exported functions |
| c-lzma-dec.temp-buf-size& : | | Exported functions |
| c-lzma-dec.temp-buf[] : | | Exported functions |
| c-lzma-dec.temp-buf[]& : | | Exported functions |
| c-lzma-enc-handle-p : | | Internal functions |
| c-lzma-enc-handle-ptr : | | Internal functions |
| c-lzma-enc-handle-validity : | | Internal functions |
| c-lzma-enc-props-p : | | Internal functions |
| c-lzma-enc-props-ptr : | | Internal functions |
| c-lzma-enc-props-validity : | | Internal functions |
| c-lzma-enc-props.algo : | | Exported functions |
| c-lzma-enc-props.algo& : | | Exported functions |
| c-lzma-enc-props.bt-mode : | | Exported functions |
| c-lzma-enc-props.bt-mode& : | | Exported functions |
| c-lzma-enc-props.dict-size : | | Exported functions |
| c-lzma-enc-props.dict-size& : | | Exported functions |
| c-lzma-enc-props.fb : | | Exported functions |
| c-lzma-enc-props.fb& : | | Exported functions |
| c-lzma-enc-props.lc : | | Exported functions |
| c-lzma-enc-props.lc& : | | Exported functions |
| c-lzma-enc-props.level : | | Exported functions |
| c-lzma-enc-props.level& : | | Exported functions |
| c-lzma-enc-props.lp : | | Exported functions |
| c-lzma-enc-props.lp& : | | Exported functions |
| c-lzma-enc-props.mc : | | Exported functions |
| c-lzma-enc-props.mc& : | | Exported functions |
| c-lzma-enc-props.num-hash-bytes : | | Exported functions |
| c-lzma-enc-props.num-hash-bytes& : | | Exported functions |
| c-lzma-enc-props.num-threads : | | Exported functions |
| c-lzma-enc-props.num-threads& : | | Exported functions |
| c-lzma-enc-props.pb : | | Exported functions |
| c-lzma-enc-props.pb& : | | Exported functions |
| c-lzma-enc-props.reduce-size : | | Exported functions |
| c-lzma-enc-props.reduce-size& : | | Exported functions |
| c-lzma-enc-props.write-end-mark : | | Exported functions |
| c-lzma-enc-props.write-end-mark& : | | Exported functions |
| c-lzma-props-p : | | Internal functions |
| c-lzma-props-ptr : | | Internal functions |
| c-lzma-props-validity : | | Internal functions |
| c-lzma-props.dic-size : | | Exported functions |
| c-lzma-props.dic-size& : | | Exported functions |
| c-lzma-props.lc : | | Exported functions |
| c-lzma-props.lc& : | | Exported functions |
| c-lzma-props.lp : | | Exported functions |
| c-lzma-props.lp& : | | Exported functions |
| c-lzma-props.pb : | | Exported functions |
| c-lzma-props.pb& : | | Exported functions |
| c-sec-to-look-p : | | Internal functions |
| c-sec-to-look-ptr : | | Internal functions |
| c-sec-to-look-validity : | | Internal functions |
| c-sec-to-look.real-stream : | | Exported functions |
| c-sec-to-look.real-stream& : | | Exported functions |
| c-sec-to-look.real-stream* : | | Exported functions |
| c-sec-to-look.real-stream*.look : | | Exported functions |
| c-sec-to-look.real-stream*.look& : | | Exported functions |
| c-sec-to-look.real-stream*.read : | | Exported functions |
| c-sec-to-look.real-stream*.read& : | | Exported functions |
| c-sec-to-look.real-stream*.seek : | | Exported functions |
| c-sec-to-look.real-stream*.seek& : | | Exported functions |
| c-sec-to-look.real-stream*.skip : | | Exported functions |
| c-sec-to-look.real-stream*.skip& : | | Exported functions |
| c-sec-to-look.s : | | Exported functions |
| c-sec-to-look.s& : | | Exported functions |
| c-sec-to-look.s.read : | | Exported functions |
| c-sec-to-look.s.read& : | | Exported functions |
| c-sec-to-read-p : | | Internal functions |
| c-sec-to-read-ptr : | | Internal functions |
| c-sec-to-read-validity : | | Internal functions |
| c-sec-to-read.real-stream : | | Exported functions |
| c-sec-to-read.real-stream& : | | Exported functions |
| c-sec-to-read.real-stream* : | | Exported functions |
| c-sec-to-read.real-stream*.look : | | Exported functions |
| c-sec-to-read.real-stream*.look& : | | Exported functions |
| c-sec-to-read.real-stream*.read : | | Exported functions |
| c-sec-to-read.real-stream*.read& : | | Exported functions |
| c-sec-to-read.real-stream*.seek : | | Exported functions |
| c-sec-to-read.real-stream*.seek& : | | Exported functions |
| c-sec-to-read.real-stream*.skip : | | Exported functions |
| c-sec-to-read.real-stream*.skip& : | | Exported functions |
| c-sec-to-read.s : | | Exported functions |
| c-sec-to-read.s& : | | Exported functions |
| c-sec-to-read.s.read : | | Exported functions |
| c-sec-to-read.s.read& : | | Exported functions |
| copy-c-look-to-read : | | Internal functions |
| copy-c-lzma-dec : | | Internal functions |
| copy-c-lzma-enc-handle : | | Internal functions |
| copy-c-lzma-enc-props : | | Internal functions |
| copy-c-lzma-props : | | Internal functions |
| copy-c-sec-to-look : | | Internal functions |
| copy-c-sec-to-read : | | Internal functions |
| copy-i-byte-in : | | Internal functions |
| copy-i-byte-out : | | Internal functions |
| copy-i-compress-progress : | | Internal functions |
| copy-i-look-in-stream : | | Internal functions |
| copy-i-seek-in-stream : | | Internal functions |
| copy-i-seq-in-stream : | | Internal functions |
| copy-i-seq-out-stream : | | Internal functions |
| copy-i-sz-alloc : | | Internal functions |
| copy-max-align-t : | | Internal functions |
| copy-_c_lzma_enc_props : | | Internal functions |
| copy-_c_lzma_props : | | Internal functions |
|
D | | |
| decompress-from-buffer : | | Exported functions |
| decompress-from-static-vectors : | | Exported functions |
| decompress-from-stream : | | Exported functions |
| decompress-from-vector : | | Exported functions |
|
F | | |
| Function, %decompress : | | Internal functions |
| Function, %init-props : | | Internal functions |
| Function, %lzma-test : | | Internal functions |
| Function, %lzma-test-input : | | Internal functions |
| Function, (setf c-look-to-read-ptr) : | | Internal functions |
| Function, (setf c-look-to-read-validity) : | | Internal functions |
| Function, (setf c-look-to-read.buf[]) : | | Exported functions |
| Function, (setf c-look-to-read.pos) : | | Exported functions |
| Function, (setf c-look-to-read.real-stream) : | | Exported functions |
| Function, (setf c-look-to-read.real-stream*.read) : | | Exported functions |
| Function, (setf c-look-to-read.real-stream*.seek) : | | Exported functions |
| Function, (setf c-look-to-read.s.look) : | | Exported functions |
| Function, (setf c-look-to-read.s.read) : | | Exported functions |
| Function, (setf c-look-to-read.s.seek) : | | Exported functions |
| Function, (setf c-look-to-read.s.skip) : | | Exported functions |
| Function, (setf c-look-to-read.size) : | | Exported functions |
| Function, (setf c-lzma-dec-ptr) : | | Internal functions |
| Function, (setf c-lzma-dec-validity) : | | Internal functions |
| Function, (setf c-lzma-dec.buf) : | | Exported functions |
| Function, (setf c-lzma-dec.buf*) : | | Exported functions |
| Function, (setf c-lzma-dec.check-dic-size) : | | Exported functions |
| Function, (setf c-lzma-dec.code) : | | Exported functions |
| Function, (setf c-lzma-dec.dic) : | | Exported functions |
| Function, (setf c-lzma-dec.dic*) : | | Exported functions |
| Function, (setf c-lzma-dec.dic-buf-size) : | | Exported functions |
| Function, (setf c-lzma-dec.dic-pos) : | | Exported functions |
| Function, (setf c-lzma-dec.need-flush) : | | Exported functions |
| Function, (setf c-lzma-dec.need-init-state) : | | Exported functions |
| Function, (setf c-lzma-dec.num-probs) : | | Exported functions |
| Function, (setf c-lzma-dec.probs) : | | Exported functions |
| Function, (setf c-lzma-dec.probs*) : | | Exported functions |
| Function, (setf c-lzma-dec.processed-pos) : | | Exported functions |
| Function, (setf c-lzma-dec.prop.dic-size) : | | Exported functions |
| Function, (setf c-lzma-dec.prop.lc) : | | Exported functions |
| Function, (setf c-lzma-dec.prop.lp) : | | Exported functions |
| Function, (setf c-lzma-dec.prop.pb) : | | Exported functions |
| Function, (setf c-lzma-dec.range) : | | Exported functions |
| Function, (setf c-lzma-dec.remain-len) : | | Exported functions |
| Function, (setf c-lzma-dec.reps[]) : | | Exported functions |
| Function, (setf c-lzma-dec.state) : | | Exported functions |
| Function, (setf c-lzma-dec.temp-buf-size) : | | Exported functions |
| Function, (setf c-lzma-dec.temp-buf[]) : | | Exported functions |
| Function, (setf c-lzma-enc-handle-ptr) : | | Internal functions |
| Function, (setf c-lzma-enc-handle-validity) : | | Internal functions |
| Function, (setf c-lzma-enc-props-ptr) : | | Internal functions |
| Function, (setf c-lzma-enc-props-validity) : | | Internal functions |
| Function, (setf c-lzma-enc-props.algo) : | | Exported functions |
| Function, (setf c-lzma-enc-props.bt-mode) : | | Exported functions |
| Function, (setf c-lzma-enc-props.dict-size) : | | Exported functions |
| Function, (setf c-lzma-enc-props.fb) : | | Exported functions |
| Function, (setf c-lzma-enc-props.lc) : | | Exported functions |
| Function, (setf c-lzma-enc-props.level) : | | Exported functions |
| Function, (setf c-lzma-enc-props.lp) : | | Exported functions |
| Function, (setf c-lzma-enc-props.mc) : | | Exported functions |
| Function, (setf c-lzma-enc-props.num-hash-bytes) : | | Exported functions |
| Function, (setf c-lzma-enc-props.num-threads) : | | Exported functions |
| Function, (setf c-lzma-enc-props.pb) : | | Exported functions |
| Function, (setf c-lzma-enc-props.reduce-size) : | | Exported functions |
| Function, (setf c-lzma-enc-props.write-end-mark) : | | Exported functions |
| Function, (setf c-lzma-props-ptr) : | | Internal functions |
| Function, (setf c-lzma-props-validity) : | | Internal functions |
| Function, (setf c-lzma-props.dic-size) : | | Exported functions |
| Function, (setf c-lzma-props.lc) : | | Exported functions |
| Function, (setf c-lzma-props.lp) : | | Exported functions |
| Function, (setf c-lzma-props.pb) : | | Exported functions |
| Function, (setf c-sec-to-look-ptr) : | | Internal functions |
| Function, (setf c-sec-to-look-validity) : | | Internal functions |
| Function, (setf c-sec-to-look.real-stream) : | | Exported functions |
| Function, (setf c-sec-to-look.real-stream*.look) : | | Exported functions |
| Function, (setf c-sec-to-look.real-stream*.read) : | | Exported functions |
| Function, (setf c-sec-to-look.real-stream*.seek) : | | Exported functions |
| Function, (setf c-sec-to-look.real-stream*.skip) : | | Exported functions |
| Function, (setf c-sec-to-look.s.read) : | | Exported functions |
| Function, (setf c-sec-to-read-ptr) : | | Internal functions |
| Function, (setf c-sec-to-read-validity) : | | Internal functions |
| Function, (setf c-sec-to-read.real-stream) : | | Exported functions |
| Function, (setf c-sec-to-read.real-stream*.look) : | | Exported functions |
| Function, (setf c-sec-to-read.real-stream*.read) : | | Exported functions |
| Function, (setf c-sec-to-read.real-stream*.seek) : | | Exported functions |
| Function, (setf c-sec-to-read.real-stream*.skip) : | | Exported functions |
| Function, (setf c-sec-to-read.s.read) : | | Exported functions |
| Function, (setf i-byte-in-ptr) : | | Internal functions |
| Function, (setf i-byte-in-validity) : | | Internal functions |
| Function, (setf i-byte-in.read) : | | Exported functions |
| Function, (setf i-byte-out-ptr) : | | Internal functions |
| Function, (setf i-byte-out-validity) : | | Internal functions |
| Function, (setf i-byte-out.write) : | | Exported functions |
| Function, (setf i-compress-progress-ptr) : | | Internal functions |
| Function, (setf i-compress-progress-validity) : | | Internal functions |
| Function, (setf i-compress-progress.progress) : | | Exported functions |
| Function, (setf i-look-in-stream-ptr) : | | Internal functions |
| Function, (setf i-look-in-stream-validity) : | | Internal functions |
| Function, (setf i-look-in-stream.look) : | | Exported functions |
| Function, (setf i-look-in-stream.read) : | | Exported functions |
| Function, (setf i-look-in-stream.seek) : | | Exported functions |
| Function, (setf i-look-in-stream.skip) : | | Exported functions |
| Function, (setf i-seek-in-stream-ptr) : | | Internal functions |
| Function, (setf i-seek-in-stream-validity) : | | Internal functions |
| Function, (setf i-seek-in-stream.read) : | | Exported functions |
| Function, (setf i-seek-in-stream.seek) : | | Exported functions |
| Function, (setf i-seq-in-stream-ptr) : | | Internal functions |
| Function, (setf i-seq-in-stream-validity) : | | Internal functions |
| Function, (setf i-seq-in-stream.read) : | | Exported functions |
| Function, (setf i-seq-out-stream-ptr) : | | Internal functions |
| Function, (setf i-seq-out-stream-validity) : | | Internal functions |
| Function, (setf i-seq-out-stream.write) : | | Exported functions |
| Function, (setf i-sz-alloc-ptr) : | | Internal functions |
| Function, (setf i-sz-alloc-validity) : | | Internal functions |
| Function, (setf i-sz-alloc.alloc) : | | Exported functions |
| Function, (setf i-sz-alloc.free) : | | Exported functions |
| Function, (setf max-align-t-ptr) : | | Internal functions |
| Function, (setf max-align-t-validity) : | | Internal functions |
| Function, (setf max-align-t.__clang_max_align_nonce1) : | | Exported functions |
| Function, (setf _c_lzma_enc_props-ptr) : | | Internal functions |
| Function, (setf _c_lzma_enc_props-validity) : | | Internal functions |
| Function, (setf _c_lzma_enc_props.algo) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.bt-mode) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.dict-size) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.fb) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.lc) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.level) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.lp) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.mc) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.num-hash-bytes) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.num-threads) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.pb) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.reduce-size) : | | Exported functions |
| Function, (setf _c_lzma_enc_props.write-end-mark) : | | Exported functions |
| Function, (setf _c_lzma_props-ptr) : | | Internal functions |
| Function, (setf _c_lzma_props-validity) : | | Internal functions |
| Function, (setf _c_lzma_props.dic-size) : | | Exported functions |
| Function, (setf _c_lzma_props.lc) : | | Exported functions |
| Function, (setf _c_lzma_props.lp) : | | Exported functions |
| Function, (setf _c_lzma_props.pb) : | | Exported functions |
| Function, c-look-to-read-p : | | Internal functions |
| Function, c-look-to-read-ptr : | | Internal functions |
| Function, c-look-to-read-validity : | | Internal functions |
| Function, c-look-to-read.buf[] : | | Exported functions |
| Function, c-look-to-read.buf[]& : | | Exported functions |
| Function, c-look-to-read.pos : | | Exported functions |
| Function, c-look-to-read.pos& : | | Exported functions |
| Function, c-look-to-read.real-stream : | | Exported functions |
| Function, c-look-to-read.real-stream& : | | Exported functions |
| Function, c-look-to-read.real-stream* : | | Exported functions |
| Function, c-look-to-read.real-stream*.read : | | Exported functions |
| Function, c-look-to-read.real-stream*.read& : | | Exported functions |
| Function, c-look-to-read.real-stream*.seek : | | Exported functions |
| Function, c-look-to-read.real-stream*.seek& : | | Exported functions |
| Function, c-look-to-read.s : | | Exported functions |
| Function, c-look-to-read.s& : | | Exported functions |
| Function, c-look-to-read.s.look : | | Exported functions |
| Function, c-look-to-read.s.look& : | | Exported functions |
| Function, c-look-to-read.s.read : | | Exported functions |
| Function, c-look-to-read.s.read& : | | Exported functions |
| Function, c-look-to-read.s.seek : | | Exported functions |
| Function, c-look-to-read.s.seek& : | | Exported functions |
| Function, c-look-to-read.s.skip : | | Exported functions |
| Function, c-look-to-read.s.skip& : | | Exported functions |
| Function, c-look-to-read.size : | | Exported functions |
| Function, c-look-to-read.size& : | | Exported functions |
| Function, c-lzma-dec-p : | | Internal functions |
| Function, c-lzma-dec-ptr : | | Internal functions |
| Function, c-lzma-dec-validity : | | Internal functions |
| Function, c-lzma-dec.buf : | | Exported functions |
| Function, c-lzma-dec.buf& : | | Exported functions |
| Function, c-lzma-dec.buf* : | | Exported functions |
| Function, c-lzma-dec.check-dic-size : | | Exported functions |
| Function, c-lzma-dec.check-dic-size& : | | Exported functions |
| Function, c-lzma-dec.code : | | Exported functions |
| Function, c-lzma-dec.code& : | | Exported functions |
| Function, c-lzma-dec.dic : | | Exported functions |
| Function, c-lzma-dec.dic& : | | Exported functions |
| Function, c-lzma-dec.dic* : | | Exported functions |
| Function, c-lzma-dec.dic-buf-size : | | Exported functions |
| Function, c-lzma-dec.dic-buf-size& : | | Exported functions |
| Function, c-lzma-dec.dic-pos : | | Exported functions |
| Function, c-lzma-dec.dic-pos& : | | Exported functions |
| Function, c-lzma-dec.need-flush : | | Exported functions |
| Function, c-lzma-dec.need-flush& : | | Exported functions |
| Function, c-lzma-dec.need-init-state : | | Exported functions |
| Function, c-lzma-dec.need-init-state& : | | Exported functions |
| Function, c-lzma-dec.num-probs : | | Exported functions |
| Function, c-lzma-dec.num-probs& : | | Exported functions |
| Function, c-lzma-dec.probs : | | Exported functions |
| Function, c-lzma-dec.probs& : | | Exported functions |
| Function, c-lzma-dec.probs* : | | Exported functions |
| Function, c-lzma-dec.processed-pos : | | Exported functions |
| Function, c-lzma-dec.processed-pos& : | | Exported functions |
| Function, c-lzma-dec.prop : | | Exported functions |
| Function, c-lzma-dec.prop& : | | Exported functions |
| Function, c-lzma-dec.prop.dic-size : | | Exported functions |
| Function, c-lzma-dec.prop.dic-size& : | | Exported functions |
| Function, c-lzma-dec.prop.lc : | | Exported functions |
| Function, c-lzma-dec.prop.lc& : | | Exported functions |
| Function, c-lzma-dec.prop.lp : | | Exported functions |
| Function, c-lzma-dec.prop.lp& : | | Exported functions |
| Function, c-lzma-dec.prop.pb : | | Exported functions |
| Function, c-lzma-dec.prop.pb& : | | Exported functions |
| Function, c-lzma-dec.range : | | Exported functions |
| Function, c-lzma-dec.range& : | | Exported functions |
| Function, c-lzma-dec.remain-len : | | Exported functions |
| Function, c-lzma-dec.remain-len& : | | Exported functions |
| Function, c-lzma-dec.reps[] : | | Exported functions |
| Function, c-lzma-dec.reps[]& : | | Exported functions |
| Function, c-lzma-dec.state : | | Exported functions |
| Function, c-lzma-dec.state& : | | Exported functions |
| Function, c-lzma-dec.temp-buf-size : | | Exported functions |
| Function, c-lzma-dec.temp-buf-size& : | | Exported functions |
| Function, c-lzma-dec.temp-buf[] : | | Exported functions |
| Function, c-lzma-dec.temp-buf[]& : | | Exported functions |
| Function, c-lzma-enc-handle-p : | | Internal functions |
| Function, c-lzma-enc-handle-ptr : | | Internal functions |
| Function, c-lzma-enc-handle-validity : | | Internal functions |
| Function, c-lzma-enc-props-p : | | Internal functions |
| Function, c-lzma-enc-props-ptr : | | Internal functions |
| Function, c-lzma-enc-props-validity : | | Internal functions |
| Function, c-lzma-enc-props.algo : | | Exported functions |
| Function, c-lzma-enc-props.algo& : | | Exported functions |
| Function, c-lzma-enc-props.bt-mode : | | Exported functions |
| Function, c-lzma-enc-props.bt-mode& : | | Exported functions |
| Function, c-lzma-enc-props.dict-size : | | Exported functions |
| Function, c-lzma-enc-props.dict-size& : | | Exported functions |
| Function, c-lzma-enc-props.fb : | | Exported functions |
| Function, c-lzma-enc-props.fb& : | | Exported functions |
| Function, c-lzma-enc-props.lc : | | Exported functions |
| Function, c-lzma-enc-props.lc& : | | Exported functions |
| Function, c-lzma-enc-props.level : | | Exported functions |
| Function, c-lzma-enc-props.level& : | | Exported functions |
| Function, c-lzma-enc-props.lp : | | Exported functions |
| Function, c-lzma-enc-props.lp& : | | Exported functions |
| Function, c-lzma-enc-props.mc : | | Exported functions |
| Function, c-lzma-enc-props.mc& : | | Exported functions |
| Function, c-lzma-enc-props.num-hash-bytes : | | Exported functions |
| Function, c-lzma-enc-props.num-hash-bytes& : | | Exported functions |
| Function, c-lzma-enc-props.num-threads : | | Exported functions |
| Function, c-lzma-enc-props.num-threads& : | | Exported functions |
| Function, c-lzma-enc-props.pb : | | Exported functions |
| Function, c-lzma-enc-props.pb& : | | Exported functions |
| Function, c-lzma-enc-props.reduce-size : | | Exported functions |
| Function, c-lzma-enc-props.reduce-size& : | | Exported functions |
| Function, c-lzma-enc-props.write-end-mark : | | Exported functions |
| Function, c-lzma-enc-props.write-end-mark& : | | Exported functions |
| Function, c-lzma-props-p : | | Internal functions |
| Function, c-lzma-props-ptr : | | Internal functions |
| Function, c-lzma-props-validity : | | Internal functions |
| Function, c-lzma-props.dic-size : | | Exported functions |
| Function, c-lzma-props.dic-size& : | | Exported functions |
| Function, c-lzma-props.lc : | | Exported functions |
| Function, c-lzma-props.lc& : | | Exported functions |
| Function, c-lzma-props.lp : | | Exported functions |
| Function, c-lzma-props.lp& : | | Exported functions |
| Function, c-lzma-props.pb : | | Exported functions |
| Function, c-lzma-props.pb& : | | Exported functions |
| Function, c-sec-to-look-p : | | Internal functions |
| Function, c-sec-to-look-ptr : | | Internal functions |
| Function, c-sec-to-look-validity : | | Internal functions |
| Function, c-sec-to-look.real-stream : | | Exported functions |
| Function, c-sec-to-look.real-stream& : | | Exported functions |
| Function, c-sec-to-look.real-stream* : | | Exported functions |
| Function, c-sec-to-look.real-stream*.look : | | Exported functions |
| Function, c-sec-to-look.real-stream*.look& : | | Exported functions |
| Function, c-sec-to-look.real-stream*.read : | | Exported functions |
| Function, c-sec-to-look.real-stream*.read& : | | Exported functions |
| Function, c-sec-to-look.real-stream*.seek : | | Exported functions |
| Function, c-sec-to-look.real-stream*.seek& : | | Exported functions |
| Function, c-sec-to-look.real-stream*.skip : | | Exported functions |
| Function, c-sec-to-look.real-stream*.skip& : | | Exported functions |
| Function, c-sec-to-look.s : | | Exported functions |
| Function, c-sec-to-look.s& : | | Exported functions |
| Function, c-sec-to-look.s.read : | | Exported functions |
| Function, c-sec-to-look.s.read& : | | Exported functions |
| Function, c-sec-to-read-p : | | Internal functions |
| Function, c-sec-to-read-ptr : | | Internal functions |
| Function, c-sec-to-read-validity : | | Internal functions |
| Function, c-sec-to-read.real-stream : | | Exported functions |
| Function, c-sec-to-read.real-stream& : | | Exported functions |
| Function, c-sec-to-read.real-stream* : | | Exported functions |
| Function, c-sec-to-read.real-stream*.look : | | Exported functions |
| Function, c-sec-to-read.real-stream*.look& : | | Exported functions |
| Function, c-sec-to-read.real-stream*.read : | | Exported functions |
| Function, c-sec-to-read.real-stream*.read& : | | Exported functions |
| Function, c-sec-to-read.real-stream*.seek : | | Exported functions |
| Function, c-sec-to-read.real-stream*.seek& : | | Exported functions |
| Function, c-sec-to-read.real-stream*.skip : | | Exported functions |
| Function, c-sec-to-read.real-stream*.skip& : | | Exported functions |
| Function, c-sec-to-read.s : | | Exported functions |
| Function, c-sec-to-read.s& : | | Exported functions |
| Function, c-sec-to-read.s.read : | | Exported functions |
| Function, c-sec-to-read.s.read& : | | Exported functions |
| Function, copy-c-look-to-read : | | Internal functions |
| Function, copy-c-lzma-dec : | | Internal functions |
| Function, copy-c-lzma-enc-handle : | | Internal functions |
| Function, copy-c-lzma-enc-props : | | Internal functions |
| Function, copy-c-lzma-props : | | Internal functions |
| Function, copy-c-sec-to-look : | | Internal functions |
| Function, copy-c-sec-to-read : | | Internal functions |
| Function, copy-i-byte-in : | | Internal functions |
| Function, copy-i-byte-out : | | Internal functions |
| Function, copy-i-compress-progress : | | Internal functions |
| Function, copy-i-look-in-stream : | | Internal functions |
| Function, copy-i-seek-in-stream : | | Internal functions |
| Function, copy-i-seq-in-stream : | | Internal functions |
| Function, copy-i-seq-out-stream : | | Internal functions |
| Function, copy-i-sz-alloc : | | Internal functions |
| Function, copy-max-align-t : | | Internal functions |
| Function, copy-_c_lzma_enc_props : | | Internal functions |
| Function, copy-_c_lzma_props : | | Internal functions |
| Function, decompress-from-buffer : | | Exported functions |
| Function, decompress-from-static-vectors : | | Exported functions |
| Function, decompress-from-stream : | | Exported functions |
| Function, decompress-from-vector : | | Exported functions |
| Function, i-byte-in-p : | | Internal functions |
| Function, i-byte-in-ptr : | | Internal functions |
| Function, i-byte-in-validity : | | Internal functions |
| Function, i-byte-in.read : | | Exported functions |
| Function, i-byte-in.read& : | | Exported functions |
| Function, i-byte-out-p : | | Internal functions |
| Function, i-byte-out-ptr : | | Internal functions |
| Function, i-byte-out-validity : | | Internal functions |
| Function, i-byte-out.write : | | Exported functions |
| Function, i-byte-out.write& : | | Exported functions |
| Function, i-compress-progress-p : | | Internal functions |
| Function, i-compress-progress-ptr : | | Internal functions |
| Function, i-compress-progress-validity : | | Internal functions |
| Function, i-compress-progress.progress : | | Exported functions |
| Function, i-compress-progress.progress& : | | Exported functions |
| Function, i-look-in-stream-p : | | Internal functions |
| Function, i-look-in-stream-ptr : | | Internal functions |
| Function, i-look-in-stream-validity : | | Internal functions |
| Function, i-look-in-stream.look : | | Exported functions |
| Function, i-look-in-stream.look& : | | Exported functions |
| Function, i-look-in-stream.read : | | Exported functions |
| Function, i-look-in-stream.read& : | | Exported functions |
| Function, i-look-in-stream.seek : | | Exported functions |
| Function, i-look-in-stream.seek& : | | Exported functions |
| Function, i-look-in-stream.skip : | | Exported functions |
| Function, i-look-in-stream.skip& : | | Exported functions |
| Function, i-seek-in-stream-p : | | Internal functions |
| Function, i-seek-in-stream-ptr : | | Internal functions |
| Function, i-seek-in-stream-validity : | | Internal functions |
| Function, i-seek-in-stream.read : | | Exported functions |
| Function, i-seek-in-stream.read& : | | Exported functions |
| Function, i-seek-in-stream.seek : | | Exported functions |
| Function, i-seek-in-stream.seek& : | | Exported functions |
| Function, i-seq-in-stream-p : | | Internal functions |
| Function, i-seq-in-stream-ptr : | | Internal functions |
| Function, i-seq-in-stream-validity : | | Internal functions |
| Function, i-seq-in-stream.read : | | Exported functions |
| Function, i-seq-in-stream.read& : | | Exported functions |
| Function, i-seq-out-stream-p : | | Internal functions |
| Function, i-seq-out-stream-ptr : | | Internal functions |
| Function, i-seq-out-stream-validity : | | Internal functions |
| Function, i-seq-out-stream.write : | | Exported functions |
| Function, i-seq-out-stream.write& : | | Exported functions |
| Function, i-sz-alloc-p : | | Internal functions |
| Function, i-sz-alloc-ptr : | | Internal functions |
| Function, i-sz-alloc-validity : | | Internal functions |
| Function, i-sz-alloc.alloc : | | Exported functions |
| Function, i-sz-alloc.alloc& : | | Exported functions |
| Function, i-sz-alloc.free : | | Exported functions |
| Function, i-sz-alloc.free& : | | Exported functions |
| Function, look-in-stream-look-read : | | Exported functions |
| Function, look-in-stream-read : | | Exported functions |
| Function, look-in-stream-read2 : | | Exported functions |
| Function, look-in-stream-seek-to : | | Exported functions |
| Function, look-to-read-create-v-table : | | Exported functions |
| Function, look-to-read-init : | | Exported functions |
| Function, lzma-compress : | | Exported functions |
| Function, lzma-dec-allocate : | | Exported functions |
| Function, lzma-dec-allocate-probs : | | Exported functions |
| Function, lzma-dec-decode-to-buf : | | Exported functions |
| Function, lzma-dec-decode-to-dic : | | Exported functions |
| Function, lzma-dec-free : | | Exported functions |
| Function, lzma-dec-free-probs : | | Exported functions |
| Function, lzma-dec-init : | | Exported functions |
| Function, lzma-decode : | | Exported functions |
| Function, lzma-decompress : | | Exported functions |
| Function, lzma-enc-create : | | Exported functions |
| Function, lzma-enc-destroy : | | Exported functions |
| Function, lzma-enc-encode : | | Exported functions |
| Function, lzma-enc-mem-encode : | | Exported functions |
| Function, lzma-enc-props-get-dict-size : | | Exported functions |
| Function, lzma-enc-props-init : | | Exported functions |
| Function, lzma-enc-props-normalize : | | Exported functions |
| Function, lzma-enc-set-props : | | Exported functions |
| Function, lzma-enc-write-properties : | | Exported functions |
| Function, lzma-encode : | | Exported functions |
| Function, lzma-fuzz : | | Internal functions |
| Function, lzma-props-decode : | | Exported functions |
| Function, lzma-test : | | Exported functions |
| Function, make-c-look-to-read : | | Internal functions |
| Function, make-c-lzma-dec : | | Internal functions |
| Function, make-c-lzma-enc-handle : | | Internal functions |
| Function, make-c-lzma-enc-props : | | Internal functions |
| Function, make-c-lzma-props : | | Internal functions |
| Function, make-c-sec-to-look : | | Internal functions |
| Function, make-c-sec-to-read : | | Internal functions |
| Function, make-i-byte-in : | | Internal functions |
| Function, make-i-byte-out : | | Internal functions |
| Function, make-i-compress-progress : | | Internal functions |
| Function, make-i-look-in-stream : | | Internal functions |
| Function, make-i-seek-in-stream : | | Internal functions |
| Function, make-i-seq-in-stream : | | Internal functions |
| Function, make-i-seq-out-stream : | | Internal functions |
| Function, make-i-sz-alloc : | | Exported functions |
| Function, make-max-align-t : | | Internal functions |
| Function, make-_c_lzma_enc_props : | | Internal functions |
| Function, make-_c_lzma_props : | | Internal functions |
| Function, max-align-t-p : | | Internal functions |
| Function, max-align-t-ptr : | | Internal functions |
| Function, max-align-t-validity : | | Internal functions |
| Function, max-align-t.__clang_max_align_nonce1 : | | Exported functions |
| Function, max-align-t.__clang_max_align_nonce1& : | | Exported functions |
| Function, random-vector : | | Internal functions |
| Function, sec-to-look-create-v-table : | | Exported functions |
| Function, sec-to-read-create-v-table : | | Exported functions |
| Function, seq-in-stream-read : | | Exported functions |
| Function, seq-in-stream-read-byte : | | Exported functions |
| Function, seq-in-stream-read2 : | | Exported functions |
| Function, system-relative-namestring : | | Internal functions |
| Function, _c_lzma_enc_props-p : | | Internal functions |
| Function, _c_lzma_enc_props-ptr : | | Internal functions |
| Function, _c_lzma_enc_props-validity : | | Internal functions |
| Function, _c_lzma_enc_props.algo : | | Exported functions |
| Function, _c_lzma_enc_props.algo& : | | Exported functions |
| Function, _c_lzma_enc_props.bt-mode : | | Exported functions |
| Function, _c_lzma_enc_props.bt-mode& : | | Exported functions |
| Function, _c_lzma_enc_props.dict-size : | | Exported functions |
| Function, _c_lzma_enc_props.dict-size& : | | Exported functions |
| Function, _c_lzma_enc_props.fb : | | Exported functions |
| Function, _c_lzma_enc_props.fb& : | | Exported functions |
| Function, _c_lzma_enc_props.lc : | | Exported functions |
| Function, _c_lzma_enc_props.lc& : | | Exported functions |
| Function, _c_lzma_enc_props.level : | | Exported functions |
| Function, _c_lzma_enc_props.level& : | | Exported functions |
| Function, _c_lzma_enc_props.lp : | | Exported functions |
| Function, _c_lzma_enc_props.lp& : | | Exported functions |
| Function, _c_lzma_enc_props.mc : | | Exported functions |
| Function, _c_lzma_enc_props.mc& : | | Exported functions |
| Function, _c_lzma_enc_props.num-hash-bytes : | | Exported functions |
| Function, _c_lzma_enc_props.num-hash-bytes& : | | Exported functions |
| Function, _c_lzma_enc_props.num-threads : | | Exported functions |
| Function, _c_lzma_enc_props.num-threads& : | | Exported functions |
| Function, _c_lzma_enc_props.pb : | | Exported functions |
| Function, _c_lzma_enc_props.pb& : | | Exported functions |
| Function, _c_lzma_enc_props.reduce-size : | | Exported functions |
| Function, _c_lzma_enc_props.reduce-size& : | | Exported functions |
| Function, _c_lzma_enc_props.write-end-mark : | | Exported functions |
| Function, _c_lzma_enc_props.write-end-mark& : | | Exported functions |
| Function, _c_lzma_props-p : | | Internal functions |
| Function, _c_lzma_props-ptr : | | Internal functions |
| Function, _c_lzma_props-validity : | | Internal functions |
| Function, _c_lzma_props.dic-size : | | Exported functions |
| Function, _c_lzma_props.dic-size& : | | Exported functions |
| Function, _c_lzma_props.lc : | | Exported functions |
| Function, _c_lzma_props.lc& : | | Exported functions |
| Function, _c_lzma_props.lp : | | Exported functions |
| Function, _c_lzma_props.lp& : | | Exported functions |
| Function, _c_lzma_props.pb : | | Exported functions |
| Function, _c_lzma_props.pb& : | | Exported functions |
|
I | | |
| i-byte-in-p : | | Internal functions |
| i-byte-in-ptr : | | Internal functions |
| i-byte-in-validity : | | Internal functions |
| i-byte-in.read : | | Exported functions |
| i-byte-in.read& : | | Exported functions |
| i-byte-out-p : | | Internal functions |
| i-byte-out-ptr : | | Internal functions |
| i-byte-out-validity : | | Internal functions |
| i-byte-out.write : | | Exported functions |
| i-byte-out.write& : | | Exported functions |
| i-compress-progress-p : | | Internal functions |
| i-compress-progress-ptr : | | Internal functions |
| i-compress-progress-validity : | | Internal functions |
| i-compress-progress.progress : | | Exported functions |
| i-compress-progress.progress& : | | Exported functions |
| i-look-in-stream-p : | | Internal functions |
| i-look-in-stream-ptr : | | Internal functions |
| i-look-in-stream-validity : | | Internal functions |
| i-look-in-stream.look : | | Exported functions |
| i-look-in-stream.look& : | | Exported functions |
| i-look-in-stream.read : | | Exported functions |
| i-look-in-stream.read& : | | Exported functions |
| i-look-in-stream.seek : | | Exported functions |
| i-look-in-stream.seek& : | | Exported functions |
| i-look-in-stream.skip : | | Exported functions |
| i-look-in-stream.skip& : | | Exported functions |
| i-seek-in-stream-p : | | Internal functions |
| i-seek-in-stream-ptr : | | Internal functions |
| i-seek-in-stream-validity : | | Internal functions |
| i-seek-in-stream.read : | | Exported functions |
| i-seek-in-stream.read& : | | Exported functions |
| i-seek-in-stream.seek : | | Exported functions |
| i-seek-in-stream.seek& : | | Exported functions |
| i-seq-in-stream-p : | | Internal functions |
| i-seq-in-stream-ptr : | | Internal functions |
| i-seq-in-stream-validity : | | Internal functions |
| i-seq-in-stream.read : | | Exported functions |
| i-seq-in-stream.read& : | | Exported functions |
| i-seq-out-stream-p : | | Internal functions |
| i-seq-out-stream-ptr : | | Internal functions |
| i-seq-out-stream-validity : | | Internal functions |
| i-seq-out-stream.write : | | Exported functions |
| i-seq-out-stream.write& : | | Exported functions |
| i-sz-alloc-p : | | Internal functions |
| i-sz-alloc-ptr : | | Internal functions |
| i-sz-alloc-validity : | | Internal functions |
| i-sz-alloc.alloc : | | Exported functions |
| i-sz-alloc.alloc& : | | Exported functions |
| i-sz-alloc.free : | | Exported functions |
| i-sz-alloc.free& : | | Exported functions |
|
L | | |
| look-in-stream-look-read : | | Exported functions |
| look-in-stream-read : | | Exported functions |
| look-in-stream-read2 : | | Exported functions |
| look-in-stream-seek-to : | | Exported functions |
| look-to-read-create-v-table : | | Exported functions |
| look-to-read-init : | | Exported functions |
| lzma-compress : | | Exported functions |
| lzma-dec-allocate : | | Exported functions |
| lzma-dec-allocate-probs : | | Exported functions |
| lzma-dec-decode-to-buf : | | Exported functions |
| lzma-dec-decode-to-dic : | | Exported functions |
| lzma-dec-free : | | Exported functions |
| lzma-dec-free-probs : | | Exported functions |
| lzma-dec-init : | | Exported functions |
| lzma-decode : | | Exported functions |
| lzma-decompress : | | Exported functions |
| lzma-enc-create : | | Exported functions |
| lzma-enc-destroy : | | Exported functions |
| lzma-enc-encode : | | Exported functions |
| lzma-enc-mem-encode : | | Exported functions |
| lzma-enc-props-get-dict-size : | | Exported functions |
| lzma-enc-props-init : | | Exported functions |
| lzma-enc-props-normalize : | | Exported functions |
| lzma-enc-set-props : | | Exported functions |
| lzma-enc-write-properties : | | Exported functions |
| lzma-encode : | | Exported functions |
| lzma-fuzz : | | Internal functions |
| lzma-props-decode : | | Exported functions |
| lzma-test : | | Exported functions |
|
M | | |
| make-c-look-to-read : | | Internal functions |
| make-c-lzma-dec : | | Internal functions |
| make-c-lzma-enc-handle : | | Internal functions |
| make-c-lzma-enc-props : | | Internal functions |
| make-c-lzma-props : | | Internal functions |
| make-c-sec-to-look : | | Internal functions |
| make-c-sec-to-read : | | Internal functions |
| make-i-byte-in : | | Internal functions |
| make-i-byte-out : | | Internal functions |
| make-i-compress-progress : | | Internal functions |
| make-i-look-in-stream : | | Internal functions |
| make-i-seek-in-stream : | | Internal functions |
| make-i-seq-in-stream : | | Internal functions |
| make-i-seq-out-stream : | | Internal functions |
| make-i-sz-alloc : | | Exported functions |
| make-max-align-t : | | Internal functions |
| make-_c_lzma_enc_props : | | Internal functions |
| make-_c_lzma_props : | | Internal functions |
| max-align-t-p : | | Internal functions |
| max-align-t-ptr : | | Internal functions |
| max-align-t-validity : | | Internal functions |
| max-align-t.__clang_max_align_nonce1 : | | Exported functions |
| max-align-t.__clang_max_align_nonce1& : | | Exported functions |
|
R | | |
| random-vector : | | Internal functions |
|
S | | |
| sec-to-look-create-v-table : | | Exported functions |
| sec-to-read-create-v-table : | | Exported functions |
| seq-in-stream-read : | | Exported functions |
| seq-in-stream-read-byte : | | Exported functions |
| seq-in-stream-read2 : | | Exported functions |
| system-relative-namestring : | | Internal functions |
|
| Index Entry | | Section |
|
* | | |
| *alloc-functions* : | | Internal special variables |
| *spec-path* : | | Internal special variables |
|
+ | | |
| +c-lzma-prob+ : | | Exported special variables |
| +char-path-separator+ : | | Exported special variables |
| +extern-c-begin+ : | | Exported special variables |
| +extern-c-end+ : | | Exported special variables |
| +false+ : | | Exported special variables |
| +look-to-read-buf-size+ : | | Exported special variables |
| +lzma-finish-any+ : | | Exported special variables |
| +lzma-finish-end+ : | | Exported special variables |
| +lzma-props-size+ : | | Exported special variables |
| +lzma-required-input-max+ : | | Exported special variables |
| +lzma-status-finished-with-mark+ : | | Exported special variables |
| +lzma-status-maybe-finished-without-mark+ : | | Exported special variables |
| +lzma-status-needs-more-input+ : | | Exported special variables |
| +lzma-status-not-finished+ : | | Exported special variables |
| +lzma-status-not-specified+ : | | Exported special variables |
| +my-cdecl+ : | | Exported special variables |
| +my-fast-call+ : | | Exported special variables |
| +my-std-call+ : | | Exported special variables |
| +null+ : | | Exported special variables |
| +string-path-separator+ : | | Exported special variables |
| +sz-error-archive+ : | | Exported special variables |
| +sz-error-crc+ : | | Exported special variables |
| +sz-error-data+ : | | Exported special variables |
| +sz-error-fail+ : | | Exported special variables |
| +sz-error-input-eof+ : | | Exported special variables |
| +sz-error-mem+ : | | Exported special variables |
| +sz-error-no-archive+ : | | Exported special variables |
| +sz-error-output-eof+ : | | Exported special variables |
| +sz-error-param+ : | | Exported special variables |
| +sz-error-progress+ : | | Exported special variables |
| +sz-error-read+ : | | Exported special variables |
| +sz-error-thread+ : | | Exported special variables |
| +sz-error-unsupported+ : | | Exported special variables |
| +sz-error-write+ : | | Exported special variables |
| +sz-ok+ : | | Exported special variables |
| +sz-seek-cur+ : | | Exported special variables |
| +sz-seek-end+ : | | Exported special variables |
| +sz-seek-set+ : | | Exported special variables |
| +true+ : | | Exported special variables |
| +wchar-path-separator+ : | | Exported special variables |
| +wstring-path-separator+ : | | Exported special variables |
| +_ptrdiff_t+ : | | Exported special variables |
| +_size_t+ : | | Exported special variables |
| +_wchar_t+ : | | Exported special variables |
| +__7z_types_h+ : | | Exported special variables |
| +__clang_max_align_t_defined+ : | | Exported special variables |
| +__lzma_dec_h+ : | | Exported special variables |
| +__lzma_enc_h+ : | | Exported special variables |
| +__stddef_h+ : | | Exported special variables |
|
S | | |
| Special Variable, *alloc-functions* : | | Internal special variables |
| Special Variable, *spec-path* : | | Internal special variables |
| Special Variable, +c-lzma-prob+ : | | Exported special variables |
| Special Variable, +char-path-separator+ : | | Exported special variables |
| Special Variable, +extern-c-begin+ : | | Exported special variables |
| Special Variable, +extern-c-end+ : | | Exported special variables |
| Special Variable, +false+ : | | Exported special variables |
| Special Variable, +look-to-read-buf-size+ : | | Exported special variables |
| Special Variable, +lzma-finish-any+ : | | Exported special variables |
| Special Variable, +lzma-finish-end+ : | | Exported special variables |
| Special Variable, +lzma-props-size+ : | | Exported special variables |
| Special Variable, +lzma-required-input-max+ : | | Exported special variables |
| Special Variable, +lzma-status-finished-with-mark+ : | | Exported special variables |
| Special Variable, +lzma-status-maybe-finished-without-mark+ : | | Exported special variables |
| Special Variable, +lzma-status-needs-more-input+ : | | Exported special variables |
| Special Variable, +lzma-status-not-finished+ : | | Exported special variables |
| Special Variable, +lzma-status-not-specified+ : | | Exported special variables |
| Special Variable, +my-cdecl+ : | | Exported special variables |
| Special Variable, +my-fast-call+ : | | Exported special variables |
| Special Variable, +my-std-call+ : | | Exported special variables |
| Special Variable, +null+ : | | Exported special variables |
| Special Variable, +string-path-separator+ : | | Exported special variables |
| Special Variable, +sz-error-archive+ : | | Exported special variables |
| Special Variable, +sz-error-crc+ : | | Exported special variables |
| Special Variable, +sz-error-data+ : | | Exported special variables |
| Special Variable, +sz-error-fail+ : | | Exported special variables |
| Special Variable, +sz-error-input-eof+ : | | Exported special variables |
| Special Variable, +sz-error-mem+ : | | Exported special variables |
| Special Variable, +sz-error-no-archive+ : | | Exported special variables |
| Special Variable, +sz-error-output-eof+ : | | Exported special variables |
| Special Variable, +sz-error-param+ : | | Exported special variables |
| Special Variable, +sz-error-progress+ : | | Exported special variables |
| Special Variable, +sz-error-read+ : | | Exported special variables |
| Special Variable, +sz-error-thread+ : | | Exported special variables |
| Special Variable, +sz-error-unsupported+ : | | Exported special variables |
| Special Variable, +sz-error-write+ : | | Exported special variables |
| Special Variable, +sz-ok+ : | | Exported special variables |
| Special Variable, +sz-seek-cur+ : | | Exported special variables |
| Special Variable, +sz-seek-end+ : | | Exported special variables |
| Special Variable, +sz-seek-set+ : | | Exported special variables |
| Special Variable, +true+ : | | Exported special variables |
| Special Variable, +wchar-path-separator+ : | | Exported special variables |
| Special Variable, +wstring-path-separator+ : | | Exported special variables |
| Special Variable, +_ptrdiff_t+ : | | Exported special variables |
| Special Variable, +_size_t+ : | | Exported special variables |
| Special Variable, +_wchar_t+ : | | Exported special variables |
| Special Variable, +__7z_types_h+ : | | Exported special variables |
| Special Variable, +__clang_max_align_t_defined+ : | | Exported special variables |
| Special Variable, +__lzma_dec_h+ : | | Exported special variables |
| Special Variable, +__lzma_enc_h+ : | | Exported special variables |
| Special Variable, +__stddef_h+ : | | Exported special variables |
|