Searched refs:re_match (Results 1 – 5 of 5) sorted by relevance
91 re_match = key.search(name)92 if re_match:98 re_match = key.search(mangled)99 if re_match:149 re_match = key.search(name)150 if re_match:190 re_match = key.search(fullpath)191 if re_match:
63 re_match = key.search(value.name)64 if re_match:
86 re_match = key.search(module.path.fullpath)87 if re_match:
2710 fun:re_match=uninstrumented
6336 #define re_match sqlite3re_match macro6492 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match() function7046 sqlite3_result_int(context, re_match(pRe, zStr, -1)); in re_sql_func()