Searched refs:OP_BRAZERO (Results 1 – 8 of 8) sorted by relevance
735 case OP_BRAZERO: in next_opcode()1231 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()1257 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()1414 case OP_BRAZERO: in set_private_data_ptrs()8396 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()8555 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()8631 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()8637 if (bra == OP_BRAZERO) in compile_assert_matchingpath()8650 if (bra == OP_BRAZERO) in compile_assert_matchingpath()8660 if (bra != OP_BRAZERO) in compile_assert_matchingpath()[all …]
272 case OP_BRAZERO: in find_minlength()1127 case OP_BRAZERO: in set_start_bits()
648 case OP_BRAZERO: in compare_opcodes()
1518 OP_BRAZERO, /* 147 These two must remain together and in this */ enumerator
6699 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()6714 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()6812 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
924 case OP_BRAZERO: in internal_dfa_match()
4849 case OP_BRAZERO: in match()
671 is preceded by one of OP_BRAZERO, OP_BRAMINZERO, or OP_SKIPZERO. These are679 compiled data its minimum number of times (or once with OP_BRAZERO if the684 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO