Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dvalid.h312 xmlFreeValidCtxt(xmlValidCtxtPtr);
/external/libxml2/
Dxmllint.c2773 xmlFreeValidCtxt(cvp); in parseAndPrintFile()
2799 xmlFreeValidCtxt(cvp); in parseAndPrintFile()
Delfgcchack.h3762 #undef xmlFreeValidCtxt
3763 extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt __attribute((alias("xmlFreeValidCtxt__internal_…
3765 #ifndef xmlFreeValidCtxt
3766 extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt__internal_alias __attribute((visibility("hidden…
3767 #define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias macro
Dvalid.c900 xmlFreeValidCtxt(xmlValidCtxtPtr cur) { in xmlFreeValidCtxt() function