Searched refs:curDef (Results 1 – 2 of 2) sorted by relevance
252 xmlNsPtr curDef = cur->nsDef; in nscleanup() local254 while (curDef != NULL) in nscleanup()256 ns = xmlSearchNs(cur->doc, aParent, curDef->prefix); in nscleanup()257 … if (ns != NULL && ns != curDef && strcmp((char*)ns->href, (char*)curDef->href)==0) in nscleanup()261 lcl_nsexchange(cur, curDef, ns); in nscleanup()262 *refp = curDef->next; in nscleanup()263 xmlFreeNs(curDef); in nscleanup()264 curDef = *refp; in nscleanup()266 refp = &(curDef->next); in nscleanup()267 curDef = curDef->next; in nscleanup()
159 xmlNsPtr curDef = pNode->nsDef; in lcl_collectNamespaces() local160 while (curDef != 0) { in lcl_collectNamespaces()161 const xmlChar* xHref = curDef->href; in lcl_collectNamespaces()163 const xmlChar* xPre = curDef->prefix; in lcl_collectNamespaces()170 curDef = curDef->next; in lcl_collectNamespaces()
Completed in 18 milliseconds