Searched refs:tmpNs (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xmlschemas.c | 7203 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7219 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute() 7222 if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0) in xmlSchemaParseLocalAttribute() 7248 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute() 7403 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() 7432 tmpName, tmpNs); in xmlSchemaParseLocalAttribute() 7489 tmpNs = ns; in xmlSchemaParseLocalAttribute() 7501 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute() 7509 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute() 7524 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
|