Searched refs:xmlDocDump (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/doc/examples/ |
D | reader3.c | 96 xmlDocDump(stdout, doc); in main()
|
D | io1.c | 143 xmlDocDump(stdout, doc); in main()
|
D | xpath2.c | 127 xmlDocDump(stdout, doc); in example4()
|
/external/libxml2/example/ |
D | gjobread.c | 253 xmlDocDump ( stderr, doc ); in parseGjobFile()
|
/external/libxml2/ |
D | debugXML.c | 1902 xmlDocDump(fp, (xmlDocPtr) node); in xmlShellPrintNodeCtxt() 2428 xmlDocDump(ctxt->output, (xmlDocPtr) node); in xmlShellCat() 2434 xmlDocDump(ctxt->output, (xmlDocPtr) node); in xmlShellCat()
|
D | libxml2.syms | 939 xmlDocDump;
|
D | xmlsave.c | 2599 xmlDocDump(FILE *f, xmlDocPtr cur) { in xmlDocDump() function
|
D | elfgcchack.h | 3006 #undef xmlDocDump 3007 extern __typeof (xmlDocDump) xmlDocDump __attribute((alias("xmlDocDump__internal_alias"))); 3009 #ifndef xmlDocDump 3010 extern __typeof (xmlDocDump) xmlDocDump__internal_alias __attribute((visibility("hidden"))); 3011 #define xmlDocDump xmlDocDump__internal_alias macro
|
D | xmllint.c | 2675 if (xmlDocDump(out, doc) < 0) in parseAndPrintFile()
|
D | relaxng.c | 7900 xmlDocDump(output, schema->doc); in xmlRelaxNGDumpTree()
|
D | ChangeLog | 13395 * tree.h: added xmlDocFormatDump which is just as xmlDocDump 13397 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
|
D | testapi.c | 19990 ret_val = xmlDocDump(f, cur); in test_xmlDocDump()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1178 xmlDocDump (FILE *f,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1460 d xmlDocDump pr 10i 0 extproc('xmlDocDump')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 785 xmlDocDump
|