Searched defs:xmlSaveSetEscape (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlsave.c2000 * xmlSaveSetEscape:
2009 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) function
H A Delfgcchack.h9418 #undef xmlSaveSetEscape macro
9419 extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape __attribute((alias("xmlSaveSetEscape__internal_alias")));
9421 #ifndef xmlSaveSetEscape
9422 extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape__internal_alias __attribute((visibility("hidden")));
9423 #define xmlSaveSetEscape xmlSaveSetEscape__internal_alias macro

Completed in 119 milliseconds