Searched refs:htmlNodeDumpFileFormat (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DHTMLtree.h98 htmlNodeDumpFileFormat (FILE *out,
/external/libxml2/include/libxml/
H A DHTMLtree.h98 htmlNodeDumpFileFormat (FILE *out,
/external/chromium_org/third_party/libxml/src/
H A DHTMLtree.c455 * htmlNodeDumpFileFormat:
469 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, function
519 htmlNodeDumpFileFormat(out, doc, cur, NULL, 1);
H A Delfgcchack.h522 #undef htmlNodeDumpFileFormat macro
523 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat __attribute((alias("htmlNodeDumpFileFormat__internal_alias")));
525 #ifndef htmlNodeDumpFileFormat
526 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat__internal_alias __attribute((visibility("hidden")));
527 #define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias macro
H A Dtestapi.c3344 ret_val = htmlNodeDumpFileFormat(out, doc, cur, (const char *)encoding, format);
3354 printf("Leak of %d blocks found in htmlNodeDumpFileFormat",
[all...]
/external/libxml2/
H A DHTMLtree.c474 * htmlNodeDumpFileFormat:
488 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, function
538 htmlNodeDumpFileFormat(out, doc, cur, NULL, 1);
H A Delfgcchack.h522 #undef htmlNodeDumpFileFormat macro
523 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat __attribute((alias("htmlNodeDumpFileFormat__internal_alias")));
525 #ifndef htmlNodeDumpFileFormat
526 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat__internal_alias __attribute((visibility("hidden")));
527 #define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias macro

Completed in 799 milliseconds