Searched refs:encoding_max (Results 1 – 5 of 5) sorted by relevance
352 ms->encoding_max = *CAST(const size_t *, val); in magic_setparam()388 *CAST(size_t *, val) = ms->encoding_max; in magic_getparam()
97 if (nbytes > ms->encoding_max) in file_encoding()98 nbytes = ms->encoding_max; in file_encoding()
459 size_t encoding_max; /* bytes to look for encoding */ member
538 ms->encoding_max = FILE_ENCODING_MAX; in file_ms_alloc()
163 ms->encoding_max = FILE_ENCODING_MAX;1480 nbytes = ms->encoding_max;
Completed in 28 milliseconds