Searched refs:htmlSAXHandlerPtr (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DHTMLparser.h31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr; typedef
120 htmlSAXHandlerPtr sax,
128 htmlSAXHandlerPtr sax,
153 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
/external/libxml2/include/libxml/
H A DHTMLparser.h31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr; typedef
120 htmlSAXHandlerPtr sax,
128 htmlSAXHandlerPtr sax,
153 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c5984 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data,
6006 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler));
6079 htmlSAXParseDoc(xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData) {
6201 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax,
6205 htmlSAXHandlerPtr oldsax = NULL;
H A Dtestapi.c1513 static htmlSAXHandlerPtr gen_htmlSAXHandlerPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
1516 static void des_htmlSAXHandlerPtr(int no ATTRIBUTE_UNUSED, htmlSAXHandlerPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
1528 htmlSAXHandlerPtr sax; /* a SAX handler */
2672 htmlSAXHandlerPtr sax; /* the SAX handler block */
2727 htmlSAXHandlerPtr sax; /* the SAX handler block */
[all...]
/external/libxml2/
H A DHTMLparser.c5989 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data,
6011 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler));
6084 htmlSAXParseDoc(xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData) {
6206 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax,
6210 htmlSAXHandlerPtr oldsax = NULL;

Completed in 182 milliseconds