Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DdebugXML.h71 xmlDebugCheckDocument (FILE * output,
/external/libxml2/
Delfgcchack.h2610 #undef xmlDebugCheckDocument
2611 extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument __attribute((alias("xmlDebugCheckDocu…
2613 #ifndef xmlDebugCheckDocument
2614 extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument__internal_alias __attribute((visibili…
2615 #define xmlDebugCheckDocument xmlDebugCheckDocument__internal_alias macro
DdebugXML.c1574 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) in xmlDebugCheckDocument() function
Dtree.c1204 xmlDebugCheckDocument(stderr, cur); in xmlFreeDoc()