Searched refs:xsdSchemas (Results 1 – 1 of 1) sorted by relevance
165 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member2240 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()2241 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()2242 reader->xsdSchemas = NULL; in xmlFreeTextReader()4277 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4278 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4279 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()4295 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4296 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4297 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()[all …]