Lines Matching refs:xsdSchemas
165 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2240 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2241 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2242 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4277 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4278 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4279 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4295 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4296 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4297 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4301 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4302 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4309 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4310 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4480 if (reader->xsdSchemas != NULL) { in xmlTextReaderSchemaValidateInternal()
4481 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4482 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4500 reader->xsdSchemas = xmlSchemaParse(pctxt); in xmlTextReaderSchemaValidateInternal()
4502 if (reader->xsdSchemas == NULL) in xmlTextReaderSchemaValidateInternal()
4504 reader->xsdValidCtxt = xmlSchemaNewValidCtxt(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4506 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4507 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()
4514 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSchemaValidateInternal()
4515 reader->xsdSchemas = NULL; in xmlTextReaderSchemaValidateInternal()