Lines Matching refs:namespaceName
1293 const xmlChar *namespaceName, in xmlSchemaFormatQName() argument
1297 if (namespaceName != NULL) { in xmlSchemaFormatQName()
1299 *buf = xmlStrcat(*buf, namespaceName); in xmlSchemaFormatQName()
1303 if (namespaceName == NULL) in xmlSchemaFormatQName()
4552 const xmlChar *namespaceName, in xmlSchemaDebugDumpIDCTable() argument
4563 xmlSchemaFormatQName(&str, namespaceName, localName)); in xmlSchemaDebugDumpIDCTable()
6428 const xmlChar *namespaceName) in xmlSchemaCheckReference() argument
6431 if (xmlStrEqual(pctxt->targetNamespace, namespaceName)) in xmlSchemaCheckReference()
6433 if (xmlStrEqual(xmlSchemaNs, namespaceName)) in xmlSchemaCheckReference()
6444 xmlStrEqual(namespaceName, rel->importNamespace)) in xmlSchemaCheckReference()
6455 if (namespaceName == NULL) in xmlSchemaCheckReference()
6466 "import statement", namespaceName, NULL); in xmlSchemaCheckReference()
10725 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; in xmlSchemaParseImport() local
10757 &namespaceName) != 0) { in xmlSchemaParseImport()
10762 NULL, namespaceName, NULL, NULL, NULL); in xmlSchemaParseImport()
10802 if (namespaceName != NULL) { in xmlSchemaParseImport()
10808 if (xmlStrEqual(thisTargetNamespace, namespaceName)) { in xmlSchemaParseImport()
10840 namespaceName, &bucket); in xmlSchemaParseImport()