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

/vbox/src/libs/libxml2-2.6.31/
H A DtestRegexp.c197 (const char *) xmlBufferContent(xmlExpBuf));
207 (const char *) xmlBufferContent(xmlExpBuf));
210 (const char *) xmlBufferContent(xmlExpBuf));
230 printf("Parsed as: %s\n", (const char *) xmlBufferContent(xmlExpBuf));
249 (const char *) xmlBufferContent(xmlExpBuf));
H A Dxinclude.c1870 content = xmlBufferContent(buf->buffer);
H A Dxpath.c9141 xmlBufferContent(target)));
9185 xmlBufferContent(target)));
9250 xmlBufferContent(target)));
9335 xmlBufferContent(target)));
15109 xmlBufferContent(target)));
H A Delfgcchack.h1387 #undef xmlBufferContent macro
1388 extern __typeof (xmlBufferContent) xmlBufferContent __attribute((alias("xmlBufferContent__internal_alias")));
1390 #ifndef xmlBufferContent
1391 extern __typeof (xmlBufferContent) xmlBufferContent__internal_alias __attribute((visibility("hidden")));
1392 #define xmlBufferContent xmlBufferContent__internal_alias macro
H A Dtree.c6837 * xmlBufferContent:
6846 xmlBufferContent(const xmlBufferPtr buf) function
H A Dtestapi.c18530 ret_val = xmlBufferContent((const xmlBufferPtr)buf);
18536 printf("Leak of %d blocks found in xmlBufferContent",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h673 xmlBufferContent (const xmlBufferPtr buf);

Completed in 289 milliseconds