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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlsave.h72 xmlSaveFlush (xmlSaveCtxtPtr ctxt);
/external/libxml2/include/libxml/
H A Dxmlsave.h73 xmlSaveFlush (xmlSaveCtxtPtr ctxt);
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c1790 * xmlSaveFlush:
1799 xmlSaveFlush(xmlSaveCtxtPtr ctxt) function
1821 ret = xmlSaveFlush(ctxt);
H A Delfgcchack.h9232 #undef xmlSaveFlush macro
9233 extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
9235 #ifndef xmlSaveFlush
9236 extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
9237 #define xmlSaveFlush xmlSaveFlush__internal_alias macro
H A Dtestapi.c33738 ret_val = xmlSaveFlush(ctxt);
33744 printf("Leak of %d blocks found in xmlSaveFlush",
[all...]
/external/libxml2/
H A Dxmlsave.c1963 * xmlSaveFlush:
1972 xmlSaveFlush(xmlSaveCtxtPtr ctxt) function
1994 ret = xmlSaveFlush(ctxt);
H A Delfgcchack.h9358 #undef xmlSaveFlush macro
9359 extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
9361 #ifndef xmlSaveFlush
9362 extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
9363 #define xmlSaveFlush xmlSaveFlush__internal_alias macro

Completed in 5123 milliseconds