Home | History | Annotate | Download | only in src

Lines Matching defs:end_code

527 PCRE2_SPTR end_code;
577 end_code = this_start_code;
580 size_t back = (size_t)GET(end_code, 2+LINK_SIZE);
582 end_code += GET(end_code, 1);
584 while (*end_code == OP_ALT);
621 end_code = this_start_code;
624 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0;
625 size_t back = (revlen == 0)? 0 : (size_t)GET(end_code, 2+LINK_SIZE);
628 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen);
631 end_code += GET(end_code, 1);
633 while (*end_code == OP_ALT);
644 end_code = this_start_code;
650 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
666 ADD_NEW((int)(end_code - start_code + length), 0);
667 end_code += GET(end_code, 1);
670 while (*end_code == OP_ALT);
859 if (code != end_code)