Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Drelaxng.h155 xmlRelaxNGFree (xmlRelaxNGPtr schema);
/external/libxml2/
Dxmlreader.c2186 xmlRelaxNGFree(reader->rngSchemas); in xmlFreeTextReader()
4094 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()
4106 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()
4241 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGValidate()
4249 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGValidate()
4274 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGValidate()
Delfgcchack.h8390 #undef xmlRelaxNGFree
8391 extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree __attribute((alias("xmlRelaxNGFree__internal_alias"…
8393 #ifndef xmlRelaxNGFree
8394 extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree__internal_alias __attribute((visibility("hidden")));
8395 #define xmlRelaxNGFree xmlRelaxNGFree__internal_alias macro
DdebugXML.c2388 xmlRelaxNGFree(relaxngschemas); in xmlShellRNGValidate()
Dxmllint.c3753 xmlRelaxNGFree(relaxngschemas); in main()
Drelaxng.c728 xmlRelaxNGFree(incl->schema); in xmlRelaxNGFreeInclude()
805 xmlRelaxNGFree(xmlRelaxNGPtr schema) in xmlRelaxNGFree() function
7551 xmlRelaxNGFree(ret); in xmlRelaxNGParse()