xmlBufferCreateStatic 1417 third_party/libxml/src/elfgcchack.h #undef xmlBufferCreateStatic
xmlBufferCreateStatic 1418 third_party/libxml/src/elfgcchack.h extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias("xmlBufferCreateStatic__internal_alias")));
xmlBufferCreateStatic 1420 third_party/libxml/src/elfgcchack.h #ifndef xmlBufferCreateStatic
xmlBufferCreateStatic 1421 third_party/libxml/src/elfgcchack.h extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
xmlBufferCreateStatic 1422 third_party/libxml/src/elfgcchack.h #define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias
xmlBufferCreateStatic  664 third_party/libxml/src/include/libxml/tree.h 		xmlBufferCreateStatic	(void *mem,
xmlBufferCreateStatic  605 third_party/libxml/src/testapi.c     if (no == 1) return(xmlBufferCreateStatic((void *)static_buf_content, 13));
xmlBufferCreateStatic 2888 third_party/libxml/src/xmlIO.c     ret->buffer = xmlBufferCreateStatic((void *)mem, (size_t) size);