Searched refs:tmpNs (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 7217 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7233 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute() 7236 if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0) in xmlSchemaParseLocalAttribute() 7262 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute() 7417 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() 7446 tmpName, tmpNs); in xmlSchemaParseLocalAttribute() 7503 tmpNs = ns; in xmlSchemaParseLocalAttribute() 7515 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute() 7523 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute() 7538 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
|