next_end          927 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *next_end;
next_end          947 ext/pcre/pcrelib/pcre_jit_compile.c   next_end = bracketend(next);
next_end          948 ext/pcre/pcrelib/pcre_jit_compile.c   if (next_end - next != length || memcmp(begin, next, IN_UCHARS(length)) != 0)
next_end          950 ext/pcre/pcrelib/pcre_jit_compile.c   next = next_end;
next_end          966 ext/pcre/pcrelib/pcre_jit_compile.c     next_end = bracketend(next + 2 + LINK_SIZE);
next_end          967 ext/pcre/pcrelib/pcre_jit_compile.c     if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(length)) != 0)
next_end          969 ext/pcre/pcrelib/pcre_jit_compile.c     next = next_end;
next_end          975 ext/pcre/pcrelib/pcre_jit_compile.c     next_end = bracketend(next + 1);
next_end          976 ext/pcre/pcrelib/pcre_jit_compile.c     if (next_end - next == (length + 1) && memcmp(begin, next + 1, IN_UCHARS(length)) == 0)
next_end          978 ext/pcre/pcrelib/pcre_jit_compile.c       for (i = 0; i < max; i++, next_end += 1 + LINK_SIZE)
next_end          979 ext/pcre/pcrelib/pcre_jit_compile.c         if (*next_end != OP_KET)
next_end          984 ext/pcre/pcrelib/pcre_jit_compile.c         common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end;