xmlRegExecCtxt     36 third_party/libxml/src/include/libxml/xmlregexp.h typedef struct _xmlRegExecCtxt xmlRegExecCtxt;
xmlRegExecCtxt     37 third_party/libxml/src/include/libxml/xmlregexp.h typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
xmlRegExecCtxt   3175 third_party/libxml/src/xmlregexp.c     xmlRegExecCtxt execval;
xmlRegExecCtxt   3496 third_party/libxml/src/xmlregexp.c     exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
xmlRegExecCtxt   3501 third_party/libxml/src/xmlregexp.c     memset(exec, 0, sizeof(xmlRegExecCtxt));