Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c180 typedef struct _xmlAutomataState xmlRegState; typedef
181 typedef xmlRegState *xmlRegStatePtr;
879 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState)); in xmlRegNewState()
884 memset(ret, 0, sizeof(xmlRegState)); in xmlRegNewState()