Lines Matching refs:PCRE2_SIZE
570 PCRE2_SIZE max_pattern_length;
589 PCRE2_SIZE offset_limit;
657 PCRE2_SIZE leftchar; /* Offset to leftmost code unit */
658 PCRE2_SIZE rightchar; /* Offset to rightmost code unit */
659 PCRE2_SIZE startchar; /* Offset to starting code unit */
664 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */
726 PCRE2_SIZE workspace_size; /* Size of workspace */
727 PCRE2_SIZE small_ref_offset[10]; /* Offsets for \1 to \9 */
728 PCRE2_SIZE erroroffset; /* Offset of error in pattern */
789 PCRE2_SIZE length; /* Used for character, string, or code lengths */
790 PCRE2_SIZE back_frame; /* Amount to subtract on RRETURN */
791 PCRE2_SIZE temp_size; /* Used for short-term PCRE2_SIZE values */
830 PCRE2_SIZE last_group_offset; /* Saved offset to most recent group frame */
831 PCRE2_SIZE offset_top; /* Offset after highest capture */
832 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */
839 ((sizeof(heapframe) % sizeof(PCRE2_SIZE)) == 0)? (+1):(-1)];
846 PCRE2_SIZE frame_vector_size; /* Size of a backtracking frame */
850 PCRE2_SIZE heap_limit; /* As it says */
860 PCRE2_SIZE start_offset; /* The start offset value */
861 PCRE2_SIZE end_offset_top; /* Highwater mark at end of match */
902 PCRE2_SIZE start_offset; /* The start offset value */
903 PCRE2_SIZE heap_limit; /* As it says */
904 PCRE2_SIZE heap_used; /* As it says */