Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c85 #define RE_OP_ACCEPT 6 /* Halt and indicate a successful match */ macro
329 case RE_OP_ACCEPT: { in re_match()
366 if( pRe->aOp[x]==RE_OP_ACCEPT ){ rc = 1; break; } in re_match()
703 re_append(pRe, RE_OP_ACCEPT, 0); in re_compile()