Lines Matching refs:end_code
538 PCRE2_SPTR end_code; in internal_dfa_match() local
589 end_code = this_start_code; in internal_dfa_match()
592 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match()
594 end_code += GET(end_code, 1); in internal_dfa_match()
596 while (*end_code == OP_ALT); in internal_dfa_match()
633 end_code = this_start_code; in internal_dfa_match()
636 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match()
637 size_t back = (revlen == 0)? 0 : (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match()
640 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match()
643 end_code += GET(end_code, 1); in internal_dfa_match()
645 while (*end_code == OP_ALT); in internal_dfa_match()
656 end_code = this_start_code; in internal_dfa_match()
662 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT); in internal_dfa_match()
678 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_match()
679 end_code += GET(end_code, 1); in internal_dfa_match()
682 while (*end_code == OP_ALT); in internal_dfa_match()
871 if (code != end_code) in internal_dfa_match()