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()4267 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4268 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4269 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()4285 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4286 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4287 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()[all …]