Searched refs:tmpNsList (Results 1 – 3 of 3) sorted by relevance
339 xmlNsPtr *tmpNsList; /* Array of namespaces */ member
8394 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8395 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8396 ctxt->context->tmpNsList = in xmlXPathNextNamespace()8399 if (ctxt->context->tmpNsList != NULL) { in xmlXPathNextNamespace()8400 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()8407 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()8409 if (ctxt->context->tmpNsList != NULL) in xmlXPathNextNamespace()8410 xmlFree(ctxt->context->tmpNsList); in xmlXPathNextNamespace()8411 ctxt->context->tmpNsList = NULL; in xmlXPathNextNamespace()12706 if (xpctxt->tmpNsList != NULL) { in xmlXPathNodeCollectAndTest()[all …]
365 d tmpNsList * xmlNsPtr *