Searched refs:xmlRegexp (Results 1 – 6 of 6) sorted by relevance
28 typedef struct _xmlRegexp xmlRegexp; typedef29 typedef xmlRegexp *xmlRegexpPtr;
57 typedef struct _xmlRegexp xmlRegexp; typedef58 typedef xmlRegexp *xmlRegexpPtr;
462 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()467 memset(ret, 0, sizeof(xmlRegexp)); in xmlRegEpxFromParse()
72 <ANCHOR id="xmlRegexp" href="libxml/libxml-xmlregexp.html#xmlRegexp">
467 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()472 memset(ret, 0, sizeof(xmlRegexp)); in xmlRegEpxFromParse()
127470 - fprintf(stderr, " --expr: test xmlExp and not xmlRegexp\n");