Home
last modified time | relevance | path

Searched refs:htmlNodePtr (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h35 typedef xmlNodePtr htmlNodePtr; typedef
95 htmlNodePtr elem);
99 htmlNodePtr elem);
272 XMLPUBFUN htmlStatus XMLCALL htmlNodeStatus(const htmlNodePtr, int) ;
/external/libxml2/
DHTMLtree.c49 htmlNodePtr cur; in htmlGetMetaEncoding()
163 htmlNodePtr cur, meta = NULL, head = NULL; in htmlSetMetaEncoding()
DHTMLparser.c1397 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { in htmlAutoCloseTag()
1398 htmlNodePtr child; in htmlAutoCloseTag()
1423 htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem) { in htmlIsAutoClosed()
1424 htmlNodePtr child; in htmlIsAutoClosed()
4746 ctxt->nodeTab = (htmlNodePtr *) xmlMalloc(10 * sizeof(htmlNodePtr)); in htmlInitParserCtxt()
6359 htmlNodeStatus(const htmlNodePtr node, int legacy) { in htmlNodeStatus()