Lines Matching refs:uint32_t

567   int (*stack_guard)(uint32_t, void *);
573 uint32_t parens_nest_limit;
574 uint32_t extra_options;
590 uint32_t heap_limit;
591 uint32_t match_limit;
592 uint32_t depth_limit;
599 uint32_t glob_separator;
600 uint32_t glob_escape;
624 uint32_t magic_number; /* Paranoid and endianness check */
625 uint32_t compile_options; /* Options passed to pcre2_compile() */
626 uint32_t overall_options; /* Options after processing the pattern */
627 uint32_t extra_options; /* Taken from compile_context */
628 uint32_t flags; /* Various state flags */
629 uint32_t limit_heap; /* Limit set in the pattern */
630 uint32_t limit_match; /* Limit set in the pattern */
631 uint32_t limit_depth; /* Limit set in the pattern */
632 uint32_t first_codeunit; /* Starting code unit */
633 uint32_t last_codeunit; /* This codeunit must be seen */
684 uint32_t *groupptr;
707 uint32_t number; /* Group number */
735 uint32_t named_group_list_size; /* Number of entries in the list */
736 uint32_t external_options; /* External (initial) options */
737 uint32_t external_flags; /* External flag bits to be set */
738 uint32_t bracount; /* Count of capturing parentheses */
739 uint32_t lastcapture; /* Last capture encountered */
740 uint32_t *parsed_pattern; /* Parsed pattern buffer */
741 uint32_t *parsed_pattern_end; /* Parsed pattern should not get here */
742 uint32_t *groupinfo; /* Group info vector */
743 uint32_t top_backref; /* Maximum back reference */
744 uint32_t backref_map; /* Bitmap of low back refs */
745 uint32_t nltype; /* Newline type */
746 uint32_t nllen; /* Newline string length */
747 uint32_t class_range_start; /* Overall class range start */
748 uint32_t class_range_end; /* Overall class range end */
750 uint32_t req_varyopt; /* "After variable item" flag for reqbyte */
772 uint32_t group_num;
792 uint32_t rdepth; /* "Recursion" depth */
793 uint32_t group_frame_type; /* Type information for group frames */
794 uint32_t temp_32[4]; /* Used for short-term 32-bit or BOOL values */
828 uint32_t current_recurse; /* Current (deepest) recursion number */
829 uint32_t capture_last; /* Most recent capture */
862 uint32_t match_limit; /* As it says */
863 uint32_t match_limit_depth; /* As it says */
864 uint32_t match_call_count; /* Number of times a new frame is created */
889 uint32_t verb_current_recurse; /* Current recurse when (*VERB) happens */
890 uint32_t moptions; /* Match options */
891 uint32_t poptions; /* Pattern options */
892 uint32_t skip_arg_count; /* For counting SKIP_ARGs */
893 uint32_t ignore_skip_arg; /* For re-run when SKIP arg name not found */
894 uint32_t nltype; /* Newline type */
895 uint32_t nllen; /* Newline string length */
916 uint32_t match_limit; /* As it says */
917 uint32_t match_limit_depth; /* As it says */
918 uint32_t match_call_count; /* Number of calls of internal function */
919 uint32_t moptions; /* Match options */
920 uint32_t poptions; /* Pattern options */
921 uint32_t nltype; /* Newline type */
922 uint32_t nllen; /* Newline string length */