Home
last modified time | relevance | path

Searched refs:xmlRegexp (Results 1 – 6 of 6) sorted by relevance

/third_party/libxml2/include/libxml/
Dxmlregexp.h28 typedef struct _xmlRegexp xmlRegexp; typedef
29 typedef xmlRegexp *xmlRegexpPtr;
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.in.h57 typedef struct _xmlRegexp xmlRegexp; typedef
58 typedef xmlRegexp *xmlRegexpPtr;
Dxmlregexp.c462 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()
467 memset(ret, 0, sizeof(xmlRegexp)); in xmlRegEpxFromParse()
/third_party/libxml2/doc/html/
Dindex.sgml72 <ANCHOR id="xmlRegexp" href="libxml/libxml-xmlregexp.html#xmlRegexp">
/third_party/libxml2/
Dxmlregexp.c467 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()
472 memset(ret, 0, sizeof(xmlRegexp)); in xmlRegEpxFromParse()
/third_party/chromium/patch/
D0001-cve.patch127470 - fprintf(stderr, " --expr: test xmlExp and not xmlRegexp\n");