Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c7129 #define RE_OP_MATCH 1 /* Match the one character in the argument */ macro
7324 case RE_OP_MATCH: { in re_match()
7607 re_append(p, RE_OP_MATCH, RE_EOF); in re_subcompile_string()
7690 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
7695 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
7769 for(j=0, i=1; j<(int)sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()