Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c69 #define re_match sqlite3re_match macro
225 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match() function
779 sqlite3_result_int(context, re_match(pRe, zStr, -1)); in re_sql_func()