Home | History | Annotate | Download | only in libxml2

Lines Matching refs:bytes1

610     char bytes1[4096];
622 res1 = read(fd1, bytes1, 4096);
631 if (memcmp(bytes1, bytes2, res1) != 0) {