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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlregexp.h28 typedef struct _xmlRegexp xmlRegexp; typedef in typeref:struct:_xmlRegexp
29 typedef xmlRegexp *xmlRegexpPtr;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c423 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
428 memset(ret, 0, sizeof(xmlRegexp));

Completed in 112 milliseconds