Searched refs:htmlSAXHandler (Results 1 – 4 of 4) sorted by relevance
30 typedef xmlSAXHandler htmlSAXHandler; typedef
4781 htmlSAXHandler *sax; in htmlInitParserCtxt()4791 sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler)); in htmlInitParserCtxt()4797 memset(sax, 0, sizeof(htmlSAXHandler)); in htmlInitParserCtxt()6131 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()6137 memcpy(ctxt->sax, sax, sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()
40 d htmlSAXHandler ds based(htmlSAXHandlerPtr)
440 <ANCHOR id="htmlSAXHandler" href="libxml/libxml-HTMLparser.html#htmlSAXHandler">