Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h30 typedef xmlSAXHandler htmlSAXHandler; typedef
/external/libxml2/
DHTMLparser.c4709 htmlSAXHandler *sax; in htmlInitParserCtxt()
4719 sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler)); in htmlInitParserCtxt()
4725 memset(sax, 0, sizeof(htmlSAXHandler)); in htmlInitParserCtxt()
6011 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()
6017 memcpy(ctxt->sax, sax, sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()