Home
last modified time | relevance | path

Searched refs:htmlParserInput (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h32 typedef xmlParserInput htmlParserInput; typedef
/external/libxml2/
DHTMLparser.c1998 input = (xmlParserInputPtr) xmlMalloc(sizeof(htmlParserInput)); in htmlNewInputStream()
2003 memset(input, 0, sizeof(htmlParserInput)); in htmlNewInputStream()