Searched refs:xmlRegexp (Results 1 – 2 of 2) sorted by relevance
28 typedef struct _xmlRegexp xmlRegexp; typedef29 typedef xmlRegexp *xmlRegexpPtr;
429 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()434 memset(ret, 0, sizeof(xmlRegexp)); in xmlRegEpxFromParse()