Home | History | Annotate | Download | only in libxml2

Lines Matching full:fflush

1064         ret = fflush(fil);
1066 xmlIOErr(0, "fflush()");
1089 ret = ( fflush((FILE *) context) == EOF ) ? -1 : 0;
1091 xmlIOErr(0, "fflush()");