Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle366 d tmpNsNr like(xmlCint) # scope namespaces
/external/libxml2/
Dxpath.c8389 ctxt->context->tmpNsNr = 0; in xmlXPathNextNamespace()
8391 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()
8392 ctxt->context->tmpNsNr++; in xmlXPathNextNamespace()
8397 if (ctxt->context->tmpNsNr > 0) { in xmlXPathNextNamespace()
8398 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()