Searched refs:tmpNsList (Results 1 – 3 of 3) sorted by relevance
341 xmlNsPtr *tmpNsList; /* Array of namespaces */ member
8385 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8386 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8387 ctxt->context->tmpNsList = in xmlXPathNextNamespace()8390 if (ctxt->context->tmpNsList != NULL) { in xmlXPathNextNamespace()8391 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()8398 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()8400 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8401 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8402 ctxt->context->tmpNsList = NULL; in xmlXPathNextNamespace()12566 if (xpctxt->tmpNsList != NULL) { in xmlXPathNodeCollectAndTest()[all …]
365 d tmpNsList * xmlNsPtr *