Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c74 #define RE_EOF 0 /* End of input */ macro
265 while( c!=RE_EOF && pNext->nState>0 ){ in re_match()
558 re_append(p, RE_OP_MATCH, RE_EOF); in re_subcompile_string()