Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlreader.c158 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2202 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2203 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2204 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4162 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4163 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4164 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4180 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4181 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4182 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
[all …]
/external/chromium_org/third_party/libxml/src/
Dxmlreader.c158 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2196 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2197 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2198 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4156 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4157 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4158 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4174 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4175 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4176 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
[all …]