Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c175 typedef struct _xmlRegAtom xmlRegAtom; typedef
176 typedef xmlRegAtom *xmlRegAtomPtr;
814 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
819 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegNewAtom()
866 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()
871 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegCopyAtom()