Searched refs:encoding_max (Results 1 – 4 of 4) sorted by relevance
669 ms->encoding_max = v; in magic_getparam() 713 *CAST(size_t *, val) = ms->encoding_max;
98 if (nbytes > ms->encoding_max) in file_encoding() 99 nbytes = ms->encoding_max; in file_encoding()
513 size_t encoding_max; /* bytes to look for encoding */510 size_t encoding_max; /* bytes to look for encoding */ global() member
575 ms->encoding_max = FILE_ENCODING_MAX; in file_ms_alloc()