Searched defs:slre_match (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp173 int slre_match(const char *regexp, const char *buf, int buf_len,
176 /* Possible flags for slre_match() */
180 /* slre_match() failure codes */
625 int slre_match(const char *regexp, const char *s, int s_len, function in namespace:buildtool
3654 int res = slre_match(pattern.c_str(), str.c_str(), str.length(), NULL, 0, SLRE_IGNORE_CASE);

Completed in 52 milliseconds