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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c127 xmlTextReaderErrorFunc errorFunc; /* callback function */ member in struct:_xmlTextReader
3990 if (!reader->errorFunc) {
3993 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_ERROR, NULL /* locator */);
4008 if (!reader->errorFunc) {
4011 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_WARNING, NULL /* locator */);
4074 if (reader->errorFunc != NULL) {
4158 if (reader->errorFunc != NULL) {
4215 if (reader->errorFunc != NULL) {
4236 if (reader->errorFunc != NULL) {
4309 if (reader->errorFunc !
[all...]

Completed in 39 milliseconds