Searched refs:xmlParserCtxt (Results 1 – 7 of 7) sorted by relevance
33 typedef xmlParserCtxt docbParserCtxt;
27 typedef xmlParserCtxt htmlParserCtxt;
37 typedef struct _xmlParserCtxt xmlParserCtxt; typedef38 typedef xmlParserCtxt *xmlParserCtxtPtr;
1251 xmlParserCtxt* ctxt = static_cast<xmlParserCtxt*>(closure); in startDocumentHandler()
1863 ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt)); in xmlNewParserCtxt()1868 memset(ctxt, 0, sizeof(xmlParserCtxt)); in xmlNewParserCtxt()
4835 ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt)); in htmlNewParserCtxt()4840 memset(ctxt, 0, sizeof(xmlParserCtxt)); in htmlNewParserCtxt()
31913 The difference was induced by the method we were using which did not accept a xmlParserCtxt.