Searched refs:dictnsItem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c6709 const xmlChar *pc, *ns, *dictnsItem; local
6770 dictnsItem = ctxt->targetNamespace;
6772 dictnsItem = NULL;
6779 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1);
6786 if (dictnsItem == tmp->value)
6796 tmp->value = dictnsItem;
/external/libxml2/
H A Dxmlschemas.c6728 const xmlChar *pc, *ns, *dictnsItem; local
6789 dictnsItem = ctxt->targetNamespace;
6791 dictnsItem = NULL;
6798 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1);
6805 if (dictnsItem == tmp->value)
6815 tmp->value = dictnsItem;

Completed in 178 milliseconds