Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c479 static const char *re_subcompile_string(ReCompiled*);
494 zErr = re_subcompile_string(p); in re_subcompile_re()
501 zErr = re_subcompile_string(p); in re_subcompile_re()
512 static const char *re_subcompile_string(ReCompiled *p){ in re_subcompile_string() function