Home | History | Annotate | Download | only in lib

Lines Matching refs:code

1848 XML_ErrorString(enum XML_Error code)
1893 if (code > 0 && code < sizeof(message)/sizeof(message[0]))
1894 return message[code];
2831 Derived from code in lookup(HASH_TABLE *table, ...).