Home
last modified time | relevance | path

Searched refs:xsdSchemas (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlreader.c165 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2233 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2234 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2235 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4252 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4253 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4254 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4270 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4271 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4272 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
[all …]