HomeSort by relevance Sort by last modified time
    Searched refs:xmlRegAtom (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 174 typedef struct _xmlRegAtom 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));
    [all...]
  /external/libxml2/
xmlregexp.c 177 typedef struct _xmlRegAtom 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));
    [all...]

Completed in 130 milliseconds