xmlParserInputBuffer 27 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlParserInputBuffer xmlParserInputBuffer; xmlParserInputBuffer 28 third_party/libxml/src/include/libxml/tree.h typedef xmlParserInputBuffer *xmlParserInputBufferPtr; xmlParserInputBuffer 2275 third_party/libxml/src/xmlIO.c ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); xmlParserInputBuffer 2280 third_party/libxml/src/xmlIO.c memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer)); xmlParserInputBuffer 2882 third_party/libxml/src/xmlIO.c ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); xmlParserInputBuffer 2887 third_party/libxml/src/xmlIO.c memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer));