Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
Dhtmltitle.cpp203 static htmlSAXHandler saxHandler =
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h59 typedef xmlSAXHandler htmlSAXHandler; typedef
DHTMLparser.c4892 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()
/third_party/libxml2/include/libxml/
DHTMLparser.h30 typedef xmlSAXHandler htmlSAXHandler; typedef
/third_party/libxml2/
DHTMLparser.c5034 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()
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle42 d htmlSAXHandler ds based(htmlSAXHandlerPtr)
/third_party/libxml2/doc/html/
Dindex.sgml440 <ANCHOR id="htmlSAXHandler" href="libxml/libxml-HTMLparser.html#htmlSAXHandler">