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

/vbox/src/libs/libxml2-2.6.31/
H A Dencoding.c1775 xmlBufferGrow(out, toconv);
1860 xmlBufferGrow(out, out->size + toconv * 2);
1995 xmlBufferGrow(out, toconv * 2);
H A Delfgcchack.h1457 #undef xmlBufferGrow macro
1458 extern __typeof (xmlBufferGrow) xmlBufferGrow __attribute((alias("xmlBufferGrow__internal_alias")));
1460 #ifndef xmlBufferGrow
1461 extern __typeof (xmlBufferGrow) xmlBufferGrow__internal_alias __attribute((visibility("hidden")));
1462 #define xmlBufferGrow xmlBufferGrow__internal_alias macro
H A Dtree.c6763 * xmlBufferGrow:
6772 xmlBufferGrow(xmlBufferPtr buf, unsigned int len) { function
H A Dtestapi.c18641 ret_val = xmlBufferGrow(buf, len);
18648 printf("Leak of %d blocks found in xmlBufferGrow",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h668 xmlBufferGrow (xmlBufferPtr buf,

Completed in 206 milliseconds