Searched refs:xmlRegexp (Results 1 – 3 of 3) sorted by relevance
28 typedef struct _xmlRegexp xmlRegexp; typedef29 typedef xmlRegexp *xmlRegexpPtr;
72 <ANCHOR id="xmlRegexp" href="libxml/libxml-xmlregexp.html#xmlRegexp">
433 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()438 memset(ret, 0, sizeof(xmlRegexp)); in xmlRegEpxFromParse()