Searched refs:xsdSchemas (Results 1 – 2 of 2) sorted by relevance
158 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member2202 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()2203 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()2204 reader->xsdSchemas = NULL; in xmlFreeTextReader()4162 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4163 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4164 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()4180 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4181 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4182 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()[all …]
158 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member2196 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()2197 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()2198 reader->xsdSchemas = NULL; in xmlFreeTextReader()4156 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4157 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4158 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()4174 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()4175 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()4176 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()[all …]