eptr              150 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR eptr_start = eptr;
eptr              157 ext/pcre/pcrelib/pcre_exec.c if (eptr >= md->end_subject)
eptr              162 ext/pcre/pcrelib/pcre_exec.c   pchars(eptr, length, TRUE, md);
eptr              198 ext/pcre/pcrelib/pcre_exec.c       if (eptr >= md->end_subject) return -2;   /* Partial match */
eptr              199 ext/pcre/pcrelib/pcre_exec.c       GETCHARINC(c, eptr);
eptr              223 ext/pcre/pcrelib/pcre_exec.c       if (eptr >= md->end_subject) return -2;   /* Partial match */
eptr              224 ext/pcre/pcrelib/pcre_exec.c       cc = RAWUCHARTEST(eptr);
eptr              228 ext/pcre/pcrelib/pcre_exec.c       eptr++;
eptr              240 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject) return -2;   /* Partial match */
eptr              241 ext/pcre/pcrelib/pcre_exec.c     if (RAWUCHARINCTEST(p) != RAWUCHARINCTEST(eptr)) return -1;
eptr              245 ext/pcre/pcrelib/pcre_exec.c return (int)(eptr - eptr_start);
eptr              458 ext/pcre/pcrelib/pcre_exec.c   if (md->partial != 0 && eptr >= md->end_subject && \
eptr              459 ext/pcre/pcrelib/pcre_exec.c       eptr > md->start_used_ptr) \
eptr              466 ext/pcre/pcrelib/pcre_exec.c   if (md->partial != 0 && eptr > md->start_used_ptr) \
eptr              526 ext/pcre/pcrelib/pcre_exec.c frame->Xeptr = eptr;
eptr              656 ext/pcre/pcrelib/pcre_exec.c     int len = (char *)&rdepth - (char *)eptr;
eptr              725 ext/pcre/pcrelib/pcre_exec.c   newptrb.epb_saved_eptr = eptr;
eptr              743 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
eptr              758 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = eptr;
eptr              769 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
eptr              780 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
eptr              788 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
eptr              798 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
eptr              802 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = eptr;   /* Pass back current position */
eptr              815 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md,
eptr              833 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
eptr              842 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top,
eptr              865 ext/pcre/pcrelib/pcre_exec.c     saved_eptr = eptr;
eptr              869 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, eptrb, RM64);
eptr              899 ext/pcre/pcrelib/pcre_exec.c     eptr = md->end_match_ptr;
eptr              906 ext/pcre/pcrelib/pcre_exec.c     if (*ecode == OP_KET || eptr == saved_eptr)
eptr              918 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, eptrb, RM65);
eptr              925 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, prev, offset_top, md, eptrb, RM66);
eptr              954 ext/pcre/pcrelib/pcre_exec.c     pchars(eptr, 16, TRUE, md);
eptr              968 ext/pcre/pcrelib/pcre_exec.c         (int)(eptr - md->start_subject);
eptr              973 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
eptr             1069 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, eptrb,
eptr             1123 ext/pcre/pcrelib/pcre_exec.c     pchars(eptr, 16, TRUE, md);
eptr             1151 ext/pcre/pcrelib/pcre_exec.c           (int)(eptr - md->start_subject);
eptr             1153 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
eptr             1158 ext/pcre/pcrelib/pcre_exec.c           eptr = md->end_match_ptr;
eptr             1225 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md,
eptr             1230 ext/pcre/pcrelib/pcre_exec.c         eptr = md->end_match_ptr;
eptr             1290 ext/pcre/pcrelib/pcre_exec.c         cb.current_position = (int)(eptr - md->start_subject);
eptr             1456 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM3);
eptr             1499 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, eptrb, RM49);
eptr             1529 ext/pcre/pcrelib/pcre_exec.c       md->offset_vector[offset+1] = (int)(eptr - md->start_subject);
eptr             1547 ext/pcre/pcrelib/pcre_exec.c     if (eptr == mstart && op != OP_ASSERT_ACCEPT &&
eptr             1556 ext/pcre/pcrelib/pcre_exec.c     md->end_match_ptr = eptr;           /* Record where we ended */
eptr             1589 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM4);
eptr             1640 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM5);
eptr             1674 ext/pcre/pcrelib/pcre_exec.c         eptr--;
eptr             1675 ext/pcre/pcrelib/pcre_exec.c         if (eptr < md->start_subject) RRETURN(MATCH_NOMATCH);
eptr             1676 ext/pcre/pcrelib/pcre_exec.c         BACKCHAR(eptr);
eptr             1685 ext/pcre/pcrelib/pcre_exec.c       eptr -= GET(ecode, 1);
eptr             1686 ext/pcre/pcrelib/pcre_exec.c       if (eptr < md->start_subject) RRETURN(MATCH_NOMATCH);
eptr             1691 ext/pcre/pcrelib/pcre_exec.c     if (eptr < md->start_used_ptr) md->start_used_ptr = eptr;
eptr             1715 ext/pcre/pcrelib/pcre_exec.c       cb.current_position = (int)(eptr - md->start_subject);
eptr             1759 ext/pcre/pcrelib/pcre_exec.c         if (recno == ri->group_num && eptr == ri->subject_position)
eptr             1765 ext/pcre/pcrelib/pcre_exec.c       new_recursive.subject_position = eptr;
eptr             1796 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
eptr             1811 ext/pcre/pcrelib/pcre_exec.c           eptr = md->end_match_ptr;
eptr             1858 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, next, offset_top, md, eptrb, RM10);
eptr             1867 ext/pcre/pcrelib/pcre_exec.c     RMATCH(eptr, next + 1+LINK_SIZE, offset_top, md, eptrb, RM11);
eptr             1914 ext/pcre/pcrelib/pcre_exec.c       md->end_match_ptr = eptr;      /* For ONCE_NC */
eptr             1943 ext/pcre/pcrelib/pcre_exec.c         md->end_match_ptr = eptr;
eptr             1974 ext/pcre/pcrelib/pcre_exec.c         md->offset_vector[offset+1] = (int)(eptr - md->start_subject);
eptr             1988 ext/pcre/pcrelib/pcre_exec.c     if (*ecode == OP_KET || eptr == saved_eptr)
eptr             1992 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, eptrb, RM12);
eptr             2007 ext/pcre/pcrelib/pcre_exec.c       md->end_match_ptr = eptr;
eptr             2020 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, eptrb, RM7);
eptr             2024 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, prev, offset_top, md, eptrb, RM8);
eptr             2031 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, prev, offset_top, md, eptrb, RM50);
eptr             2039 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, prev, offset_top, md, eptrb, RM13);
eptr             2044 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, eptrb, RM9);
eptr             2057 ext/pcre/pcrelib/pcre_exec.c     if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
eptr             2062 ext/pcre/pcrelib/pcre_exec.c     if (eptr != md->start_subject) RRETURN(MATCH_NOMATCH);
eptr             2069 ext/pcre/pcrelib/pcre_exec.c     if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
eptr             2070 ext/pcre/pcrelib/pcre_exec.c     if (eptr != md->start_subject &&
eptr             2071 ext/pcre/pcrelib/pcre_exec.c         (eptr == md->end_subject || !WAS_NEWLINE(eptr)))
eptr             2079 ext/pcre/pcrelib/pcre_exec.c     if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH);
eptr             2086 ext/pcre/pcrelib/pcre_exec.c     mstart = eptr;
eptr             2094 ext/pcre/pcrelib/pcre_exec.c     if (eptr < md->end_subject)
eptr             2096 ext/pcre/pcrelib/pcre_exec.c       if (!IS_NEWLINE(eptr))
eptr             2099 ext/pcre/pcrelib/pcre_exec.c             eptr + 1 >= md->end_subject &&
eptr             2102 ext/pcre/pcrelib/pcre_exec.c             RAWUCHARTEST(eptr) == NLBLOCK->nl[0])
eptr             2130 ext/pcre/pcrelib/pcre_exec.c     if (eptr < md->end_subject) RRETURN(MATCH_NOMATCH);
eptr             2139 ext/pcre/pcrelib/pcre_exec.c     if (eptr < md->end_subject &&
eptr             2140 ext/pcre/pcrelib/pcre_exec.c         (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen))
eptr             2143 ext/pcre/pcrelib/pcre_exec.c           eptr + 1 >= md->end_subject &&
eptr             2146 ext/pcre/pcrelib/pcre_exec.c           RAWUCHARTEST(eptr) == NLBLOCK->nl[0])
eptr             2176 ext/pcre/pcrelib/pcre_exec.c         if (eptr == md->start_subject) prev_is_word = FALSE; else
eptr             2178 ext/pcre/pcrelib/pcre_exec.c           PCRE_PUCHAR lastptr = eptr - 1;
eptr             2198 ext/pcre/pcrelib/pcre_exec.c         if (eptr >= md->end_subject)
eptr             2205 ext/pcre/pcrelib/pcre_exec.c           GETCHAR(c, eptr);
eptr             2229 ext/pcre/pcrelib/pcre_exec.c         if (eptr == md->start_subject) prev_is_word = FALSE; else
eptr             2231 ext/pcre/pcrelib/pcre_exec.c           if (eptr <= md->start_used_ptr) md->start_used_ptr = eptr - 1;
eptr             2235 ext/pcre/pcrelib/pcre_exec.c             c = eptr[-1];
eptr             2244 ext/pcre/pcrelib/pcre_exec.c           prev_is_word = MAX_255(eptr[-1])
eptr             2245 ext/pcre/pcrelib/pcre_exec.c             && ((md->ctypes[eptr[-1]] & ctype_word) != 0);
eptr             2250 ext/pcre/pcrelib/pcre_exec.c         if (eptr >= md->end_subject)
eptr             2259 ext/pcre/pcrelib/pcre_exec.c           c = *eptr;
eptr             2268 ext/pcre/pcrelib/pcre_exec.c         cur_is_word = MAX_255(*eptr)
eptr             2269 ext/pcre/pcrelib/pcre_exec.c           && ((md->ctypes[*eptr] & ctype_word) != 0);
eptr             2284 ext/pcre/pcrelib/pcre_exec.c     if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
eptr             2286 ext/pcre/pcrelib/pcre_exec.c         eptr + 1 >= md->end_subject &&
eptr             2289 ext/pcre/pcrelib/pcre_exec.c         RAWUCHARTEST(eptr) == NLBLOCK->nl[0])
eptr             2300 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)   /* DO NOT merge the eptr++ here; it must */
eptr             2305 ext/pcre/pcrelib/pcre_exec.c     eptr++;
eptr             2307 ext/pcre/pcrelib/pcre_exec.c     if (utf) ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             2316 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)   /* DO NOT merge the eptr++ here; it must */
eptr             2321 ext/pcre/pcrelib/pcre_exec.c     eptr++;
eptr             2326 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2331 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2343 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2348 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2360 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2365 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2377 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2382 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2394 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2399 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2411 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2416 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2428 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2433 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2439 ext/pcre/pcrelib/pcre_exec.c       if (eptr >= md->end_subject)
eptr             2443 ext/pcre/pcrelib/pcre_exec.c       else if (RAWUCHARTEST(eptr) == CHAR_LF) eptr++;
eptr             2463 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2468 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2478 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2483 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2493 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2498 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2508 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2513 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2528 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2533 ext/pcre/pcrelib/pcre_exec.c     GETCHARINCTEST(c, eptr);
eptr             2621 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             2629 ext/pcre/pcrelib/pcre_exec.c       GETCHARINCTEST(c, eptr);
eptr             2631 ext/pcre/pcrelib/pcre_exec.c       while (eptr < md->end_subject)
eptr             2634 ext/pcre/pcrelib/pcre_exec.c         if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
eptr             2638 ext/pcre/pcrelib/pcre_exec.c         eptr += len;
eptr             2705 ext/pcre/pcrelib/pcre_exec.c       if ((length = match_ref(offset, eptr, length, md, caseless)) < 0)
eptr             2707 ext/pcre/pcrelib/pcre_exec.c         if (length == -2) eptr = md->end_subject;   /* Partial match */
eptr             2711 ext/pcre/pcrelib/pcre_exec.c       eptr += length;
eptr             2731 ext/pcre/pcrelib/pcre_exec.c       if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0)
eptr             2733 ext/pcre/pcrelib/pcre_exec.c         if (slength == -2) eptr = md->end_subject;   /* Partial match */
eptr             2737 ext/pcre/pcrelib/pcre_exec.c       eptr += slength;
eptr             2752 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, ecode, offset_top, md, eptrb, RM14);
eptr             2755 ext/pcre/pcrelib/pcre_exec.c         if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0)
eptr             2757 ext/pcre/pcrelib/pcre_exec.c           if (slength == -2) eptr = md->end_subject;   /* Partial match */
eptr             2761 ext/pcre/pcrelib/pcre_exec.c         eptr += slength;
eptr             2770 ext/pcre/pcrelib/pcre_exec.c       pp = eptr;
eptr             2774 ext/pcre/pcrelib/pcre_exec.c         if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0)
eptr             2787 ext/pcre/pcrelib/pcre_exec.c         eptr += slength;
eptr             2790 ext/pcre/pcrelib/pcre_exec.c       while (eptr >= pp)
eptr             2792 ext/pcre/pcrelib/pcre_exec.c         RMATCH(eptr, ecode, offset_top, md, eptrb, RM15);
eptr             2794 ext/pcre/pcrelib/pcre_exec.c         eptr -= length;
eptr             2856 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             2861 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             2876 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             2881 ext/pcre/pcrelib/pcre_exec.c           c = *eptr++;
eptr             2908 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM16);
eptr             2911 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             2916 ext/pcre/pcrelib/pcre_exec.c             GETCHARINC(c, eptr);
eptr             2931 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM17);
eptr             2934 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             2939 ext/pcre/pcrelib/pcre_exec.c             c = *eptr++;
eptr             2957 ext/pcre/pcrelib/pcre_exec.c         pp = eptr;
eptr             2965 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             2970 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             2977 ext/pcre/pcrelib/pcre_exec.c             eptr += len;
eptr             2981 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM18);
eptr             2983 ext/pcre/pcrelib/pcre_exec.c             if (eptr-- == pp) break;        /* Stop if tried at original pos */
eptr             2984 ext/pcre/pcrelib/pcre_exec.c             BACKCHAR(eptr);
eptr             2993 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             2998 ext/pcre/pcrelib/pcre_exec.c             c = *eptr;
eptr             3007 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             3009 ext/pcre/pcrelib/pcre_exec.c           while (eptr >= pp)
eptr             3011 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM19);
eptr             3013 ext/pcre/pcrelib/pcre_exec.c             eptr--;
eptr             3067 ext/pcre/pcrelib/pcre_exec.c         if (eptr >= md->end_subject)
eptr             3072 ext/pcre/pcrelib/pcre_exec.c         GETCHARINCTEST(c, eptr);
eptr             3088 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM20);
eptr             3091 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3096 ext/pcre/pcrelib/pcre_exec.c           GETCHARINCTEST(c, eptr);
eptr             3106 ext/pcre/pcrelib/pcre_exec.c         pp = eptr;
eptr             3110 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3116 ext/pcre/pcrelib/pcre_exec.c           GETCHARLENTEST(c, eptr, len);
eptr             3118 ext/pcre/pcrelib/pcre_exec.c           c = *eptr;
eptr             3121 ext/pcre/pcrelib/pcre_exec.c           eptr += len;
eptr             3125 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM21);
eptr             3127 ext/pcre/pcrelib/pcre_exec.c           if (eptr-- == pp) break;        /* Stop if tried at original pos */
eptr             3129 ext/pcre/pcrelib/pcre_exec.c           if (utf) BACKCHAR(eptr);
eptr             3148 ext/pcre/pcrelib/pcre_exec.c       if (length > md->end_subject - eptr)
eptr             3153 ext/pcre/pcrelib/pcre_exec.c       while (length-- > 0) if (*ecode++ != RAWUCHARINC(eptr)) RRETURN(MATCH_NOMATCH);
eptr             3159 ext/pcre/pcrelib/pcre_exec.c       if (md->end_subject - eptr < 1)
eptr             3164 ext/pcre/pcrelib/pcre_exec.c       if (ecode[1] != *eptr++) RRETURN(MATCH_NOMATCH);
eptr             3173 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             3193 ext/pcre/pcrelib/pcre_exec.c         pcre_uchar cc = RAWUCHAR(eptr);
eptr             3196 ext/pcre/pcrelib/pcre_exec.c         eptr++;
eptr             3206 ext/pcre/pcrelib/pcre_exec.c         GETCHARINC(dc, eptr);
eptr             3227 ext/pcre/pcrelib/pcre_exec.c           != TABLE_GET(*eptr, md->lcc, *eptr)) RRETURN(MATCH_NOMATCH);
eptr             3228 ext/pcre/pcrelib/pcre_exec.c       eptr++;
eptr             3324 ext/pcre/pcrelib/pcre_exec.c           if (eptr <= md->end_subject - length &&
eptr             3325 ext/pcre/pcrelib/pcre_exec.c             memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
eptr             3328 ext/pcre/pcrelib/pcre_exec.c                    eptr <= md->end_subject - oclength &&
eptr             3329 ext/pcre/pcrelib/pcre_exec.c                    memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
eptr             3344 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM22);
eptr             3347 ext/pcre/pcrelib/pcre_exec.c             if (eptr <= md->end_subject - length &&
eptr             3348 ext/pcre/pcrelib/pcre_exec.c               memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
eptr             3351 ext/pcre/pcrelib/pcre_exec.c                      eptr <= md->end_subject - oclength &&
eptr             3352 ext/pcre/pcrelib/pcre_exec.c                      memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
eptr             3365 ext/pcre/pcrelib/pcre_exec.c           pp = eptr;
eptr             3368 ext/pcre/pcrelib/pcre_exec.c             if (eptr <= md->end_subject - length &&
eptr             3369 ext/pcre/pcrelib/pcre_exec.c                 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
eptr             3372 ext/pcre/pcrelib/pcre_exec.c                      eptr <= md->end_subject - oclength &&
eptr             3373 ext/pcre/pcrelib/pcre_exec.c                      memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
eptr             3386 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM23);
eptr             3388 ext/pcre/pcrelib/pcre_exec.c             if (eptr == pp) { RRETURN(MATCH_NOMATCH); }
eptr             3390 ext/pcre/pcrelib/pcre_exec.c             eptr--;
eptr             3391 ext/pcre/pcrelib/pcre_exec.c             BACKCHAR(eptr);
eptr             3393 ext/pcre/pcrelib/pcre_exec.c             eptr -= length;
eptr             3419 ext/pcre/pcrelib/pcre_exec.c       max, (char *)eptr));
eptr             3444 ext/pcre/pcrelib/pcre_exec.c         if (eptr >= md->end_subject)
eptr             3449 ext/pcre/pcrelib/pcre_exec.c         cc = RAWUCHARTEST(eptr);
eptr             3451 ext/pcre/pcrelib/pcre_exec.c         eptr++;
eptr             3460 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM24);
eptr             3463 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3468 ext/pcre/pcrelib/pcre_exec.c           cc = RAWUCHARTEST(eptr);
eptr             3470 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             3476 ext/pcre/pcrelib/pcre_exec.c         pp = eptr;
eptr             3481 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3486 ext/pcre/pcrelib/pcre_exec.c           cc = RAWUCHARTEST(eptr);
eptr             3488 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             3493 ext/pcre/pcrelib/pcre_exec.c         while (eptr >= pp)
eptr             3495 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM25);
eptr             3496 ext/pcre/pcrelib/pcre_exec.c           eptr--;
eptr             3510 ext/pcre/pcrelib/pcre_exec.c         if (eptr >= md->end_subject)
eptr             3515 ext/pcre/pcrelib/pcre_exec.c         if (fc != RAWUCHARINCTEST(eptr)) RRETURN(MATCH_NOMATCH);
eptr             3524 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM26);
eptr             3527 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3532 ext/pcre/pcrelib/pcre_exec.c           if (fc != RAWUCHARINCTEST(eptr)) RRETURN(MATCH_NOMATCH);
eptr             3538 ext/pcre/pcrelib/pcre_exec.c         pp = eptr;
eptr             3541 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3546 ext/pcre/pcrelib/pcre_exec.c           if (fc != RAWUCHARTEST(eptr)) break;
eptr             3547 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             3551 ext/pcre/pcrelib/pcre_exec.c         while (eptr >= pp)
eptr             3553 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM27);
eptr             3554 ext/pcre/pcrelib/pcre_exec.c           eptr--;
eptr             3567 ext/pcre/pcrelib/pcre_exec.c     if (eptr >= md->end_subject)
eptr             3579 ext/pcre/pcrelib/pcre_exec.c       GETCHARINC(c, eptr);
eptr             3603 ext/pcre/pcrelib/pcre_exec.c       c = *eptr++;
eptr             3697 ext/pcre/pcrelib/pcre_exec.c       max, (char *)eptr));
eptr             3719 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3724 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(d, eptr);
eptr             3734 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3739 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
eptr             3740 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             3754 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM28);
eptr             3757 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3762 ext/pcre/pcrelib/pcre_exec.c             GETCHARINC(d, eptr);
eptr             3772 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM29);
eptr             3775 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3780 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) RRETURN(MATCH_NOMATCH);
eptr             3781 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             3791 ext/pcre/pcrelib/pcre_exec.c         pp = eptr;
eptr             3800 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3805 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(d, eptr, len);
eptr             3807 ext/pcre/pcrelib/pcre_exec.c             eptr += len;
eptr             3812 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM30);
eptr             3814 ext/pcre/pcrelib/pcre_exec.c             if (eptr-- == pp) break;        /* Stop if tried at original pos */
eptr             3815 ext/pcre/pcrelib/pcre_exec.c             BACKCHAR(eptr);
eptr             3824 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3829 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr || foc == *eptr) break;
eptr             3830 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             3833 ext/pcre/pcrelib/pcre_exec.c           while (eptr >= pp)
eptr             3835 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM31);
eptr             3837 ext/pcre/pcrelib/pcre_exec.c             eptr--;
eptr             3856 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3861 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(d, eptr);
eptr             3871 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             3876 ext/pcre/pcrelib/pcre_exec.c           if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
eptr             3890 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM32);
eptr             3893 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3898 ext/pcre/pcrelib/pcre_exec.c             GETCHARINC(d, eptr);
eptr             3908 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM33);
eptr             3911 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3916 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
eptr             3926 ext/pcre/pcrelib/pcre_exec.c         pp = eptr;
eptr             3935 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3940 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(d, eptr, len);
eptr             3942 ext/pcre/pcrelib/pcre_exec.c             eptr += len;
eptr             3947 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM34);
eptr             3949 ext/pcre/pcrelib/pcre_exec.c             if (eptr-- == pp) break;        /* Stop if tried at original pos */
eptr             3950 ext/pcre/pcrelib/pcre_exec.c             BACKCHAR(eptr);
eptr             3959 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             3964 ext/pcre/pcrelib/pcre_exec.c             if (fc == *eptr) break;
eptr             3965 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             3968 ext/pcre/pcrelib/pcre_exec.c           while (eptr >= pp)
eptr             3970 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM35);
eptr             3972 ext/pcre/pcrelib/pcre_exec.c             eptr--;
eptr             4073 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4078 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4086 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4091 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4103 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4108 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4117 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4122 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4131 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4136 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4146 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4151 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4161 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4166 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4177 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4182 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4194 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4199 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4211 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4216 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4242 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4250 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4252 ext/pcre/pcrelib/pcre_exec.c            while (eptr < md->end_subject)
eptr             4255 ext/pcre/pcrelib/pcre_exec.c               if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
eptr             4259 ext/pcre/pcrelib/pcre_exec.c               eptr += len;
eptr             4277 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4282 ext/pcre/pcrelib/pcre_exec.c           if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
eptr             4284 ext/pcre/pcrelib/pcre_exec.c               eptr + 1 >= md->end_subject &&
eptr             4287 ext/pcre/pcrelib/pcre_exec.c               RAWUCHAR(eptr) == NLBLOCK->nl[0])
eptr             4292 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4293 ext/pcre/pcrelib/pcre_exec.c           ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             4300 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4305 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4306 ext/pcre/pcrelib/pcre_exec.c           ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             4311 ext/pcre/pcrelib/pcre_exec.c         if (eptr > md->end_subject - min) RRETURN(MATCH_NOMATCH);
eptr             4312 ext/pcre/pcrelib/pcre_exec.c         eptr += min;
eptr             4318 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4323 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             4329 ext/pcre/pcrelib/pcre_exec.c             if (eptr < md->end_subject && RAWUCHAR(eptr) == CHAR_LF) eptr++;
eptr             4351 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4356 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             4368 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4373 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             4385 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4390 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             4402 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4407 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             4419 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4424 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             4435 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4440 ext/pcre/pcrelib/pcre_exec.c           cc = RAWUCHAR(eptr);
eptr             4443 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4453 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4458 ext/pcre/pcrelib/pcre_exec.c           cc = RAWUCHAR(eptr);
eptr             4461 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4462 ext/pcre/pcrelib/pcre_exec.c           ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             4471 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4476 ext/pcre/pcrelib/pcre_exec.c           cc = RAWUCHAR(eptr);
eptr             4479 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4489 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4494 ext/pcre/pcrelib/pcre_exec.c           cc = RAWUCHAR(eptr);
eptr             4497 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4498 ext/pcre/pcrelib/pcre_exec.c           ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             4507 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4512 ext/pcre/pcrelib/pcre_exec.c           cc = RAWUCHAR(eptr);
eptr             4515 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4535 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4540 ext/pcre/pcrelib/pcre_exec.c           if (IS_NEWLINE(eptr)) RRETURN(MATCH_NOMATCH);
eptr             4542 ext/pcre/pcrelib/pcre_exec.c               eptr + 1 >= md->end_subject &&
eptr             4545 ext/pcre/pcrelib/pcre_exec.c               *eptr == NLBLOCK->nl[0])
eptr             4550 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4555 ext/pcre/pcrelib/pcre_exec.c         if (eptr > md->end_subject - min)
eptr             4560 ext/pcre/pcrelib/pcre_exec.c         eptr += min;
eptr             4564 ext/pcre/pcrelib/pcre_exec.c         if (eptr > md->end_subject - min)
eptr             4569 ext/pcre/pcrelib/pcre_exec.c         eptr += min;
eptr             4575 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4580 ext/pcre/pcrelib/pcre_exec.c           switch(*eptr++)
eptr             4585 ext/pcre/pcrelib/pcre_exec.c             if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++;
eptr             4607 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4612 ext/pcre/pcrelib/pcre_exec.c           switch(*eptr++)
eptr             4627 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4632 ext/pcre/pcrelib/pcre_exec.c           switch(*eptr++)
eptr             4647 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4652 ext/pcre/pcrelib/pcre_exec.c           switch(*eptr++)
eptr             4667 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4672 ext/pcre/pcrelib/pcre_exec.c           switch(*eptr++)
eptr             4687 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4692 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_digit) != 0)
eptr             4694 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4701 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4706 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_digit) == 0)
eptr             4708 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4715 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4720 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_space) != 0)
eptr             4722 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4729 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4734 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_space) == 0)
eptr             4736 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4743 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4748 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_word) != 0)
eptr             4750 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4757 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             4762 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_word) == 0)
eptr             4764 ext/pcre/pcrelib/pcre_exec.c           eptr++;
eptr             4791 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM36);
eptr             4794 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4799 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4808 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM37);
eptr             4811 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4816 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4828 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM38);
eptr             4831 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4836 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4845 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM39);
eptr             4848 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4853 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4862 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM40);
eptr             4865 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4870 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4880 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM59);
eptr             4883 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4888 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4898 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM60);
eptr             4901 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4906 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4917 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM61);
eptr             4920 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4925 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4937 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM62);
eptr             4940 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4945 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4959 ext/pcre/pcrelib/pcre_exec.c             RMATCH(eptr, ecode, offset_top, md, eptrb, RM67);
eptr             4962 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             4967 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             4992 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM41);
eptr             4995 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             5003 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             5005 ext/pcre/pcrelib/pcre_exec.c             while (eptr < md->end_subject)
eptr             5008 ext/pcre/pcrelib/pcre_exec.c               if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
eptr             5012 ext/pcre/pcrelib/pcre_exec.c               eptr += len;
eptr             5026 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM42);
eptr             5029 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             5034 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
eptr             5036 ext/pcre/pcrelib/pcre_exec.c           GETCHARINC(c, eptr);
eptr             5041 ext/pcre/pcrelib/pcre_exec.c                 eptr >= md->end_subject &&
eptr             5060 ext/pcre/pcrelib/pcre_exec.c               if (eptr < md->end_subject && RAWUCHAR(eptr) == CHAR_LF) eptr++;
eptr             5151 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM43);
eptr             5154 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             5159 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
eptr             5161 ext/pcre/pcrelib/pcre_exec.c           c = *eptr++;
eptr             5166 ext/pcre/pcrelib/pcre_exec.c                 eptr >= md->end_subject &&
eptr             5185 ext/pcre/pcrelib/pcre_exec.c               if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++;
eptr             5289 ext/pcre/pcrelib/pcre_exec.c       pp = eptr;  /* Remember where we started */
eptr             5300 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5305 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5307 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5316 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5321 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5327 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5335 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5340 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5342 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5350 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5355 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5357 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5365 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5370 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5372 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5381 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5386 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5390 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5398 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5403 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5408 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5416 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5421 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5426 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5435 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5440 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5445 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5454 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5459 ext/pcre/pcrelib/pcre_exec.c             GETCHARLENTEST(c, eptr, len);
eptr             5468 ext/pcre/pcrelib/pcre_exec.c             eptr += len;
eptr             5482 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM44);
eptr             5484 ext/pcre/pcrelib/pcre_exec.c           if (eptr-- == pp) break;        /* Stop if tried at original pos */
eptr             5485 ext/pcre/pcrelib/pcre_exec.c           if (utf) BACKCHAR(eptr);
eptr             5496 ext/pcre/pcrelib/pcre_exec.c           if (eptr >= md->end_subject)
eptr             5504 ext/pcre/pcrelib/pcre_exec.c             GETCHARINCTEST(c, eptr);
eptr             5506 ext/pcre/pcrelib/pcre_exec.c             while (eptr < md->end_subject)
eptr             5509 ext/pcre/pcrelib/pcre_exec.c               if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); }
eptr             5513 ext/pcre/pcrelib/pcre_exec.c               eptr += len;
eptr             5525 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM45);
eptr             5527 ext/pcre/pcrelib/pcre_exec.c           if (eptr-- == pp) break;        /* Stop if tried at original pos */
eptr             5530 ext/pcre/pcrelib/pcre_exec.c             if (!utf) c = *eptr; else
eptr             5532 ext/pcre/pcrelib/pcre_exec.c               BACKCHAR(eptr);
eptr             5533 ext/pcre/pcrelib/pcre_exec.c               GETCHAR(c, eptr);
eptr             5536 ext/pcre/pcrelib/pcre_exec.c             eptr--;
eptr             5554 ext/pcre/pcrelib/pcre_exec.c               if (eptr >= md->end_subject)
eptr             5559 ext/pcre/pcrelib/pcre_exec.c               if (IS_NEWLINE(eptr)) break;
eptr             5561 ext/pcre/pcrelib/pcre_exec.c                   eptr + 1 >= md->end_subject &&
eptr             5564 ext/pcre/pcrelib/pcre_exec.c                   RAWUCHAR(eptr) == NLBLOCK->nl[0])
eptr             5569 ext/pcre/pcrelib/pcre_exec.c               eptr++;
eptr             5570 ext/pcre/pcrelib/pcre_exec.c               ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             5580 ext/pcre/pcrelib/pcre_exec.c               if (eptr >= md->end_subject)
eptr             5585 ext/pcre/pcrelib/pcre_exec.c               if (IS_NEWLINE(eptr)) break;
eptr             5587 ext/pcre/pcrelib/pcre_exec.c                   eptr + 1 >= md->end_subject &&
eptr             5590 ext/pcre/pcrelib/pcre_exec.c                   RAWUCHAR(eptr) == NLBLOCK->nl[0])
eptr             5595 ext/pcre/pcrelib/pcre_exec.c               eptr++;
eptr             5596 ext/pcre/pcrelib/pcre_exec.c               ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             5606 ext/pcre/pcrelib/pcre_exec.c               if (eptr >= md->end_subject)
eptr             5611 ext/pcre/pcrelib/pcre_exec.c               eptr++;
eptr             5612 ext/pcre/pcrelib/pcre_exec.c               ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++);
eptr             5617 ext/pcre/pcrelib/pcre_exec.c             eptr = md->end_subject;   /* Unlimited UTF-8 repeat */
eptr             5626 ext/pcre/pcrelib/pcre_exec.c           if (c > (unsigned int)(md->end_subject - eptr))
eptr             5628 ext/pcre/pcrelib/pcre_exec.c             eptr = md->end_subject;
eptr             5631 ext/pcre/pcrelib/pcre_exec.c           else eptr += c;
eptr             5638 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5643 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5646 ext/pcre/pcrelib/pcre_exec.c               if (++eptr >= md->end_subject) break;
eptr             5647 ext/pcre/pcrelib/pcre_exec.c               if (RAWUCHAR(eptr) == CHAR_LF) eptr++;
eptr             5659 ext/pcre/pcrelib/pcre_exec.c               eptr += len;
eptr             5670 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5675 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5682 ext/pcre/pcrelib/pcre_exec.c             eptr += len;
eptr             5692 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5697 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5704 ext/pcre/pcrelib/pcre_exec.c             eptr += len;
eptr             5712 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5717 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5719 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5727 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5732 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5734 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5742 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5747 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5749 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5757 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5762 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5764 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5772 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5777 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5779 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5787 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5792 ext/pcre/pcrelib/pcre_exec.c             GETCHARLEN(c, eptr, len);
eptr             5794 ext/pcre/pcrelib/pcre_exec.c             eptr+= len;
eptr             5811 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM46);
eptr             5813 ext/pcre/pcrelib/pcre_exec.c           if (eptr-- == pp) break;        /* Stop if tried at original pos */
eptr             5814 ext/pcre/pcrelib/pcre_exec.c           BACKCHAR(eptr);
eptr             5815 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANYNL && eptr > pp  && RAWUCHAR(eptr) == CHAR_NL &&
eptr             5816 ext/pcre/pcrelib/pcre_exec.c               RAWUCHAR(eptr - 1) == CHAR_CR) eptr--;
eptr             5828 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5833 ext/pcre/pcrelib/pcre_exec.c             if (IS_NEWLINE(eptr)) break;
eptr             5835 ext/pcre/pcrelib/pcre_exec.c                 eptr + 1 >= md->end_subject &&
eptr             5838 ext/pcre/pcrelib/pcre_exec.c                 *eptr == NLBLOCK->nl[0])
eptr             5843 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             5850 ext/pcre/pcrelib/pcre_exec.c           if (c > (unsigned int)(md->end_subject - eptr))
eptr             5852 ext/pcre/pcrelib/pcre_exec.c             eptr = md->end_subject;
eptr             5855 ext/pcre/pcrelib/pcre_exec.c           else eptr += c;
eptr             5861 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5866 ext/pcre/pcrelib/pcre_exec.c             c = *eptr;
eptr             5869 ext/pcre/pcrelib/pcre_exec.c               if (++eptr >= md->end_subject) break;
eptr             5870 ext/pcre/pcrelib/pcre_exec.c               if (*eptr == CHAR_LF) eptr++;
eptr             5880 ext/pcre/pcrelib/pcre_exec.c               eptr++;
eptr             5888 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5893 ext/pcre/pcrelib/pcre_exec.c             switch(*eptr)
eptr             5895 ext/pcre/pcrelib/pcre_exec.c               default: eptr++; break;
eptr             5909 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5914 ext/pcre/pcrelib/pcre_exec.c             switch(*eptr)
eptr             5921 ext/pcre/pcrelib/pcre_exec.c               eptr++; break;
eptr             5930 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5935 ext/pcre/pcrelib/pcre_exec.c             switch(*eptr)
eptr             5937 ext/pcre/pcrelib/pcre_exec.c               default: eptr++; break;
eptr             5951 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5956 ext/pcre/pcrelib/pcre_exec.c             switch(*eptr)
eptr             5963 ext/pcre/pcrelib/pcre_exec.c               eptr++; break;
eptr             5972 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5977 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_digit) != 0) break;
eptr             5978 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             5985 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             5990 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_digit) == 0) break;
eptr             5991 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             5998 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             6003 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_space) != 0) break;
eptr             6004 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             6011 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             6016 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_space) == 0) break;
eptr             6017 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             6024 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             6029 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_word) != 0) break;
eptr             6030 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             6037 ext/pcre/pcrelib/pcre_exec.c             if (eptr >= md->end_subject)
eptr             6042 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_word) == 0) break;
eptr             6043 ext/pcre/pcrelib/pcre_exec.c             eptr++;
eptr             6058 ext/pcre/pcrelib/pcre_exec.c         while (eptr >= pp)
eptr             6060 ext/pcre/pcrelib/pcre_exec.c           RMATCH(eptr, ecode, offset_top, md, eptrb, RM47);
eptr             6062 ext/pcre/pcrelib/pcre_exec.c           eptr--;
eptr             6063 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANYNL && eptr > pp  && *eptr == CHAR_LF &&
eptr             6064 ext/pcre/pcrelib/pcre_exec.c               eptr[-1] == CHAR_CR) eptr--;
eptr              592 ext/pcre/pcrelib/pcre_internal.h #define GETCHAR(c, eptr) c = *eptr;
eptr              593 ext/pcre/pcrelib/pcre_internal.h #define GETCHARTEST(c, eptr) c = *eptr;
eptr              594 ext/pcre/pcrelib/pcre_internal.h #define GETCHARINC(c, eptr) c = *eptr++;
eptr              595 ext/pcre/pcrelib/pcre_internal.h #define GETCHARINCTEST(c, eptr) c = *eptr++;
eptr              596 ext/pcre/pcrelib/pcre_internal.h #define GETCHARLEN(c, eptr, len) c = *eptr;
eptr              597 ext/pcre/pcrelib/pcre_internal.h #define RAWUCHAR(eptr) (*(eptr))
eptr              598 ext/pcre/pcrelib/pcre_internal.h #define RAWUCHARINC(eptr) (*(eptr)++)
eptr              599 ext/pcre/pcrelib/pcre_internal.h #define RAWUCHARTEST(eptr) (*(eptr))
eptr              600 ext/pcre/pcrelib/pcre_internal.h #define RAWUCHARINCTEST(eptr) (*(eptr)++)
eptr              618 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x1f) << 6) | (eptr[1] & 0x3f); \
eptr              620 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x0f) << 12) | ((eptr[1] & 0x3f) << 6) | (eptr[2] & 0x3f); \
eptr              622 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x07) << 18) | ((eptr[1] & 0x3f) << 12) | \
eptr              623 ext/pcre/pcrelib/pcre_internal.h       ((eptr[2] & 0x3f) << 6) | (eptr[3] & 0x3f); \
eptr              625 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x03) << 24) | ((eptr[1] & 0x3f) << 18) | \
eptr              626 ext/pcre/pcrelib/pcre_internal.h           ((eptr[2] & 0x3f) << 12) | ((eptr[3] & 0x3f) << 6) | \
eptr              627 ext/pcre/pcrelib/pcre_internal.h           (eptr[4] & 0x3f); \
eptr              629 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x01) << 30) | ((eptr[1] & 0x3f) << 24) | \
eptr              630 ext/pcre/pcrelib/pcre_internal.h           ((eptr[2] & 0x3f) << 18) | ((eptr[3] & 0x3f) << 12) | \
eptr              631 ext/pcre/pcrelib/pcre_internal.h           ((eptr[4] & 0x3f) << 6) | (eptr[5] & 0x3f); \
eptr              640 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x1f) << 6) | (*eptr++ & 0x3f); \
eptr              643 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x0f) << 12) | ((*eptr & 0x3f) << 6) | (eptr[1] & 0x3f); \
eptr              644 ext/pcre/pcrelib/pcre_internal.h       eptr += 2; \
eptr              648 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x07) << 18) | ((*eptr & 0x3f) << 12) | \
eptr              649 ext/pcre/pcrelib/pcre_internal.h           ((eptr[1] & 0x3f) << 6) | (eptr[2] & 0x3f); \
eptr              650 ext/pcre/pcrelib/pcre_internal.h       eptr += 3; \
eptr              654 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x03) << 24) | ((*eptr & 0x3f) << 18) | \
eptr              655 ext/pcre/pcrelib/pcre_internal.h           ((eptr[1] & 0x3f) << 12) | ((eptr[2] & 0x3f) << 6) | \
eptr              656 ext/pcre/pcrelib/pcre_internal.h           (eptr[3] & 0x3f); \
eptr              657 ext/pcre/pcrelib/pcre_internal.h       eptr += 4; \
eptr              661 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x01) << 30) | ((*eptr & 0x3f) << 24) | \
eptr              662 ext/pcre/pcrelib/pcre_internal.h           ((eptr[1] & 0x3f) << 18) | ((eptr[2] & 0x3f) << 12) | \
eptr              663 ext/pcre/pcrelib/pcre_internal.h           ((eptr[3] & 0x3f) << 6) | (eptr[4] & 0x3f); \
eptr              664 ext/pcre/pcrelib/pcre_internal.h       eptr += 5; \
eptr              697 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              698 ext/pcre/pcrelib/pcre_internal.h   if (c >= 0xc0) GETUTF8(c, eptr);
eptr              704 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              705 ext/pcre/pcrelib/pcre_internal.h   if (utf && c >= 0xc0) GETUTF8(c, eptr);
eptr              711 ext/pcre/pcrelib/pcre_internal.h   c = *eptr++; \
eptr              712 ext/pcre/pcrelib/pcre_internal.h   if (c >= 0xc0) GETUTF8INC(c, eptr);
eptr              718 ext/pcre/pcrelib/pcre_internal.h   c = *eptr++; \
eptr              719 ext/pcre/pcrelib/pcre_internal.h   if (utf && c >= 0xc0) GETUTF8INC(c, eptr);
eptr              728 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x1f) << 6) | (eptr[1] & 0x3f); \
eptr              733 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x0f) << 12) | ((eptr[1] & 0x3f) << 6) | (eptr[2] & 0x3f); \
eptr              738 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x07) << 18) | ((eptr[1] & 0x3f) << 12) | \
eptr              739 ext/pcre/pcrelib/pcre_internal.h           ((eptr[2] & 0x3f) << 6) | (eptr[3] & 0x3f); \
eptr              744 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x03) << 24) | ((eptr[1] & 0x3f) << 18) | \
eptr              745 ext/pcre/pcrelib/pcre_internal.h           ((eptr[2] & 0x3f) << 12) | ((eptr[3] & 0x3f) << 6) | \
eptr              746 ext/pcre/pcrelib/pcre_internal.h           (eptr[4] & 0x3f); \
eptr              751 ext/pcre/pcrelib/pcre_internal.h       c = ((c & 0x01) << 30) | ((eptr[1] & 0x3f) << 24) | \
eptr              752 ext/pcre/pcrelib/pcre_internal.h           ((eptr[2] & 0x3f) << 18) | ((eptr[3] & 0x3f) << 12) | \
eptr              753 ext/pcre/pcrelib/pcre_internal.h           ((eptr[4] & 0x3f) << 6) | (eptr[5] & 0x3f); \
eptr              762 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              763 ext/pcre/pcrelib/pcre_internal.h   if (c >= 0xc0) GETUTF8LEN(c, eptr, len);
eptr              770 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              771 ext/pcre/pcrelib/pcre_internal.h   if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len);
eptr              777 ext/pcre/pcrelib/pcre_internal.h   (*(eptr))
eptr              783 ext/pcre/pcrelib/pcre_internal.h   (*((eptr)++))
eptr              789 ext/pcre/pcrelib/pcre_internal.h   (*(eptr))
eptr              795 ext/pcre/pcrelib/pcre_internal.h   (*((eptr)++))
eptr              801 ext/pcre/pcrelib/pcre_internal.h #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr--
eptr              804 ext/pcre/pcrelib/pcre_internal.h #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++
eptr              808 ext/pcre/pcrelib/pcre_internal.h   while((condition) && ((eptr) & 0xc0) == 0x80) action
eptr              834 ext/pcre/pcrelib/pcre_internal.h    { c = (((c & 0x3ff) << 10) | (eptr[1] & 0x3ff)) + 0x10000; }
eptr              840 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              841 ext/pcre/pcrelib/pcre_internal.h   if ((c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
eptr              847 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              848 ext/pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
eptr              854 ext/pcre/pcrelib/pcre_internal.h    { c = (((c & 0x3ff) << 10) | (*eptr++ & 0x3ff)) + 0x10000; }
eptr              860 ext/pcre/pcrelib/pcre_internal.h   c = *eptr++; \
eptr              861 ext/pcre/pcrelib/pcre_internal.h   if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
eptr              867 ext/pcre/pcrelib/pcre_internal.h   c = *eptr++; \
eptr              868 ext/pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
eptr              874 ext/pcre/pcrelib/pcre_internal.h    { c = (((c & 0x3ff) << 10) | (eptr[1] & 0x3ff)) + 0x10000; len++; }
eptr              881 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              882 ext/pcre/pcrelib/pcre_internal.h   if ((c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
eptr              889 ext/pcre/pcrelib/pcre_internal.h   c = *eptr; \
eptr              890 ext/pcre/pcrelib/pcre_internal.h   if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
eptr              896 ext/pcre/pcrelib/pcre_internal.h   (*(eptr))
eptr              902 ext/pcre/pcrelib/pcre_internal.h   (*((eptr)++))
eptr              908 ext/pcre/pcrelib/pcre_internal.h   (*(eptr))
eptr              914 ext/pcre/pcrelib/pcre_internal.h   (*((eptr)++))
eptr              921 ext/pcre/pcrelib/pcre_internal.h #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr--
eptr              924 ext/pcre/pcrelib/pcre_internal.h #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr++
eptr              928 ext/pcre/pcrelib/pcre_internal.h   if ((condition) && ((eptr) & 0xfc00) == 0xdc00) action
eptr              943 ext/pcre/pcrelib/pcre_internal.h   c = *(eptr);
eptr              949 ext/pcre/pcrelib/pcre_internal.h   c = *(eptr);
eptr              955 ext/pcre/pcrelib/pcre_internal.h   c = *((eptr)++);
eptr              961 ext/pcre/pcrelib/pcre_internal.h   c = *((eptr)++);
eptr              968 ext/pcre/pcrelib/pcre_internal.h   GETCHAR(c, eptr)
eptr              975 ext/pcre/pcrelib/pcre_internal.h   GETCHARTEST(c, eptr)
eptr              981 ext/pcre/pcrelib/pcre_internal.h   (*(eptr))
eptr              987 ext/pcre/pcrelib/pcre_internal.h   (*((eptr)++))
eptr              993 ext/pcre/pcrelib/pcre_internal.h   (*(eptr))
eptr              999 ext/pcre/pcrelib/pcre_internal.h   (*((eptr)++))