Home
last modified time | relevance | path

Searched refs:IOerr (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
DxmlIO.c133 static const char *IOerr[] = { variable
411 if (idx >= (sizeof(IOerr) / sizeof(IOerr[0]))) idx = 0; in __xmlIOErr()
413 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra); in __xmlIOErr()