Searched refs:tmpNsList (Results 1 – 3 of 3) sorted by relevance
339 xmlNsPtr *tmpNsList; /* Array of namespaces */ member
8410 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8411 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8412 ctxt->context->tmpNsList = in xmlXPathNextNamespace()8415 if (ctxt->context->tmpNsList != NULL) { in xmlXPathNextNamespace()8416 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()8423 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()8425 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8426 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8427 ctxt->context->tmpNsList = NULL; in xmlXPathNextNamespace()12681 if (xpctxt->tmpNsList != NULL) { in xmlXPathNodeCollectAndTest()[all …]
365 d tmpNsList * xmlNsPtr *