Home
last modified time | relevance | path

Searched refs:xmlRegState (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c177 typedef struct _xmlAutomataState xmlRegState; typedef
178 typedef xmlRegState *xmlRegStatePtr;
875 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState)); in xmlRegNewState()
880 memset(ret, 0, sizeof(xmlRegState)); in xmlRegNewState()