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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c155 static const char * const IOerr[] = { variable
433 if (idx >= (sizeof(IOerr) / sizeof(IOerr[0]))) idx = 0;
435 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c149 static const char *IOerr[] = { variable
427 if (idx >= (sizeof(IOerr) / sizeof(IOerr[0]))) idx = 0;
429 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);

Completed in 129 milliseconds