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);
269 XMLPUBFUN htmlStatus XMLCALL htmlNodeStatus(const htmlNodePtr, int) ;
/external/libxml2/
DHTMLtree.c49 htmlNodePtr cur; in htmlGetMetaEncoding()
163 htmlNodePtr cur, meta; in htmlSetMetaEncoding()
DHTMLparser.c1257 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { in htmlAutoCloseTag()
1258 htmlNodePtr child; in htmlAutoCloseTag()
1283 htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem) { in htmlIsAutoClosed()
1284 htmlNodePtr child; in htmlIsAutoClosed()
4296 ctxt->nodeTab = (htmlNodePtr *) xmlMalloc(10 * sizeof(htmlNodePtr)); in htmlInitParserCtxt()
5799 htmlNodeStatus(const htmlNodePtr node, int legacy) { in htmlNodeStatus()