Searched refs:xmlRegexpCompile (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestRegexp.c67 comp = xmlRegexpCompile((const xmlChar *) pattern);
74 comp = xmlRegexpCompile((const xmlChar *) expression);
355 comp = xmlRegexpCompile((const xmlChar *) pattern);
H A Delfgcchack.h8150 #undef xmlRegexpCompile macro
8151 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
8153 #ifndef xmlRegexpCompile
8154 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
8155 #define xmlRegexpCompile xmlRegexpCompile__internal_alias macro
H A Dxmlregexp.c5419 * xmlRegexpCompile:
5429 xmlRegexpCompile(const xmlChar *regexp) { function
H A Dxmlschemas.c18642 facet->regexp = xmlRegexpCompile(facet->value);
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5767 if (!PyArg_ParseTuple(args, (char *)"z:xmlRegexpCompile", &regexp))
5770 c_retval = xmlRegexpCompile(regexp);

Completed in 632 milliseconds