Searched refs:tmpNsList (Results 1 – 2 of 2) sorted by relevance
337 xmlNsPtr *tmpNsList; /* Array of namespaces */ member
8248 if (ctxt->context->tmpNsList == NULL && cur != (xmlNodePtr) xmlXPathXMLNamespace) { in xmlXPathNextNamespace()8249 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8250 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8251 ctxt->context->tmpNsList = in xmlXPathNextNamespace()8254 if (ctxt->context->tmpNsList != NULL) { in xmlXPathNextNamespace()8255 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()8262 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()8264 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8265 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8266 ctxt->context->tmpNsList = NULL; in xmlXPathNextNamespace()