Lines Matching full:validate
19 /* Hash used to validate the Index field */
103 * validate the Index field.
219 * Decode the Compressed Data field from a Block. Update and validate
226 * Once the decoding is finished, validate that the observed sizes match
228 * Block count, which are later used to validate the Index field.
331 * Validate that the Number of Records field in dec_index()
362 * Validate that the next four or eight input bytes match the value
363 * of s->crc. s->pos must be zero when starting to validate the first byte.
453 * Validate Backward Size. Note that we never added the size of the in dec_stream_footer()
476 * Validate the CRC32. We know that the temp buffer is at least in dec_block_header()
722 /* Compare the hashes to validate the Index field. */ in dec_main()