Lines Matching refs:xsdPlug
169 xmlSchemaSAXPlugPtr xsdPlug; /* the schemas plug in SAX pipeline */ member
2227 if (reader->xsdPlug != NULL) { in xmlFreeTextReader()
2228 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlFreeTextReader()
2229 reader->xsdPlug = NULL; in xmlFreeTextReader()
4263 if (reader->xsdPlug != NULL) { in xmlTextReaderSetSchema()
4264 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSetSchema()
4265 reader->xsdPlug = NULL; in xmlTextReaderSetSchema()
4281 if (reader->xsdPlug != NULL) { in xmlTextReaderSetSchema()
4282 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSetSchema()
4283 reader->xsdPlug = NULL; in xmlTextReaderSetSchema()
4301 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSetSchema()
4304 if (reader->xsdPlug == NULL) { in xmlTextReaderSetSchema()
4466 if (reader->xsdPlug != NULL) { in xmlTextReaderSchemaValidateInternal()
4467 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSchemaValidateInternal()
4468 reader->xsdPlug = NULL; in xmlTextReaderSchemaValidateInternal()
4506 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
4509 if (reader->xsdPlug == NULL) { in xmlTextReaderSchemaValidateInternal()
4520 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
4523 if (reader->xsdPlug == NULL) { in xmlTextReaderSchemaValidateInternal()