Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dvalid.h226 xmlDumpElementDecl (xmlBufferPtr buf,
/external/libxml2/
Dxmlsave.c844 xmlDumpElementDecl(buf->buffer, (xmlElementPtr) cur); in xmlNodeDumpOutputInternal()
1383 xmlDumpElementDecl(buf->buffer, (xmlElementPtr) cur); in xhtmlNodeDumpOutput()
Delfgcchack.h3032 #undef xmlDumpElementDecl
3033 extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl __attribute((alias("xmlDumpElementDecl__int…
3035 #ifndef xmlDumpElementDecl
3036 extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl__internal_alias __attribute((visibility("hi…
3037 #define xmlDumpElementDecl xmlDumpElementDecl__internal_alias macro
Dvalid.c1665 xmlDumpElementDecl(xmlBufferPtr buf, xmlElementPtr elem) { in xmlDumpElementDecl() function
1726 xmlDumpElementDecl(buf, elem); in xmlDumpElementDeclScan()