Searched refs:xmlParserInputBuffer (Results 1 – 2 of 2) sorted by relevance
27 typedef struct _xmlParserInputBuffer xmlParserInputBuffer; typedef28 typedef xmlParserInputBuffer *xmlParserInputBufferPtr;
2230 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()2235 memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()2829 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlParserInputBufferCreateStatic()2834 memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer)); in xmlParserInputBufferCreateStatic()