Searched refs:OP_STARI (Results 1 – 5 of 5) sorted by relevance
467 case OP_STARI: in find_minlength()943 case OP_STARI: in set_start_bits()
2019 case OP_STARI: in find_fixedlength()2162 case OP_STARI: in PRIV()2292 case OP_STARI: in find_recurse()2589 case OP_STARI: in could_be_empty_branch()4823 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()5532 case OP_STARI: *tempcode = OP_POSSTARI; break; in compile_branch()
3281 case OP_STARI: in match()3292 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()3316 if (op >= OP_STARI && /* Caseless */ in match()3421 if (op >= OP_STARI) /* Caseless */ in match()
1949 OP_STARI, /* 46 */ enumerator
223 OP_STAR OP_STARI
Completed in 69 milliseconds