Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dmagic.c346 ms->regex_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
379 *CAST(size_t *, val) = ms->regex_max; in magic_getparam()
H A Dfile.h446 uint16_t regex_max; member
H A Dsoftmagic.c1365 if (bytecnt > ms->regex_max) in mcopy()
1366 bytecnt = ms->regex_max; in mcopy()
H A Dapprentice.c537 ms->regex_max = FILE_REGEX_MAX; in file_ms_alloc()

Completed in 18 milliseconds