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

/external/libxml2/include/libxml/
H A Dtree.h27 typedef struct _xmlParserInputBuffer xmlParserInputBuffer; typedef in typeref:struct:_xmlParserInputBuffer
28 typedef xmlParserInputBuffer *xmlParserInputBufferPtr;
/external/libxml2/
H A DxmlIO.c2230 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));
2235 memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer));
2829 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));
2834 memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer));

Completed in 61 milliseconds