xmlExpCtxt        116 third_party/libxml/src/include/libxml/xmlregexp.h typedef struct _xmlExpCtxt xmlExpCtxt;
xmlExpCtxt        117 third_party/libxml/src/include/libxml/xmlregexp.h typedef xmlExpCtxt *xmlExpCtxtPtr;
xmlExpCtxt       6348 third_party/libxml/src/xmlregexp.c     ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt));
xmlExpCtxt       6351 third_party/libxml/src/xmlregexp.c     memset(ret, 0, sizeof(xmlExpCtxt));