Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.c669 ms->encoding_max = v; in magic_getparam()
713 *CAST(size_t *, val) = ms->encoding_max;
H A Dencoding.c98 if (nbytes > ms->encoding_max) in file_encoding()
99 nbytes = ms->encoding_max; in file_encoding()
H A Dfile.h513 size_t encoding_max; /* bytes to look for encoding */
510 size_t encoding_max; /* bytes to look for encoding */ global() member
H A Dapprentice.c575 ms->encoding_max = FILE_ENCODING_MAX; in file_ms_alloc()