Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c97 #define RE_OP_ATSTART 18 /* Currently at the start of the string */ macro
279 case RE_OP_ATSTART: { in re_match()
562 re_append(p, RE_OP_ATSTART, 0); in re_subcompile_string()