Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c6732 xmlChar *nsItem; in xmlSchemaParseWildcardNs() local
6778 nsItem = xmlStrndup(cur, end - cur); in xmlSchemaParseWildcardNs()
6779 if ((xmlStrEqual(nsItem, BAD_CAST "##other")) || in xmlSchemaParseWildcardNs()
6780 (xmlStrEqual(nsItem, BAD_CAST "##any"))) { in xmlSchemaParseWildcardNs()
6787 nsItem, NULL, NULL, NULL); in xmlSchemaParseWildcardNs()
6790 if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) { in xmlSchemaParseWildcardNs()
6792 } else if (xmlStrEqual(nsItem, BAD_CAST "##local")) { in xmlSchemaParseWildcardNs()
6799 nsItem, xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI)); in xmlSchemaParseWildcardNs()
6800 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
6814 xmlFree(nsItem); in xmlSchemaParseWildcardNs()
[all …]