Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h335 int tmpNsNr; /* number of namespaces in scope */ member
/external/libxml2/
Dxpath.c8236 ctxt->context->tmpNsNr = 0; in xmlXPathNextNamespace()
8238 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()
8239 ctxt->context->tmpNsNr++; in xmlXPathNextNamespace()
8244 if (ctxt->context->tmpNsNr > 0) { in xmlXPathNextNamespace()
8245 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()