Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c382 ms->regex_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
415 *CAST(size_t *, val) = ms->regex_max; in magic_getparam()
H A Dfile.h439 uint16_t regex_max; member
H A Dsoftmagic.c1332 if (bytecnt > ms->regex_max) in mcopy()
1333 bytecnt = ms->regex_max; in mcopy()
H A Dapprentice.c519 ms->regex_max = FILE_REGEX_MAX; in file_ms_alloc()

Completed in 18 milliseconds