Searched refs:nsItem (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 6817 xmlChar *nsItem; in xmlSchemaParseWildcardNs() local 6863 nsItem = xmlStrndup(cur, end - cur); in xmlSchemaParseWildcardNs() 6864 if ((xmlStrEqual(nsItem, BAD_CAST "##other")) || in xmlSchemaParseWildcardNs() 6865 (xmlStrEqual(nsItem, BAD_CAST "##any"))) { in xmlSchemaParseWildcardNs() 6872 nsItem, NULL, NULL, NULL); in xmlSchemaParseWildcardNs() 6875 if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) { in xmlSchemaParseWildcardNs() 6877 } else if (xmlStrEqual(nsItem, BAD_CAST "##local")) { in xmlSchemaParseWildcardNs() 6884 nsItem, xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI)); in xmlSchemaParseWildcardNs() 6885 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs() 6899 xmlFree(nsItem); in xmlSchemaParseWildcardNs() [all …]
|