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

/external/libxml2/
H A Dtree.c5333 * xmlNodeBufGetContent:
5346 xmlNodeBufGetContent(xmlBufferPtr buffer, const xmlNode *cur) function
H A Delfgcchack.h6571 #undef xmlNodeBufGetContent macro
6572 extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent __attribute((alias("xmlNodeBufGetContent__internal_alias")));
6574 #ifndef xmlNodeBufGetContent
6575 extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent__internal_alias __attribute((visibility("hidden")));
6576 #define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias macro

Completed in 218 milliseconds