Lines Matching refs:xsdSchemas

165     xmlSchemaPtr          xsdSchemas;	/* The Schemas schemas */  member
2233 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2234 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2235 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4252 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4253 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4254 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4270 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4271 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4272 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4276 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4277 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4284 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4285 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4455 if (reader->xsdSchemas != NULL) { in xmlTextReaderSchemaValidateInternal()
4456 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4457 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4475 reader->xsdSchemas = xmlSchemaParse(pctxt); in xmlTextReaderSchemaValidateInternal()
4477 if (reader->xsdSchemas == NULL) in xmlTextReaderSchemaValidateInternal()
4479 reader->xsdValidCtxt = xmlSchemaNewValidCtxt(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4481 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4482 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4489 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4490 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()