Lines Matching refs:xsdSchemas
172 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2304 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2305 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2306 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4351 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4352 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4353 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4369 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4370 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4371 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4375 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4376 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4383 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4384 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4554 if (reader->xsdSchemas != NULL) { in xmlTextReaderSchemaValidateInternal()
4555 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4556 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4574 reader->xsdSchemas = xmlSchemaParse(pctxt); in xmlTextReaderSchemaValidateInternal()
4576 if (reader->xsdSchemas == NULL) in xmlTextReaderSchemaValidateInternal()
4578 reader->xsdValidCtxt = xmlSchemaNewValidCtxt(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4580 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4581 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4588 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4589 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()