Home | History | Annotate | Download | only in libxml2

Lines Matching full:fread

822     return(fread(buf, 1, len, f));
2087 res = fread(chars, 1, 4, f);
2091 while ((res = fread(chars, 1, size, f)) > 0) {
2151 res = fread(chars, 1, 4, f);
2156 while ((res = fread(chars, 1, size, f)) > 0) {