Searched refs:xmlRegexpExec (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h55 xmlRegexpExec (xmlRegexpPtr comp,
/external/libxml2/include/libxml/
H A Dxmlregexp.h55 xmlRegexpExec (xmlRegexpPtr comp,
/external/chromium_org/third_party/libxml/src/
H A DtestRegexp.c22 ret = xmlRegexpExec(comp, (const xmlChar *) value);
32 xmlRegexpExec(comp, (const xmlChar *) value);
H A Delfgcchack.h8242 #undef xmlRegexpExec macro
8243 extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias")));
8245 #ifndef xmlRegexpExec
8246 extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden")));
8247 #define xmlRegexpExec xmlRegexpExec__internal_alias macro
H A Dxmlschemastypes.c5306 ret = xmlRegexpExec(facet->regexp, value);
H A Dxmlregexp.c5477 * xmlRegexpExec:
5486 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) { function
H A Dxmlschemas.c24323 ret = xmlRegexpExec(facetLink->facet->regexp, value);
H A Dtestapi.c33507 ret_val = xmlRegexpExec(comp, (const xmlChar *)content);
33514 printf("Leak of %d blocks found in xmlRegexpExec",
[all...]
/external/libxml2/
H A Delfgcchack.h8368 #undef xmlRegexpExec macro
8369 extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias")));
8371 #ifndef xmlRegexpExec
8372 extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden")));
8373 #define xmlRegexpExec xmlRegexpExec__internal_alias macro
H A Dxmlschemastypes.c5313 ret = xmlRegexpExec(facet->regexp, value);
H A Dxmlregexp.c5491 * xmlRegexpExec:
5500 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) { function
H A Dxmlschemas.c24352 ret = xmlRegexpExec(facetLink->facet->regexp, value);

Completed in 2310 milliseconds