Lines Matching refs:uint32_t

568   int (*stack_guard)(uint32_t, void *);
574 uint32_t parens_nest_limit;
575 uint32_t extra_options;
589 uint32_t heap_limit;
590 uint32_t match_limit;
591 uint32_t depth_limit;
598 uint32_t glob_separator;
599 uint32_t glob_escape;
623 uint32_t magic_number; /* Paranoid and endianness check */
624 uint32_t compile_options; /* Options passed to pcre2_compile() */
625 uint32_t overall_options; /* Options after processing the pattern */
626 uint32_t extra_options; /* Taken from compile_context */
627 uint32_t flags; /* Various state flags */
628 uint32_t limit_heap; /* Limit set in the pattern */
629 uint32_t limit_match; /* Limit set in the pattern */
630 uint32_t limit_depth; /* Limit set in the pattern */
631 uint32_t first_codeunit; /* Starting code unit */
632 uint32_t last_codeunit; /* This codeunit must be seen */
682 uint32_t *groupptr;
705 uint32_t number; /* Group number */
733 uint32_t named_group_list_size; /* Number of entries in the list */
734 uint32_t external_options; /* External (initial) options */
735 uint32_t external_flags; /* External flag bits to be set */
736 uint32_t bracount; /* Count of capturing parentheses */
737 uint32_t lastcapture; /* Last capture encountered */
738 uint32_t *parsed_pattern; /* Parsed pattern buffer */
739 uint32_t *parsed_pattern_end; /* Parsed pattern should not get here */
740 uint32_t *groupinfo; /* Group info vector */
741 uint32_t top_backref; /* Maximum back reference */
742 uint32_t backref_map; /* Bitmap of low back refs */
743 uint32_t nltype; /* Newline type */
744 uint32_t nllen; /* Newline string length */
745 uint32_t class_range_start; /* Overall class range start */
746 uint32_t class_range_end; /* Overall class range end */
770 uint32_t group_num;
790 uint32_t rdepth; /* "Recursion" depth */
791 uint32_t group_frame_type; /* Type information for group frames */
792 uint32_t temp_32[4]; /* Used for short-term 32-bit or BOOL values */
826 uint32_t current_recurse; /* Current (deepest) recursion number */
827 uint32_t capture_last; /* Most recent capture */
849 uint32_t match_limit; /* As it says */
850 uint32_t match_limit_depth; /* As it says */
851 uint32_t match_call_count; /* Number of times a new frame is created */
874 uint32_t verb_current_recurse; /* Current recurse when (*VERB) happens */
875 uint32_t moptions; /* Match options */
876 uint32_t poptions; /* Pattern options */
877 uint32_t skip_arg_count; /* For counting SKIP_ARGs */
878 uint32_t ignore_skip_arg; /* For re-run when SKIP arg name not found */
879 uint32_t nltype; /* Newline type */
880 uint32_t nllen; /* Newline string length */
901 uint32_t match_limit; /* As it says */
902 uint32_t match_limit_depth; /* As it says */
903 uint32_t match_call_count; /* Number of calls of internal function */
904 uint32_t moptions; /* Match options */
905 uint32_t poptions; /* Pattern options */
906 uint32_t nltype; /* Newline type */
907 uint32_t nllen; /* Newline string length */