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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h1148 xmlSaveFileTo (xmlOutputBufferPtr buf,
/external/libxml2/include/libxml/
H A Dtree.h1198 xmlSaveFileTo (xmlOutputBufferPtr buf,
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c2365 * xmlSaveFileTo:
2377 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { function
H A Delfgcchack.h9220 #undef xmlSaveFileTo macro
9221 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
9223 #ifndef xmlSaveFileTo
9224 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
9225 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro
H A Dtestapi.c22985 ret_val = xmlSaveFileTo(buf, cur, (const char *)encoding);
22994 printf("Leak of %d blocks found in xmlSaveFileTo",
[all...]
/external/libxml2/
H A Dxmlsave.c2604 * xmlSaveFileTo:
2616 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { function
H A Delfgcchack.h9346 #undef xmlSaveFileTo macro
9347 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
9349 #ifndef xmlSaveFileTo
9350 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
9351 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro

Completed in 438 milliseconds