Searched refs:xmlSaveFormatFileTo (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h1152 xmlSaveFormatFileTo (xmlOutputBufferPtr buf,
/external/libxml2/include/libxml/
H A Dtree.h1202 xmlSaveFormatFileTo (xmlOutputBufferPtr buf,
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c2400 * xmlSaveFormatFileTo:
2413 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, function
H A Dcatalog.c697 ret = xmlSaveFormatFileTo(buf, doc, NULL, 1);
H A Delfgcchack.h9268 #undef xmlSaveFormatFileTo macro
9269 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
9271 #ifndef xmlSaveFormatFileTo
9272 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
9273 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias macro
H A Dtestapi.c23141 ret_val = xmlSaveFormatFileTo(buf, cur, (const char *)encoding, format);
23151 printf("Leak of %d blocks found in xmlSaveFormatFileTo",
[all...]
/external/libxml2/
H A Dcatalog.c701 ret = xmlSaveFormatFileTo(buf, doc, NULL, 1);
H A Dxmlsave.c2639 * xmlSaveFormatFileTo:
2652 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, function
H A Delfgcchack.h9394 #undef xmlSaveFormatFileTo macro
9395 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
9397 #ifndef xmlSaveFormatFileTo
9398 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
9399 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias macro

Completed in 350 milliseconds