Searched refs:re_append (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | regexp.c | 499 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re() 537 re_append(p, RE_OP_ANY, 0); in re_subcompile_string() 562 re_append(p, RE_OP_ATSTART, 0); in re_subcompile_string() 593 re_append(p, RE_OP_FORK, -sz); in re_subcompile_string() 600 re_append(p, RE_OP_CC_EXC, 0); in re_subcompile_string() 603 re_append(p, RE_OP_CC_INC, 0); in re_subcompile_string() 638 re_append(p, specialOp, 0); in re_subcompile_string() 641 re_append(p, RE_OP_MATCH, c); in re_subcompile_string() 646 re_append(p, RE_OP_MATCH, c); in re_subcompile_string() 692 re_append(pRe, RE_OP_ANYSTAR, 0); in re_compile() [all …]
|