Lines Matching full:initialization
95 * Encoders can return this value only from the initialization
96 * function. If initialization fails with this value, the
247 * initialization functions of these coders take the file size
253 * specified at the coder initialization.
495 * ignored by all initialization functions, thus it is safe
497 * - The initialization functions always set strm->total_in and
499 * - If the initialization function fails, no memory is left allocated
501 * associated with the lzma_stream structure when the initialization
507 * reused. It is OK to reuse lzma_stream with different initialization
543 * breaking the ABI. Excluding the initialization of this structure,
591 * \brief Initialization for lzma_stream
594 * initialize it so that initialization functions know that no memory
623 * See the description of the coder-specific initialization function to find