xmlRegexp          28 third_party/libxml/src/include/libxml/xmlregexp.h typedef struct _xmlRegexp xmlRegexp;
xmlRegexp          29 third_party/libxml/src/include/libxml/xmlregexp.h typedef xmlRegexp *xmlRegexpPtr;
xmlRegexp         429 third_party/libxml/src/xmlregexp.c     ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
xmlRegexp         434 third_party/libxml/src/xmlregexp.c     memset(ret, 0, sizeof(xmlRegexp));