Home | History | Annotate | Download | only in libxml2

Lines Matching full:ioerr

149 static const char *IOerr[] = {
427 if (idx >= (sizeof(IOerr) / sizeof(IOerr[0]))) idx = 0;
429 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);