Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.c635 ms->regex_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
674 *CAST(size_t *, val) = ms->regex_max; in magic_getparam()
H A Dfile.h490 uint16_t regex_max; member
H A Dsoftmagic.c1366 if (bytecnt > ms->regex_max) in mcopy()
1367 bytecnt = ms->regex_max; in mcopy()
H A Dapprentice.c583 ms->regex_max = FILE_REGEX_MAX; in file_ms_alloc()