Lines Matching refs:PCRE2_SIZE

471 #define PCRE2_SIZE            size_t  macro
473 #define PCRE2_ZERO_TERMINATED (~(PCRE2_SIZE)0)
474 #define PCRE2_UNSET (~(PCRE2_SIZE)0)
522 PCRE2_SIZE *offset_vector; /* The offset vector */ \
525 PCRE2_SIZE subject_length; /* The length of the subject */ \
526 PCRE2_SIZE start_match; /* Offset to start of this match attempt */ \
527 PCRE2_SIZE current_position; /* Where we currently are in the subject */ \
528 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
529 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \
531 PCRE2_SIZE callout_string_offset; /* Offset to string within pattern */ \
532 PCRE2_SIZE callout_string_length; /* Length of string compiled into pattern */ \
542 PCRE2_SIZE pattern_position; /* Offset to next item in the pattern */ \
543 PCRE2_SIZE next_item_length; /* Length of next item in the pattern */ \
545 PCRE2_SIZE callout_string_offset; /* Offset to string within pattern */ \
546 PCRE2_SIZE callout_string_length; /* Length of string compiled into pattern */ \
556 PCRE2_SIZE output_offsets[2]; /* Changed portion of the output */ \
557 PCRE2_SIZE *ovector; /* Pointer to current ovector */ \
578 *pcre2_general_context_create(void *(*)(PCRE2_SIZE, void *), \
597 pcre2_set_max_pattern_length(pcre2_compile_context *, PCRE2_SIZE); \
626 pcre2_set_offset_limit(pcre2_match_context *, PCRE2_SIZE); \
631 void *(*)(PCRE2_SIZE, void *), void (*)(void *, void *), void *);
650 *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, int *, PCRE2_SIZE *, \
679 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
680 uint32_t, pcre2_match_data *, pcre2_match_context *, int *, PCRE2_SIZE); \
682 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
688 PCRE2_EXP_DECL PCRE2_SIZE PCRE2_CALL_CONVENTION \
692 PCRE2_EXP_DECL PCRE2_SIZE PCRE2_CALL_CONVENTION \
694 PCRE2_EXP_DECL PCRE2_SIZE PCRE2_CALL_CONVENTION \
703 PCRE2_SIZE *); \
706 PCRE2_SIZE *); \
711 PCRE2_SIZE *); \
714 PCRE2_SIZE *); \
716 pcre2_substring_length_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_SIZE *); \
718 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
727 pcre2_substring_list_get(pcre2_match_data *, PCRE2_UCHAR ***, PCRE2_SIZE **);
734 PCRE2_SIZE *, pcre2_general_context *); \
748 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
750 PCRE2_SIZE, PCRE2_UCHAR *, PCRE2_SIZE *);
757 pcre2_pattern_convert(PCRE2_SPTR, PCRE2_SIZE, uint32_t, PCRE2_UCHAR **, \
758 PCRE2_SIZE *, pcre2_convert_context *); \
769 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
774 *pcre2_jit_stack_create(PCRE2_SIZE, PCRE2_SIZE, pcre2_general_context *); \
785 pcre2_get_error_message(int, PCRE2_UCHAR *, PCRE2_SIZE); \