Home
last modified time | relevance | path

Searched refs:encoding_max (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/file/src/
Dmagic.c638 ms->encoding_max = *CAST(const size_t *, val); in magic_setparam()
674 *CAST(size_t *, val) = ms->encoding_max; in magic_getparam()
Dencoding.c96 if (nbytes > ms->encoding_max) in file_encoding()
97 nbytes = ms->encoding_max; in file_encoding()
Dfile.h484 size_t encoding_max; /* bytes to look for encoding */ member
Dapprentice.c586 ms->encoding_max = FILE_ENCODING_MAX; in file_ms_alloc()