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

/external/libxml2/include/libxml/
H A Dxmlregexp.h28 typedef struct _xmlRegexp xmlRegexp; typedef in typeref:struct:_xmlRegexp
29 typedef xmlRegexp *xmlRegexpPtr;
/external/libxml2/
H A Dxmlregexp.c433 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
438 memset(ret, 0, sizeof(xmlRegexp));

Completed in 29 milliseconds