Lines Matching refs:xsdSchemas

165     xmlSchemaPtr          xsdSchemas;	/* The Schemas schemas */  member
2236 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()
4291 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4292 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4299 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4300 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4470 if (reader->xsdSchemas != NULL) { in xmlTextReaderSchemaValidateInternal()
4471 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4472 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4490 reader->xsdSchemas = xmlSchemaParse(pctxt); in xmlTextReaderSchemaValidateInternal()
4492 if (reader->xsdSchemas == NULL) in xmlTextReaderSchemaValidateInternal()
4494 reader->xsdValidCtxt = xmlSchemaNewValidCtxt(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4496 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4497 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4504 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4505 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()