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

/external/chromium_org/third_party/libxml/src/
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));
/external/libxml2/
H A Dxmlregexp.c180 typedef struct _xmlAutomataState xmlRegState; typedef in typeref:struct:_xmlAutomataState
181 typedef xmlRegState *xmlRegStatePtr;
879 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
884 memset(ret, 0, sizeof(xmlRegState));

Completed in 71 milliseconds