Searched refs:xmlRegState (Results 1 – 1 of 1) sorted by relevance
180 typedef struct _xmlAutomataState xmlRegState; typedef181 typedef xmlRegState *xmlRegStatePtr;879 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState)); in xmlRegNewState()884 memset(ret, 0, sizeof(xmlRegState)); in xmlRegNewState()