Searched refs:debugNode (Results 1 – 7 of 7) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xpath.in.h | 375 xmlNodePtr debugNode; /* the source node XSLT */ member
|
D | xpointer.c | 145 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPtrErr() 151 NULL, ctxt->context->debugNode, XML_FROM_XPOINTER, in xmlXPtrErr()
|
D | xpath.c | 747 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPathErr() 753 NULL, ctxt->context->debugNode, XML_FROM_XPATH, in xmlXPathErr()
|
/third_party/libxml2/include/libxml/ |
D | xpath.h | 348 xmlNodePtr debugNode; /* the source node XSLT */ member
|
/third_party/libxml2/ |
D | xpointer.c | 116 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPtrErr() 122 NULL, ctxt->context->debugNode, XML_FROM_XPOINTER, in xmlXPtrErr()
|
D | xpath.c | 728 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPathErr() 734 NULL, ctxt->context->debugNode, XML_FROM_XPATH, in xmlXPathErr()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xpath.rpgle | 373 d debugNode like(xmlNodePtr) XSLT source node
|