xmlParserCtxt    4830 third_party/libxml/src/HTMLparser.c     ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt));
xmlParserCtxt    4835 third_party/libxml/src/HTMLparser.c     memset(ctxt, 0, sizeof(xmlParserCtxt));
xmlParserCtxt      33 third_party/libxml/src/include/libxml/DOCBparser.h typedef xmlParserCtxt docbParserCtxt;
xmlParserCtxt      27 third_party/libxml/src/include/libxml/HTMLparser.h typedef xmlParserCtxt htmlParserCtxt;
xmlParserCtxt      37 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlParserCtxt xmlParserCtxt;
xmlParserCtxt      38 third_party/libxml/src/include/libxml/tree.h typedef xmlParserCtxt *xmlParserCtxtPtr;
xmlParserCtxt    1863 third_party/libxml/src/parserInternals.c     ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt));
xmlParserCtxt    1868 third_party/libxml/src/parserInternals.c     memset(ctxt, 0, sizeof(xmlParserCtxt));