xmlParserInput 37 third_party/libxml/src/include/libxml/DOCBparser.h typedef xmlParserInput docbParserInput; xmlParserInput 32 third_party/libxml/src/include/libxml/HTMLparser.h typedef xmlParserInput htmlParserInput; xmlParserInput 34 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlParserInput xmlParserInput; xmlParserInput 35 third_party/libxml/src/include/libxml/tree.h typedef xmlParserInput *xmlParserInputPtr; xmlParserInput 1383 third_party/libxml/src/parserInternals.c input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput)); xmlParserInput 1388 third_party/libxml/src/parserInternals.c memset(input, 0, sizeof(xmlParserInput));