Searched refs:bytecnt (Results 1 – 1 of 1) sorted by relevance
1356 size_t lines, linecnt, bytecnt; in mcopy() local1366 bytecnt = linecnt * 80; in mcopy()1369 bytecnt = m->str_range; in mcopy()1372 if (bytecnt == 0 || bytecnt > nbytes - offset) in mcopy()1373 bytecnt = nbytes - offset; in mcopy()1374 if (bytecnt > ms->regex_max) in mcopy()1375 bytecnt = ms->regex_max; in mcopy()1378 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()
Completed in 22 milliseconds