Lines Matching refs:xsdPlug
176 xmlSchemaSAXPlugPtr xsdPlug; /* the schemas plug in SAX pipeline */ member
2294 if (reader->xsdPlug != NULL) { in xmlFreeTextReader()
2295 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlFreeTextReader()
2296 reader->xsdPlug = NULL; in xmlFreeTextReader()
4340 if (reader->xsdPlug != NULL) { in xmlTextReaderSetSchema()
4341 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSetSchema()
4342 reader->xsdPlug = NULL; in xmlTextReaderSetSchema()
4358 if (reader->xsdPlug != NULL) { in xmlTextReaderSetSchema()
4359 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSetSchema()
4360 reader->xsdPlug = NULL; in xmlTextReaderSetSchema()
4378 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSetSchema()
4381 if (reader->xsdPlug == NULL) { in xmlTextReaderSetSchema()
4543 if (reader->xsdPlug != NULL) { in xmlTextReaderSchemaValidateInternal()
4544 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSchemaValidateInternal()
4545 reader->xsdPlug = NULL; in xmlTextReaderSchemaValidateInternal()
4583 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
4586 if (reader->xsdPlug == NULL) { in xmlTextReaderSchemaValidateInternal()
4597 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
4600 if (reader->xsdPlug == NULL) { in xmlTextReaderSchemaValidateInternal()