Searched refs:xsdSchemas (Results 1 – 1 of 1) sorted by relevance
172 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member2304 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()2305 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()2306 reader->xsdSchemas = NULL; in xmlFreeTextReader()4351 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4352 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4353 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()4369 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4370 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4371 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()[all …]