Searched defs:xmlRegState (Results 1 - 1 of 1) sorted by relevance

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

Completed in 38 milliseconds