Home | History | Annotate | Download | only in libxml2

Lines Matching refs:idx

264     unsigned int idx;
425 idx = 0;
426 if (code >= XML_IO_UNKNOWN) idx = code - XML_IO_UNKNOWN;
427 if (idx >= (sizeof(IOerr) / sizeof(IOerr[0]))) idx = 0;
429 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
1318 int idx;
1330 for ( idx = 0; idx < 4; idx++ ) {