Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c6815 const xmlChar *pc, *ns, *dictnsItem; in xmlSchemaParseWildcardNs() local
6876 dictnsItem = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6878 dictnsItem = NULL; in xmlSchemaParseWildcardNs()
6885 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
6892 if (dictnsItem == tmp->value) in xmlSchemaParseWildcardNs()
6902 tmp->value = dictnsItem; in xmlSchemaParseWildcardNs()