Lines Matching defs:loaded
1733 * When dictionaries are larger than ZSTD_CHUNKSIZE_MAX they can't be loaded in
1743 * @param loadedDictSize The size of the dictionary to be loaded
4238 /* We only set the loaded table as valid if it contains all non-zero
4926 * Provides the dictID of the dictionary loaded into `cdict`.
4928 * Non-conformant dictionaries can still be loaded, but as content-only dictionaries. */
5144 * dict is loaded with default parameters ZSTD_dct_auto and ZSTD_dlm_byCopy. */
5261 size_t const loaded = ZSTD_limitCopy(
5264 zcs->inBuffPos += loaded;
5265 if (loaded != 0)
5266 ip += loaded;