Lines Matching refs:xsdSchemas
172 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2303 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()
4374 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4375 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4382 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4383 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4553 if (reader->xsdSchemas != NULL) { in xmlTextReaderSchemaValidateInternal()
4554 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4555 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4573 reader->xsdSchemas = xmlSchemaParse(pctxt); in xmlTextReaderSchemaValidateInternal()
4575 if (reader->xsdSchemas == NULL) in xmlTextReaderSchemaValidateInternal()
4577 reader->xsdValidCtxt = xmlSchemaNewValidCtxt(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4579 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4580 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4587 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4588 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()