Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1352 size_t lines, linecnt, bytecnt; in mcopy() local
1362 bytecnt = linecnt * 80; in mcopy()
1365 bytecnt = m->str_range; in mcopy()
1368 if (bytecnt == 0 || bytecnt > nbytes - offset) in mcopy()
1369 bytecnt = nbytes - offset; in mcopy()
1370 if (bytecnt > ms->regex_max) in mcopy()
1371 bytecnt = ms->regex_max; in mcopy()
1374 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()

Completed in 7 milliseconds