Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1186 size_t lines, linecnt, bytecnt; in mcopy() local
1196 bytecnt = linecnt * 80; in mcopy()
1199 bytecnt = m->str_range; in mcopy()
1202 if (bytecnt == 0 || bytecnt > nbytes - offset) in mcopy()
1203 bytecnt = nbytes - offset; in mcopy()
1204 if (bytecnt > ms->regex_max) in mcopy()
1205 bytecnt = ms->regex_max; in mcopy()
1208 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()
1221 last = RCAST(const char *, s) + bytecnt; in mcopy()

Completed in 8 milliseconds