Searched refs:tmpNs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c7093 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7109 NULL, attr, &tmpNs, &tmpName) != 0) {
7112 if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0)
7138 attr, &tmpNs, &tmpName);
7293 attrDecl->typeNs = tmpNs;
7322 tmpName, tmpNs);
7379 tmpNs = ns;
7391 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace))
7399 xmlSchemaFormatQName(&str, tmpNs, tmpName),
7414 prohib->targetNamespace = tmpNs;
[all...]

Completed in 72 milliseconds