Searched refs:htmlSAXHandler (Results 1 – 2 of 2) sorted by relevance
30 typedef xmlSAXHandler htmlSAXHandler; typedef
4709 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()