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