xmlBufferGrow    1457 third_party/libxml/src/elfgcchack.h #undef xmlBufferGrow
xmlBufferGrow    1458 third_party/libxml/src/elfgcchack.h extern __typeof (xmlBufferGrow) xmlBufferGrow __attribute((alias("xmlBufferGrow__internal_alias")));
xmlBufferGrow    1460 third_party/libxml/src/elfgcchack.h #ifndef xmlBufferGrow
xmlBufferGrow    1461 third_party/libxml/src/elfgcchack.h extern __typeof (xmlBufferGrow) xmlBufferGrow__internal_alias __attribute((visibility("hidden")));
xmlBufferGrow    1462 third_party/libxml/src/elfgcchack.h #define xmlBufferGrow xmlBufferGrow__internal_alias
xmlBufferGrow    1946 third_party/libxml/src/encoding.c         xmlBufferGrow(out, toconv);
xmlBufferGrow    2061 third_party/libxml/src/encoding.c         xmlBufferGrow(out, out->size + toconv * 2);
xmlBufferGrow    2216 third_party/libxml/src/encoding.c         xmlBufferGrow(out, toconv * 4);
xmlBufferGrow     692 third_party/libxml/src/include/libxml/tree.h 		xmlBufferGrow		(xmlBufferPtr buf,
xmlBufferGrow    18718 third_party/libxml/src/testapi.c         ret_val = xmlBufferGrow(buf, len);
xmlBufferGrow    3440 third_party/libxml/src/xmlIO.c 	    if (xmlBufferGrow(out->buffer, out->buffer->size + 100) < 0)