htmlSAXHandler   4704 third_party/libxml/src/HTMLparser.c     htmlSAXHandler *sax;
htmlSAXHandler   4714 third_party/libxml/src/HTMLparser.c     sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler));
htmlSAXHandler   4720 third_party/libxml/src/HTMLparser.c         memset(sax, 0, sizeof(htmlSAXHandler));
htmlSAXHandler   6006 third_party/libxml/src/HTMLparser.c 	ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler));
htmlSAXHandler   6012 third_party/libxml/src/HTMLparser.c 	memcpy(ctxt->sax, sax, sizeof(htmlSAXHandler));