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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c174 typedef struct _xmlRegAtom xmlRegAtom; typedef in typeref:struct:_xmlRegAtom
175 typedef xmlRegAtom *xmlRegAtomPtr;
786 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
791 memset(ret, 0, sizeof(xmlRegAtom));
838 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
843 memset(ret, 0, sizeof(xmlRegAtom));
/external/libxml2/
H A Dxmlregexp.c177 typedef struct _xmlRegAtom xmlRegAtom; typedef in typeref:struct:_xmlRegAtom
178 typedef xmlRegAtom *xmlRegAtomPtr;
790 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
795 memset(ret, 0, sizeof(xmlRegAtom));
842 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
847 memset(ret, 0, sizeof(xmlRegAtom));

Completed in 46 milliseconds