Searched refs:tmpNs (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 7197 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7213 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute() 7216 if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0) in xmlSchemaParseLocalAttribute() 7242 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute() 7397 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() 7426 tmpName, tmpNs); in xmlSchemaParseLocalAttribute() 7483 tmpNs = ns; in xmlSchemaParseLocalAttribute() 7495 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute() 7503 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute() 7518 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
|