Searched refs:htmlSAXHandler (Results 1 – 7 of 7) sorted by relevance
203 static htmlSAXHandler saxHandler =
59 typedef xmlSAXHandler htmlSAXHandler; typedef
4892 htmlSAXHandler *sax; in htmlInitParserCtxt()4902 sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler)); in htmlInitParserCtxt()4908 memset(sax, 0, sizeof(htmlSAXHandler)); in htmlInitParserCtxt()6243 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()6249 memcpy(ctxt->sax, sax, sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()
30 typedef xmlSAXHandler htmlSAXHandler; typedef
5034 htmlSAXHandler *sax; in htmlInitParserCtxt()5044 sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler)); in htmlInitParserCtxt()5050 memset(sax, 0, sizeof(htmlSAXHandler)); in htmlInitParserCtxt()6326 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()6332 memcpy(ctxt->sax, sax, sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()
42 d htmlSAXHandler ds based(htmlSAXHandlerPtr)
440 <ANCHOR id="htmlSAXHandler" href="libxml/libxml-HTMLparser.html#htmlSAXHandler">