xmlRegState       177 third_party/libxml/src/xmlregexp.c typedef struct _xmlAutomataState xmlRegState;
xmlRegState       178 third_party/libxml/src/xmlregexp.c typedef xmlRegState *xmlRegStatePtr;
xmlRegState       875 third_party/libxml/src/xmlregexp.c     ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
xmlRegState       880 third_party/libxml/src/xmlregexp.c     memset(ret, 0, sizeof(xmlRegState));