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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.c127 xmlTextReaderErrorFunc errorFunc; /* callback function */ member in struct:_xmlTextReader
3979 if (!reader->errorFunc) {
3982 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_ERROR, NULL /* locator */);
3997 if (!reader->errorFunc) {
4000 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_WARNING, NULL /* locator */);
4063 if (reader->errorFunc != NULL) {
4147 if (reader->errorFunc != NULL) {
4204 if (reader->errorFunc != NULL) {
4225 if (reader->errorFunc != NULL) {
4298 if (reader->errorFunc !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c148 xmlTextReaderErrorFunc errorFunc; /* callback function */ member in struct:_xmlTextReader
4014 if (!reader->errorFunc) {
4017 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_ERROR, NULL /* locator */);
4032 if (!reader->errorFunc) {
4035 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_WARNING, NULL /* locator */);
4098 if (reader->errorFunc != NULL) {
4182 if (reader->errorFunc != NULL) {
4239 if (reader->errorFunc != NULL) {
4260 if (reader->errorFunc != NULL) {
4333 if (reader->errorFunc !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlreader.c148 xmlTextReaderErrorFunc errorFunc; /* callback function */ member in struct:_xmlTextReader
4014 if (!reader->errorFunc) {
4017 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_ERROR, NULL /* locator */);
4032 if (!reader->errorFunc) {
4035 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_WARNING, NULL /* locator */);
4098 if (reader->errorFunc != NULL) {
4182 if (reader->errorFunc != NULL) {
4239 if (reader->errorFunc != NULL) {
4260 if (reader->errorFunc != NULL) {
4333 if (reader->errorFunc !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.c127 xmlTextReaderErrorFunc errorFunc; /* callback function */ member in struct:_xmlTextReader
3979 if (!reader->errorFunc) {
3982 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_ERROR, NULL /* locator */);
3997 if (!reader->errorFunc) {
4000 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_WARNING, NULL /* locator */);
4063 if (reader->errorFunc != NULL) {
4147 if (reader->errorFunc != NULL) {
4204 if (reader->errorFunc != NULL) {
4225 if (reader->errorFunc != NULL) {
4298 if (reader->errorFunc !
[all...]

Completed in 108 milliseconds