HomeSort by relevance Sort by last modified time
    Searched refs:last_group_offset (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2_intmodedep.h 828 PCRE2_SIZE last_group_offset; /* Saved offset to most recent group frame */ member in struct:heapframe
    [all...]
pcre2_match.c 177 #define Flast_group_offset F->last_group_offset
235 if (Q->last_group_offset == PCRE2_UNSET)
238 fprintf(f, " lgoffset=%lu\n", Q->last_group_offset/frame_size);
758 offset = P->last_group_offset;
796 offset = P->last_group_offset;
    [all...]

Completed in 58 milliseconds