Home
last modified time | relevance | path

Searched refs:bytecnt (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
1032 bytecnt = linecnt * 80; in mcopy()
1034 if (bytecnt == 0) { in mcopy()
1035 bytecnt = 8192; in mcopy()
1037 if (bytecnt > nbytes) { in mcopy()
1038 bytecnt = nbytes; in mcopy()
1040 if (offset > bytecnt) { in mcopy()
1041 offset = bytecnt; in mcopy()
1049 end = last = RCAST(const char *, s) + bytecnt; in mcopy()
1062 last = RCAST(const char *, s) + bytecnt; in mcopy()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3081 + size_t lines, linecnt, bytecnt;
3084 + bytecnt = linecnt * 80;
3086 + if (bytecnt == 0) {
3087 + bytecnt = 8192;
3089 + if (bytecnt > nbytes) {
3090 + bytecnt = nbytes;
3099 + end = last = RCAST(const char *, s) + bytecnt;
3108 + last = RCAST(const char *, s) + bytecnt;

Completed in 26 milliseconds