Searched refs:xmlParserInput (Results 1 – 4 of 4) sorted by relevance
37 typedef xmlParserInput docbParserInput;
32 typedef xmlParserInput htmlParserInput;
34 typedef struct _xmlParserInput xmlParserInput; typedef35 typedef xmlParserInput *xmlParserInputPtr;
1297 input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput)); in xmlNewInputStream()1302 memset(input, 0, sizeof(xmlParserInput)); in xmlNewInputStream()