Searched refs:xsdSchemas (Results 1 – 1 of 1) sorted by relevance
165 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member2236 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()2237 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()2238 reader->xsdSchemas = NULL; in xmlFreeTextReader()4273 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4274 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4275 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()4291 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4292 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4293 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()[all …]