Searched refs:tmpNs (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 7112 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7128 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute() 7131 if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0) in xmlSchemaParseLocalAttribute() 7157 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute() 7312 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() 7341 tmpName, tmpNs); in xmlSchemaParseLocalAttribute() 7398 tmpNs = ns; in xmlSchemaParseLocalAttribute() 7410 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute() 7418 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute() 7433 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
|