Searched refs:htmlSaveFileFormat (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | HTMLtree.h | 108 htmlSaveFileFormat (const char *filename,
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLtree.rpgle | 123 d htmlSaveFileFormat... 124 d pr 10i 0 extproc('htmlSaveFileFormat')
|
/external/libxml2/ |
D | HTMLtree.c | 1208 htmlSaveFileFormat(const char *filename, xmlDocPtr cur, in htmlSaveFileFormat() function 1273 return(htmlSaveFileFormat(filename, cur, encoding, 1)); in htmlSaveFileEnc()
|
D | xmllint.c | 2536 htmlSaveFileFormat(output ? output : "-", doc, encoding, 1); in parseAndPrintFile() 2539 htmlSaveFileFormat(output ? output : "-", doc, encoding, 0); in parseAndPrintFile() 2543 htmlSaveFileFormat(output ? output : "-", doc, NULL, 1); in parseAndPrintFile()
|
D | libxml2.syms | 429 htmlSaveFileFormat;
|
D | elfgcchack.h | 762 #undef htmlSaveFileFormat 763 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__int… 765 #ifndef htmlSaveFileFormat 766 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hi… 767 #define htmlSaveFileFormat htmlSaveFileFormat__internal_alias macro
|
D | testapi.c | 3600 ret_val = htmlSaveFileFormat(filename, cur, (const char *)encoding, format); in test_htmlSaveFileFormat()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 408 htmlSaveFileFormat
|