Lines Matching refs:xsdPlug
169 xmlSchemaSAXPlugPtr xsdPlug; /* the schemas plug in SAX pipeline */ member
2231 if (reader->xsdPlug != NULL) { in xmlFreeTextReader()
2232 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlFreeTextReader()
2233 reader->xsdPlug = NULL; in xmlFreeTextReader()
4267 if (reader->xsdPlug != NULL) { in xmlTextReaderSetSchema()
4268 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSetSchema()
4269 reader->xsdPlug = NULL; in xmlTextReaderSetSchema()
4285 if (reader->xsdPlug != NULL) { in xmlTextReaderSetSchema()
4286 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSetSchema()
4287 reader->xsdPlug = NULL; in xmlTextReaderSetSchema()
4305 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSetSchema()
4308 if (reader->xsdPlug == NULL) { in xmlTextReaderSetSchema()
4470 if (reader->xsdPlug != NULL) { in xmlTextReaderSchemaValidateInternal()
4471 xmlSchemaSAXUnplug(reader->xsdPlug); in xmlTextReaderSchemaValidateInternal()
4472 reader->xsdPlug = NULL; in xmlTextReaderSchemaValidateInternal()
4510 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
4513 if (reader->xsdPlug == NULL) { in xmlTextReaderSchemaValidateInternal()
4524 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
4527 if (reader->xsdPlug == NULL) { in xmlTextReaderSchemaValidateInternal()