Lines Matching refs:namespaceName
1301 const xmlChar *namespaceName, in xmlSchemaFormatQName() argument
1305 if (namespaceName != NULL) { in xmlSchemaFormatQName()
1307 *buf = xmlStrcat(*buf, namespaceName); in xmlSchemaFormatQName()
1311 if (namespaceName == NULL) in xmlSchemaFormatQName()
4573 const xmlChar *namespaceName, in xmlSchemaDebugDumpIDCTable() argument
4584 xmlSchemaFormatQName(&str, namespaceName, localName)); in xmlSchemaDebugDumpIDCTable()
6455 const xmlChar *namespaceName) in xmlSchemaCheckReference() argument
6458 if (xmlStrEqual(pctxt->targetNamespace, namespaceName)) in xmlSchemaCheckReference()
6460 if (xmlStrEqual(xmlSchemaNs, namespaceName)) in xmlSchemaCheckReference()
6471 xmlStrEqual(namespaceName, rel->importNamespace)) in xmlSchemaCheckReference()
6482 if (namespaceName == NULL) in xmlSchemaCheckReference()
6493 "import statement", namespaceName, NULL); in xmlSchemaCheckReference()
10751 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; in xmlSchemaParseImport() local
10783 &namespaceName) != 0) { in xmlSchemaParseImport()
10788 NULL, namespaceName, NULL, NULL, NULL); in xmlSchemaParseImport()
10828 if (namespaceName != NULL) { in xmlSchemaParseImport()
10834 if (xmlStrEqual(thisTargetNamespace, namespaceName)) { in xmlSchemaParseImport()
10866 namespaceName, &bucket); in xmlSchemaParseImport()