Home
last modified time | relevance | path

Searched refs:xmlParserInput (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DDOCBparser.h37 typedef xmlParserInput docbParserInput;
DHTMLparser.h32 typedef xmlParserInput htmlParserInput;
Dtree.h34 typedef struct _xmlParserInput xmlParserInput; typedef
35 typedef xmlParserInput *xmlParserInputPtr;
/external/libxml2/
DparserInternals.c1297 input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput)); in xmlNewInputStream()
1302 memset(input, 0, sizeof(xmlParserInput)); in xmlNewInputStream()