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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestchar.c13 int lastError; variable
16 if ((unused == NULL) && (err != NULL) && (lastError == 0)) {
17 lastError = err->code;
30 lastError = 0;
38 if ((lastError == 0) || (res != NULL))
45 if ((lastError == 0) || (res != NULL))
51 if ((lastError != XML_ERR_INVALID_CHAR) && (res != NULL))
71 lastError = 0;
81 if ((lastError == 0) || (res != NULL))
92 if ((lastError
[all...]
H A DparserInternals.c1745 if (ctxt->lastError.message != NULL)
1746 xmlFree(ctxt->lastError.message);
1747 if (ctxt->lastError.file != NULL)
1748 xmlFree(ctxt->lastError.file);
1749 if (ctxt->lastError.str1 != NULL)
1750 xmlFree(ctxt->lastError.str1);
1751 if (ctxt->lastError.str2 != NULL)
1752 xmlFree(ctxt->lastError.str2);
1753 if (ctxt->lastError.str3 != NULL)
1754 xmlFree(ctxt->lastError
[all...]
H A Derror.c511 to = &ctxt->lastError;
911 if (ctxt->lastError.code == XML_ERR_OK)
913 return (&ctxt->lastError);
930 if (ctxt->lastError.code == XML_ERR_OK)
932 xmlResetError(&ctxt->lastError);
H A Dxpointer.c102 ctxt->context->lastError.domain = XML_FROM_XPOINTER;
103 ctxt->context->lastError.code = error;
104 ctxt->context->lastError.level = XML_ERR_ERROR;
105 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base);
106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
107 ctxt->context->lastError.node = ctxt->context->debugNode;
110 &ctxt->context->lastError);
H A Dtestrecurse.c698 if ((doc != NULL) || (ctxt->lastError.code != XML_ERR_ENTITY_LOOP)) {
H A Dxpath.c276 ctxt->lastError.message = (char *) xmlStrdup(buf);
278 ctxt->lastError.message = (char *)
281 ctxt->lastError.domain = XML_FROM_XPATH;
282 ctxt->lastError.code = XML_ERR_NO_MEMORY;
284 ctxt->error(ctxt->userData, &ctxt->lastError);
353 xmlResetError(&ctxt->context->lastError);
355 ctxt->context->lastError.domain = XML_FROM_XPATH;
356 ctxt->context->lastError.code = error + XML_XPATH_EXPRESSION_OK -
358 ctxt->context->lastError.level = XML_ERR_ERROR;
359 ctxt->context->lastError
[all...]
H A Dparser.c120 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
2525 if ((ctxt->lastError.code == XML_ERR_ENTITY_LOOP) ||
2526 (ctxt->lastError.code == XML_ERR_INTERNAL_ERROR))
2578 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
12391 if (ctxt->lastError.code != XML_ERR_OK)
12392 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
12633 if (ctxt->lastError.code != XML_ERR_OK)
12634 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DtstLastError.py25 when the exception is raised, check the libxml2.lastError for
32 e = libxml2.lastError()
34 self.fail("lastError not set")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.c1731 if (ctxt->lastError.message != NULL)
1732 xmlFree(ctxt->lastError.message);
1733 if (ctxt->lastError.file != NULL)
1734 xmlFree(ctxt->lastError.file);
1735 if (ctxt->lastError.str1 != NULL)
1736 xmlFree(ctxt->lastError.str1);
1737 if (ctxt->lastError.str2 != NULL)
1738 xmlFree(ctxt->lastError.str2);
1739 if (ctxt->lastError.str3 != NULL)
1740 xmlFree(ctxt->lastError
[all...]
H A Derror.c511 to = &ctxt->lastError;
911 if (ctxt->lastError.code == XML_ERR_OK)
913 return (&ctxt->lastError);
930 if (ctxt->lastError.code == XML_ERR_OK)
932 xmlResetError(&ctxt->lastError);
H A Dxpath.in.h340 xmlError lastError; /* the last error */ member in struct:_xmlXPathContext
H A Dxpointer.c102 ctxt->context->lastError.domain = XML_FROM_XPOINTER;
103 ctxt->context->lastError.code = error;
104 ctxt->context->lastError.level = XML_ERR_ERROR;
105 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base);
106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
107 ctxt->context->lastError.node = ctxt->context->debugNode;
110 &ctxt->context->lastError);
H A Dparser.in.h298 xmlError lastError; member in struct:_xmlParserCtxt
H A Dxpath.c275 ctxt->lastError.message = (char *) xmlStrdup(buf);
277 ctxt->lastError.message = (char *)
280 ctxt->lastError.domain = XML_FROM_XPATH;
281 ctxt->lastError.code = XML_ERR_NO_MEMORY;
283 ctxt->error(ctxt->userData, &ctxt->lastError);
352 xmlResetError(&ctxt->context->lastError);
354 ctxt->context->lastError.domain = XML_FROM_XPATH;
355 ctxt->context->lastError.code = error + XML_XPATH_EXPRESSION_OK -
357 ctxt->context->lastError.level = XML_ERR_ERROR;
358 ctxt->context->lastError
[all...]
H A Dparser.c13006 if (ctxt->lastError.code != XML_ERR_OK)
13007 xmlResetError(&ctxt->lastError);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.c1731 if (ctxt->lastError.message != NULL)
1732 xmlFree(ctxt->lastError.message);
1733 if (ctxt->lastError.file != NULL)
1734 xmlFree(ctxt->lastError.file);
1735 if (ctxt->lastError.str1 != NULL)
1736 xmlFree(ctxt->lastError.str1);
1737 if (ctxt->lastError.str2 != NULL)
1738 xmlFree(ctxt->lastError.str2);
1739 if (ctxt->lastError.str3 != NULL)
1740 xmlFree(ctxt->lastError
[all...]
H A Derror.c511 to = &ctxt->lastError;
911 if (ctxt->lastError.code == XML_ERR_OK)
913 return (&ctxt->lastError);
930 if (ctxt->lastError.code == XML_ERR_OK)
932 xmlResetError(&ctxt->lastError);
H A Dxpath.in.h340 xmlError lastError; /* the last error */ member in struct:_xmlXPathContext
H A Dxpointer.c102 ctxt->context->lastError.domain = XML_FROM_XPOINTER;
103 ctxt->context->lastError.code = error;
104 ctxt->context->lastError.level = XML_ERR_ERROR;
105 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base);
106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
107 ctxt->context->lastError.node = ctxt->context->debugNode;
110 &ctxt->context->lastError);
H A Dparser.in.h298 xmlError lastError; member in struct:_xmlParserCtxt
H A Dxpath.c275 ctxt->lastError.message = (char *) xmlStrdup(buf);
277 ctxt->lastError.message = (char *)
280 ctxt->lastError.domain = XML_FROM_XPATH;
281 ctxt->lastError.code = XML_ERR_NO_MEMORY;
283 ctxt->error(ctxt->userData, &ctxt->lastError);
352 xmlResetError(&ctxt->context->lastError);
354 ctxt->context->lastError.domain = XML_FROM_XPATH;
355 ctxt->context->lastError.code = error + XML_XPATH_EXPRESSION_OK -
357 ctxt->context->lastError.level = XML_ERR_ERROR;
358 ctxt->context->lastError
[all...]
H A Dparser.c13006 if (ctxt->lastError.code != XML_ERR_OK)
13007 xmlResetError(&ctxt->lastError);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h343 xmlError lastError; /* the last error */ member in struct:_xmlXPathContext
H A Dparser.h298 xmlError lastError; member in struct:_xmlParserCtxt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py287 err = libxml2.lastError()

Completed in 482 milliseconds