Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dmagic.c355 ms->regex_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
391 *CAST(size_t *, val) = ms->regex_max; in magic_getparam()
H A Dfile.h472 uint16_t regex_max; member
H A Dsoftmagic.c1370 if (bytecnt > ms->regex_max) in mcopy()
1371 bytecnt = ms->regex_max; in mcopy()
H A Dapprentice.c583 ms->regex_max = FILE_REGEX_MAX; in file_ms_alloc()

Completed in 36 milliseconds