Searched refs:re_append (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 6673 static int re_append(ReCompiled *p, int op, int arg){ in re_append() function 6766 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re() 6801 re_append(p, RE_OP_ANYSTAR, 0); in re_subcompile_string() 6804 re_append(p, RE_OP_ANY, 0); in re_subcompile_string() 6811 re_append(p, RE_OP_FORK, iPrev - p->nState + 1); in re_subcompile_string() 6816 re_append(p, RE_OP_FORK, iPrev - p->nState); in re_subcompile_string() 6825 re_append(p, RE_OP_MATCH, RE_EOF); in re_subcompile_string() 6829 re_append(p, RE_OP_ATSTART, 0); in re_subcompile_string() 6856 re_append(p, RE_OP_FORK, sz+1); in re_subcompile_string() 6860 re_append(p, RE_OP_FORK, -sz); in re_subcompile_string() [all …]
|