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

/external/libxml2/
H A Dtree.c5363 ret = xmlBufGetNodeContent(buf, cur);
5371 * xmlBufGetNodeContent:
5384 xmlBufGetNodeContent(xmlBufPtr buf, const xmlNode *cur) function
5404 xmlBufGetNodeContent(buf, tmp);
5450 xmlBufGetNodeContent(buf, tmp);
5475 xmlBufGetNodeContent(buf, tmp);
5497 xmlBufGetNodeContent(buf, cur);
5538 xmlBufGetNodeContent(buf, cur);
5564 xmlBufGetNodeContent(buf, cur);
5589 xmlBufGetNodeContent(bu
[all...]
H A Delfgcchack.h1367 #undef xmlBufGetNodeContent macro
1368 extern __typeof (xmlBufGetNodeContent) xmlBufGetNodeContent __attribute((alias("xmlBufGetNodeContent__internal_alias")));
1370 #ifndef xmlBufGetNodeContent
1371 extern __typeof (xmlBufGetNodeContent) xmlBufGetNodeContent__internal_alias __attribute((visibility("hidden")));
1372 #define xmlBufGetNodeContent xmlBufGetNodeContent__internal_alias macro

Completed in 77 milliseconds