Searched refs:debugNode (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | xpath.h | 346 xmlNodePtr debugNode; /* the source node XSLT */ member
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xpath.h | 344 xmlNodePtr debugNode; /* the source node XSLT */ member
|
/external/libxml2/ |
D | xpointer.c | 107 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPtrErr() 113 NULL, ctxt->context->debugNode, XML_FROM_XPOINTER, in xmlXPtrErr()
|
D | xpath.c | 438 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPathErr() 444 NULL, ctxt->context->debugNode, XML_FROM_XPATH, in xmlXPathErr()
|
/external/chromium_org/third_party/libxml/src/ |
D | xpointer.c | 107 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPtrErr() 113 NULL, ctxt->context->debugNode, XML_FROM_XPOINTER, in xmlXPtrErr()
|
D | xpath.c | 361 ctxt->context->lastError.node = ctxt->context->debugNode; in xmlXPathErr() 367 NULL, ctxt->context->debugNode, XML_FROM_XPATH, in xmlXPathErr()
|