Searched refs:htmlSAXHandler (Results 1 – 5 of 5) sorted by relevance
203 static htmlSAXHandler saxHandler =
30 typedef xmlSAXHandler htmlSAXHandler; typedef
5020 htmlSAXHandler *sax; in htmlInitParserCtxt()5030 sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler)); in htmlInitParserCtxt()5036 memset(sax, 0, sizeof(htmlSAXHandler)); in htmlInitParserCtxt()6331 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()6337 memcpy(ctxt->sax, sax, sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()
42 d htmlSAXHandler ds based(htmlSAXHandlerPtr)
440 <ANCHOR id="htmlSAXHandler" href="libxml/libxml-HTMLparser.html#htmlSAXHandler">