Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c206 typedef struct _xmlRegAtom xmlRegAtom; typedef
207 typedef xmlRegAtom *xmlRegAtomPtr;
819 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
824 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegNewAtom()
871 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()
876 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegCopyAtom()
/third_party/libxml2/
Dxmlregexp.c183 typedef struct _xmlRegAtom xmlRegAtom; typedef
184 typedef xmlRegAtom *xmlRegAtomPtr;
822 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
827 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegNewAtom()
874 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()
879 memset(ret, 0, sizeof(xmlRegAtom)); in xmlRegCopyAtom()