Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c3825 #define RE_OP_MATCH 1 /* Match the one character in the argument */ macro
4020 case RE_OP_MATCH: { in re_match()
4303 re_append(p, RE_OP_MATCH, RE_EOF); in re_subcompile_string()
4386 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
4391 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
4464 for(j=0, i=1; j<(int)sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()

Completed in 33 milliseconds