Home
last modified time | relevance | path

Searched refs:xmlParserInputBuffer (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h27 typedef struct _xmlParserInputBuffer xmlParserInputBuffer; typedef
28 typedef xmlParserInputBuffer *xmlParserInputBufferPtr;
/external/libxml2/
DxmlIO.c2230 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()