Searched refs:typeDecl (Results 1 – 3 of 3) sorted by relevance
67 xmlSchemaTypePtr typeDecl,
932 xmlHashTablePtr typeDecl; member
1066 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,4111 if (schema->typeDecl != NULL) in xmlSchemaFree()4112 xmlHashFree(schema->typeDecl, NULL); in xmlSchemaFree()4503 xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump, in xmlSchemaDump()4782 WXS_FIND_GLOBAL_ITEM(typeDecl) in xmlSchemaGetType()18531 xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacet() argument18537 if ((facet == NULL) || (typeDecl == NULL)) in xmlSchemaCheckFacet()18578 if (typeDecl->type != XML_SCHEMA_TYPE_BASIC) { in xmlSchemaCheckFacet()18579 base = typeDecl->baseType; in xmlSchemaCheckFacet()18586 base = typeDecl; in xmlSchemaCheckFacet()[all …]