Searched refs:htmlParserInput (Results 1 – 6 of 6) sorted by relevance
61 typedef xmlParserInput htmlParserInput; typedef
2219 input = (xmlParserInputPtr) xmlMalloc(sizeof(htmlParserInput)); in htmlNewInputStream()2224 memset(input, 0, sizeof(htmlParserInput)); in htmlNewInputStream()
32 typedef xmlParserInput htmlParserInput; typedef
49 d htmlParserInput...
442 <ANCHOR id="htmlParserInput" href="libxml/libxml-HTMLparser.html#htmlParserInput">
2367 input = (xmlParserInputPtr) xmlMalloc(sizeof(htmlParserInput)); in htmlNewInputStream()2372 memset(input, 0, sizeof(htmlParserInput)); in htmlNewInputStream()