Home
last modified time | relevance | path

Searched refs:tmpNsNr (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h340 int tmpNsNr; /* number of namespaces in scope */ member
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle364 d tmpNsNr 10i 0 # scope namespaces
/external/libxml2/
Dxpath.c8398 ctxt->context->tmpNsNr = 0; in xmlXPathNextNamespace()
8400 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()
8401 ctxt->context->tmpNsNr++; in xmlXPathNextNamespace()
8406 if (ctxt->context->tmpNsNr > 0) { in xmlXPathNextNamespace()
8407 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()