Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DDOCBparser.h33 typedef xmlParserCtxt docbParserCtxt;
DHTMLparser.h27 typedef xmlParserCtxt htmlParserCtxt;
Dtree.h37 typedef struct _xmlParserCtxt xmlParserCtxt; typedef
38 typedef xmlParserCtxt *xmlParserCtxtPtr;
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp1251 xmlParserCtxt* ctxt = static_cast<xmlParserCtxt*>(closure); in startDocumentHandler()
/external/libxml2/
DparserInternals.c1863 ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt)); in xmlNewParserCtxt()
1868 memset(ctxt, 0, sizeof(xmlParserCtxt)); in xmlNewParserCtxt()
DHTMLparser.c4835 ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt)); in htmlNewParserCtxt()
4840 memset(ctxt, 0, sizeof(xmlParserCtxt)); in htmlNewParserCtxt()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1031913 The difference was induced by the method we were using which did not accept a xmlParserCtxt.