Searched refs:xmlRegState (Results 1 – 1 of 1) sorted by relevance
177 typedef struct _xmlAutomataState xmlRegState; typedef178 typedef xmlRegState *xmlRegStatePtr;875 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState)); in xmlRegNewState()880 memset(ret, 0, sizeof(xmlRegState)); in xmlRegNewState()