Lines Matching refs:error

553         bounds.error = ERROR(parameter_unsupported);
564 if (ZSTD_isError(bounds.error)) return bounds.error;
1162 @return : 0, or an error code if one value is beyond authorized range */
2129 * @return : 0, or an error code */
2206 * @return : 0, or an error code */
2353 * Returns a ZSTD_symbolEncodingTypeStats_t, or a zstd error code in the `size` field.
2479 * Returns compressed size of block, or a zstd error.
2962 * @return : size of huffman description table or error code */
3081 * @return : size of fse tables or error code */
3118 * @return : 0 on success or error code
3257 * Returns the estimated compressed size of the seqStore, or a zstd error.
3404 * Returns the total size of that block (including header) or a ZSTD error code.
3439 * doing so will cause the decoder (cli only) to throw a "should consume all input error."
3484 * If advantageous to split, then we recurse down the two sub-blocks. If not, or if an error occurred in estimation, then
3550 * Returns combined size of all blocks (which includes headers), or a ZSTD error code.
3710 * doing so will cause the decoder (cli only) to throw a "should consume all input error."
3743 * doing so will cause the decoder (cli only) to throw a "should consume all input error."
3837 * Function will issue an error if there is not enough `dstCapacity` to hold the compressed content.
3839 * @return : compressed size, or an error code
3973 * Returns the total number of bytes written, or a ZSTD error code.
3992 * or an error code if `dstCapacity` is too small (<ZSTD_blockHeaderSize)
4073 "error : pledgedSrcSize = %u, while realSrcSize >= %u",
4107 * @return : 0, or an error code
4320 * @return : dictID, or an error code
4354 * @return : dictID, or an error code */
4397 * @return : 0, or an error code */
4461 * @return : 0, or an error code */
4494 * @return : nb of bytes written into dst (or an error code) */
4558 "error : pledgedSrcSize = %u, while realSrcSize = %u",
4869 * @return : pointer to ZSTD_CDict*, or NULL if error (size too small)
5315 /* Consume the input prior to error checking to mirror buffered mode. */
5560 * @returns a ZSTD error code if sequence is not valid
5651 * if we ended up splitting a sequence. Otherwise, it may return a ZSTD error if something
5799 * otherwise a ZSTD error.
5868 * doing so will cause the decoder (cli only) to throw a "should consume all input error."