28#define FTWIN_MIN(a,b) ((a)<(b)) ? (a) : (b)
46apr_status_t
checksum_file(
const char *filename, apr_off_t size, apr_off_t excess_size,
ft_hash_t *hash_out,
64apr_status_t
filecmp(apr_pool_t *pool,
const char *fname1,
const char *fname2, apr_off_t size, apr_off_t excess_size,
Defines the core checksum type used throughout the application.
apr_status_t checksum_file(const char *filename, apr_off_t size, apr_off_t excess_size, ft_hash_t *hash_out, apr_pool_t *gc_pool)
Calculates the XXH128 checksum of a file.
apr_status_t filecmp(apr_pool_t *pool, const char *fname1, const char *fname2, apr_off_t size, apr_off_t excess_size, int *result_out)
Compares two files byte-by-byte to determine if they are identical.
The return value from 128-bit hashes.