Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1029 size_t lines, linecnt, bytecnt; in mcopy() local
1031 linecnt = m->str_range; in mcopy()
1032 bytecnt = linecnt * 80; in mcopy()
1051 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3071 - const unsigned char *s, uint32_t offset, size_t nbytes, size_t linecnt)
3081 + size_t lines, linecnt, bytecnt;
3083 + linecnt = m->str_range;
3084 + bytecnt = linecnt * 80;
3101 for (lines = linecnt, b = buf; lines && b < end &&

Completed in 13 milliseconds