OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ioerr
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/
xmlIO.c
149
static const char *
IOerr
[] = {
427
if (idx >= (sizeof(
IOerr
) / sizeof(
IOerr
[0]))) idx = 0;
429
__xmlSimpleError(domain, code, NULL,
IOerr
[idx], extra);
[
all
...]
Completed in 51 milliseconds