Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1092 size_t lines, linecnt, bytecnt; in mcopy() local
1102 linecnt = m->str_range; in mcopy()
1103 bytecnt = linecnt * 80; in mcopy()
1123 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3433 - linecnt = m->str_range;
3434 - bytecnt = linecnt * 80;
3436 - linecnt = 0;
3441 + linecnt = m->str_range;
3442 + bytecnt = linecnt * 80;

Completed in 20 milliseconds