Home | History | Annotate | Download | only in libxml2

Lines Matching full:bytes2

611     char bytes2[4096];
623 res2 = read(fd2, bytes2, 4096);
631 if (memcmp(bytes1, bytes2, res1) != 0) {