Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c3830 #define RE_OP_ACCEPT 6 /* Halt and indicate a successful match */ macro
4074 case RE_OP_ACCEPT: { in re_match()
4111 if( pRe->aOp[x]==RE_OP_ACCEPT ){ rc = 1; break; } in re_match()
4448 re_append(pRe, RE_OP_ACCEPT, 0); in re_compile()

Completed in 33 milliseconds