Searched refs:bytecnt (Results 1 – 1 of 1) sorted by relevance
1333 size_t lines, linecnt, bytecnt; in mcopy() local1343 bytecnt = linecnt * 80; in mcopy()1346 bytecnt = m->str_range; in mcopy()1349 if (bytecnt == 0 || bytecnt > nbytes - offset) in mcopy()1350 bytecnt = nbytes - offset; in mcopy()1351 if (bytecnt > ms->regex_max) in mcopy()1352 bytecnt = ms->regex_max; in mcopy()1355 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()
Completed in 8 milliseconds