Home | History | Annotate | Download | only in libxml2

Lines Matching refs:dictnsItem

6709     const xmlChar *pc, *ns, *dictnsItem;
6770 dictnsItem = ctxt->targetNamespace;
6772 dictnsItem = NULL;
6779 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1);
6786 if (dictnsItem == tmp->value)
6796 tmp->value = dictnsItem;