Lines Matching refs:PCRE2_SIZE

479 #define PCRE2_SIZE            size_t  macro
481 #define PCRE2_ZERO_TERMINATED (~(PCRE2_SIZE)0)
482 #define PCRE2_UNSET (~(PCRE2_SIZE)0)
530 PCRE2_SIZE *offset_vector; /* The offset vector */ \
533 PCRE2_SIZE subject_length; /* The length of the subject */ \
534 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
535 PCRE2_SIZE current_position; /* Where we currently are in the subject */ \
536 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
537 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \
539 PCRE2_SIZE callout_string_offset; /* Offset to string within pattern */ \
540 PCRE2_SIZE callout_string_length; /* Length of string compiled into pattern */ \
550 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
551 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \
553 PCRE2_SIZE callout_string_offset; /* Offset to string within pattern */ \
554 PCRE2_SIZE callout_string_length; /* Length of string compiled into pattern */ \
564 PCRE2_SIZE output_offsets[2]; /* Changed portion of the output */ \
565 PCRE2_SIZE *ovector; /* Pointer to current ovector */ \
605 pcre2_set_max_pattern_length(pcre2_compile_context *, PCRE2_SIZE); \
607 pcre2_set_max_pattern_compiled_length(pcre2_compile_context *, PCRE2_SIZE); \
638 pcre2_set_offset_limit(pcre2_match_context *, PCRE2_SIZE); \
662 pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, int *, PCRE2_SIZE *, \
691 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
692 uint32_t, pcre2_match_data *, pcre2_match_context *, int *, PCRE2_SIZE); \
694 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
700 PCRE2_EXP_DECL PCRE2_SIZE PCRE2_CALL_CONVENTION \
702 PCRE2_EXP_DECL PCRE2_SIZE PCRE2_CALL_CONVENTION \
706 PCRE2_EXP_DECL PCRE2_SIZE *PCRE2_CALL_CONVENTION \
708 PCRE2_EXP_DECL PCRE2_SIZE PCRE2_CALL_CONVENTION \
717 PCRE2_SIZE *); \
720 PCRE2_SIZE *); \
725 PCRE2_SIZE *); \
728 PCRE2_SIZE *); \
730 pcre2_substring_length_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_SIZE *); \
732 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
741 pcre2_substring_list_get(pcre2_match_data *, PCRE2_UCHAR ***, PCRE2_SIZE **);
748 PCRE2_SIZE *, pcre2_general_context *); \
762 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
764 PCRE2_SIZE, PCRE2_UCHAR *, PCRE2_SIZE *);
771 pcre2_pattern_convert(PCRE2_SPTR, PCRE2_SIZE, uint32_t, PCRE2_UCHAR **, \
772 PCRE2_SIZE *, pcre2_convert_context *); \
783 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
799 pcre2_get_error_message(int, PCRE2_UCHAR *, PCRE2_SIZE); \