Searched refs:OP_BRAZERO (Results 1 – 8 of 8) sorted by relevance
695 case OP_BRAZERO: in next_opcode()1189 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()1215 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()1373 case OP_BRAZERO: in set_private_data_ptrs()7307 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()7465 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()7541 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()7547 if (bra == OP_BRAZERO) in compile_assert_matchingpath()7560 if (bra == OP_BRAZERO) in compile_assert_matchingpath()7570 if (bra != OP_BRAZERO) in compile_assert_matchingpath()[all …]
261 case OP_BRAZERO: in find_minlength()1078 case OP_BRAZERO: in set_start_bits()
620 case OP_BRAZERO: in compare_opcodes()
1174 case OP_BRAZERO: in find_fixedlength()1480 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO || in could_be_empty_branch()5479 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()5494 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()5591 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
1564 OP_BRAZERO, /* 148 These two must remain together and in this */ enumerator
1436 if (*ecode == OP_BRAZERO) ecode++; in match()1949 case OP_BRAZERO: in match()
783 case OP_BRAZERO: in internal_dfa_match()
453 is preceded by one of OP_BRAZERO, OP_BRAMINZERO, or OP_SKIPZERO. These are461 compiled data its minimum number of times (or once with OP_BRAZERO if the466 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO