Searched refs:htmlParserInput (Results 1 – 4 of 4) sorted by relevance
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()