Searched refs:xmlOutputBufferGetContent (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A DxmlIO.h250 xmlOutputBufferGetContent (xmlOutputBufferPtr out);
/external/libxml2/
H A Dlibxml2.syms2267 xmlOutputBufferGetContent;
H A DxmlIO.c2954 * xmlOutputBufferGetContent:
2962 xmlOutputBufferGetContent(xmlOutputBufferPtr out) { function
H A Delfgcchack.h6862 #undef xmlOutputBufferGetContent macro
6863 extern __typeof (xmlOutputBufferGetContent) xmlOutputBufferGetContent __attribute((alias("xmlOutputBufferGetContent__internal_alias")));
6865 #ifndef xmlOutputBufferGetContent
6866 extern __typeof (xmlOutputBufferGetContent) xmlOutputBufferGetContent__internal_alias __attribute((visibility("hidden")));
6867 #define xmlOutputBufferGetContent xmlOutputBufferGetContent__internal_alias macro
H A Dtestapi.c28613 ret_val = xmlOutputBufferGetContent(out);
28619 printf("Leak of %d blocks found in xmlOutputBufferGetContent",
[all...]

Completed in 140 milliseconds