#include <limits.h>
#include <stdlib.h>
#include <inttypes.h>
Go to the source code of this file.
Go to the SVN repository for this file.
int pcre2_config_8 (uint32_t, void *) pcre2_general_context_8 * pcre2_general_context_copy_8 (pcre2_general_context_8 *) pcre2_general_context_8 * pcre2_general_context_create_8 (void *(*)(size_t, void *), void(*)(void *, void *), void *) void pcre2_general_context_free_8 (pcre2_general_context_8 *) pcre2_compile_context_8 * pcre2_compile_context_copy_8 (pcre2_compile_context_8 *) pcre2_compile_context_8 * pcre2_compile_context_create_8 (pcre2_general_context_8 *) void pcre2_compile_context_free_8 (pcre2_compile_context_8 *) int pcre2_set_bsr_8 (pcre2_compile_context_8 *, uint32_t) int pcre2_set_character_tables_8 (pcre2_compile_context_8 *, const uint8_t *) int pcre2_set_compile_extra_options_8 (pcre2_compile_context_8 *, uint32_t) int pcre2_set_max_pattern_length_8 (pcre2_compile_context_8 *, size_t) int pcre2_set_max_pattern_compiled_length_8 (pcre2_compile_context_8 *, size_t) int pcre2_set_max_varlookbehind_8 (pcre2_compile_context_8 *, uint32_t) int pcre2_set_newline_8 (pcre2_compile_context_8 *, uint32_t) int pcre2_set_parens_nest_limit_8 (pcre2_compile_context_8 *, uint32_t) int pcre2_set_compile_recursion_guard_8 (pcre2_compile_context_8 *, int(*)(uint32_t, void *), void *) pcre2_convert_context_8 * pcre2_convert_context_copy_8 (pcre2_convert_context_8 *) pcre2_convert_context_8 * pcre2_convert_context_create_8 (pcre2_general_context_8 *) void pcre2_convert_context_free_8 (pcre2_convert_context_8 *) int pcre2_set_glob_escape_8 (pcre2_convert_context_8 *, uint32_t) int pcre2_set_glob_separator_8 (pcre2_convert_context_8 *, uint32_t) int pcre2_pattern_convert_8 (PCRE2_SPTR8, size_t, uint32_t, PCRE2_UCHAR8 **, size_t *, pcre2_convert_context_8 *) void pcre2_converted_pattern_free_8 (PCRE2_UCHAR8 *) pcre2_match_context_8 * pcre2_match_context_copy_8 (pcre2_match_context_8 *) pcre2_match_context_8 * pcre2_match_context_create_8 (pcre2_general_context_8 *) void pcre2_match_context_free_8 (pcre2_match_context_8 *) int pcre2_set_callout_8 (pcre2_match_context_8 *, int(*)(pcre2_callout_block_8 *, void *), void *) int pcre2_set_substitute_callout_8 (pcre2_match_context_8 *, int(*)(pcre2_substitute_callout_block_8 *, void *), void *) int pcre2_set_depth_limit_8 (pcre2_match_context_8 *, uint32_t) int pcre2_set_heap_limit_8 (pcre2_match_context_8 *, uint32_t) int pcre2_set_match_limit_8 (pcre2_match_context_8 *, uint32_t) int pcre2_set_offset_limit_8 (pcre2_match_context_8 *, size_t) int pcre2_set_recursion_limit_8 (pcre2_match_context_8 *, uint32_t) int pcre2_set_recursion_memory_management_8 (pcre2_match_context_8 *, void *(*)(size_t, void *), void(*)(void *, void *), void *) pcre2_code_8 * pcre2_compile_8 (PCRE2_SPTR8, size_t, uint32_t, int *, size_t *, pcre2_compile_context_8 *) void pcre2_code_free_8 (pcre2_code_8 *) pcre2_code_8 * pcre2_code_copy_8 (const pcre2_code_8 *) pcre2_code_8 * pcre2_code_copy_with_tables_8 (const pcre2_code_8 *) int pcre2_pattern_info_8 (const pcre2_code_8 *, uint32_t, void *) int pcre2_callout_enumerate_8 (const pcre2_code_8 *, int(*)(pcre2_callout_enumerate_block_8 *, void *), void *) pcre2_match_data_8 * pcre2_match_data_create_8 (uint32_t, pcre2_general_context_8 *) pcre2_match_data_8 * pcre2_match_data_create_from_pattern_8 (const pcre2_code_8 *, pcre2_general_context_8 *) int pcre2_dfa_match_8 (const pcre2_code_8 *, PCRE2_SPTR8, size_t, size_t, uint32_t, pcre2_match_data_8 *, pcre2_match_context_8 *, int *, size_t) int pcre2_match_8 (const pcre2_code_8 *, PCRE2_SPTR8, size_t, size_t, uint32_t, pcre2_match_data_8 *, pcre2_match_context_8 *) void pcre2_match_data_free_8 (pcre2_match_data_8 *) PCRE2_SPTR8 pcre2_get_mark_8 (pcre2_match_data_8 *) size_t pcre2_get_match_data_size_8 (pcre2_match_data_8 *) size_t pcre2_get_match_data_heapframes_size_8 (pcre2_match_data_8 *) uint32_t pcre2_get_ovector_count_8 (pcre2_match_data_8 *) size_t * pcre2_get_ovector_pointer_8 (pcre2_match_data_8 *) size_t pcre2_get_startchar_8 (pcre2_match_data_8 *) int pcre2_substring_copy_byname_8 (pcre2_match_data_8 *, PCRE2_SPTR8, PCRE2_UCHAR8 *, size_t *) int pcre2_substring_copy_bynumber_8 (pcre2_match_data_8 *, uint32_t, PCRE2_UCHAR8 *, size_t *) void pcre2_substring_free_8 (PCRE2_UCHAR8 *) int pcre2_substring_get_byname_8 (pcre2_match_data_8 *, PCRE2_SPTR8, PCRE2_UCHAR8 **, size_t *) int pcre2_substring_get_bynumber_8 (pcre2_match_data_8 *, uint32_t, PCRE2_UCHAR8 **, size_t *) int pcre2_substring_length_byname_8 (pcre2_match_data_8 *, PCRE2_SPTR8, size_t *) int pcre2_substring_length_bynumber_8 (pcre2_match_data_8 *, uint32_t, size_t *) int pcre2_substring_nametable_scan_8 (const pcre2_code_8 *, PCRE2_SPTR8, PCRE2_SPTR8 *, PCRE2_SPTR8 *) int pcre2_substring_number_from_name_8 (const pcre2_code_8 *, PCRE2_SPTR8) void pcre2_substring_list_free_8 (PCRE2_UCHAR8 **) int pcre2_substring_list_get_8 (pcre2_match_data_8 *, PCRE2_UCHAR8 ***, size_t **) int32_t pcre2_serialize_encode_8 (const pcre2_code_8 **, int32_t, uint8_t **, size_t *, pcre2_general_context_8 *) int32_t pcre2_serialize_decode_8 (pcre2_code_8 **, int32_t, const uint8_t *, pcre2_general_context_8 *) int32_t pcre2_serialize_get_number_of_codes_8 (const uint8_t *) void pcre2_serialize_free_8 (uint8_t *) int pcre2_substitute_8 (const pcre2_code_8 *, PCRE2_SPTR8, size_t, size_t, uint32_t, pcre2_match_data_8 *, pcre2_match_context_8 *, PCRE2_SPTR8, size_t, PCRE2_UCHAR8 *, size_t *) int pcre2_jit_compile_8 (pcre2_code_8 *, uint32_t) int pcre2_jit_match_8 (const pcre2_code_8 *, PCRE2_SPTR8, size_t, size_t, uint32_t, pcre2_match_data_8 *, pcre2_match_context_8 *) void pcre2_jit_free_unused_memory_8 (pcre2_general_context_8 *) pcre2_jit_stack_8 * pcre2_jit_stack_create_8 (size_t, size_t, pcre2_general_context_8 *) void pcre2_jit_stack_assign_8 (pcre2_match_context_8 *, pcre2_jit_callback_8, void *) void pcre2_jit_stack_free_8 (pcre2_jit_stack_8 *) int pcre2_get_error_message_8 (int, PCRE2_UCHAR8 *, size_t) const uint8_t * pcre2_maketables_8 (pcre2_general_context_8 *) void pcre2_maketables_free_8 (pcre2_general_context_8 *, const uint8_t *) int pcre2_config_16 (uint32_t, void *) pcre2_general_context_16 * pcre2_general_context_copy_16 (pcre2_general_context_16 *) pcre2_general_context_16 * pcre2_general_context_create_16 (void *(*)(size_t, void *), void(*)(void *, void *), void *) void pcre2_general_context_free_16 (pcre2_general_context_16 *) pcre2_compile_context_16 * pcre2_compile_context_copy_16 (pcre2_compile_context_16 *) pcre2_compile_context_16 * pcre2_compile_context_create_16 (pcre2_general_context_16 *) void pcre2_compile_context_free_16 (pcre2_compile_context_16 *) int pcre2_set_bsr_16 (pcre2_compile_context_16 *, uint32_t) int pcre2_set_character_tables_16 (pcre2_compile_context_16 *, const uint8_t *) int pcre2_set_compile_extra_options_16 (pcre2_compile_context_16 *, uint32_t) int pcre2_set_max_pattern_length_16 (pcre2_compile_context_16 *, size_t) int pcre2_set_max_pattern_compiled_length_16 (pcre2_compile_context_16 *, size_t) int pcre2_set_max_varlookbehind_16 (pcre2_compile_context_16 *, uint32_t) int pcre2_set_newline_16 (pcre2_compile_context_16 *, uint32_t) int pcre2_set_parens_nest_limit_16 (pcre2_compile_context_16 *, uint32_t) int pcre2_set_compile_recursion_guard_16 (pcre2_compile_context_16 *, int(*)(uint32_t, void *), void *) pcre2_convert_context_16 * pcre2_convert_context_copy_16 (pcre2_convert_context_16 *) pcre2_convert_context_16 * pcre2_convert_context_create_16 (pcre2_general_context_16 *) void pcre2_convert_context_free_16 (pcre2_convert_context_16 *) int pcre2_set_glob_escape_16 (pcre2_convert_context_16 *, uint32_t) int pcre2_set_glob_separator_16 (pcre2_convert_context_16 *, uint32_t) int pcre2_pattern_convert_16 (PCRE2_SPTR16, size_t, uint32_t, PCRE2_UCHAR16 **, size_t *, pcre2_convert_context_16 *) void pcre2_converted_pattern_free_16 (PCRE2_UCHAR16 *) pcre2_match_context_16 * pcre2_match_context_copy_16 (pcre2_match_context_16 *) pcre2_match_context_16 * pcre2_match_context_create_16 (pcre2_general_context_16 *) void pcre2_match_context_free_16 (pcre2_match_context_16 *) int pcre2_set_callout_16 (pcre2_match_context_16 *, int(*)(pcre2_callout_block_16 *, void *), void *) int pcre2_set_substitute_callout_16 (pcre2_match_context_16 *, int(*)(pcre2_substitute_callout_block_16 *, void *), void *) int pcre2_set_depth_limit_16 (pcre2_match_context_16 *, uint32_t) int pcre2_set_heap_limit_16 (pcre2_match_context_16 *, uint32_t) int pcre2_set_match_limit_16 (pcre2_match_context_16 *, uint32_t) int pcre2_set_offset_limit_16 (pcre2_match_context_16 *, size_t) int pcre2_set_recursion_limit_16 (pcre2_match_context_16 *, uint32_t) int pcre2_set_recursion_memory_management_16 (pcre2_match_context_16 *, void *(*)(size_t, void *), void(*)(void *, void *), void *) pcre2_code_16 * pcre2_compile_16 (PCRE2_SPTR16, size_t, uint32_t, int *, size_t *, pcre2_compile_context_16 *) void pcre2_code_free_16 (pcre2_code_16 *) pcre2_code_16 * pcre2_code_copy_16 (const pcre2_code_16 *) pcre2_code_16 * pcre2_code_copy_with_tables_16 (const pcre2_code_16 *) int pcre2_pattern_info_16 (const pcre2_code_16 *, uint32_t, void *) int pcre2_callout_enumerate_16 (const pcre2_code_16 *, int(*)(pcre2_callout_enumerate_block_16 *, void *), void *) pcre2_match_data_16 * pcre2_match_data_create_16 (uint32_t, pcre2_general_context_16 *) pcre2_match_data_16 * pcre2_match_data_create_from_pattern_16 (const pcre2_code_16 *, pcre2_general_context_16 *) int pcre2_dfa_match_16 (const pcre2_code_16 *, PCRE2_SPTR16, size_t, size_t, uint32_t, pcre2_match_data_16 *, pcre2_match_context_16 *, int *, size_t) int pcre2_match_16 (const pcre2_code_16 *, PCRE2_SPTR16, size_t, size_t, uint32_t, pcre2_match_data_16 *, pcre2_match_context_16 *) void pcre2_match_data_free_16 (pcre2_match_data_16 *) PCRE2_SPTR16 pcre2_get_mark_16 (pcre2_match_data_16 *) size_t pcre2_get_match_data_size_16 (pcre2_match_data_16 *) size_t pcre2_get_match_data_heapframes_size_16 (pcre2_match_data_16 *) uint32_t pcre2_get_ovector_count_16 (pcre2_match_data_16 *) size_t * pcre2_get_ovector_pointer_16 (pcre2_match_data_16 *) size_t pcre2_get_startchar_16 (pcre2_match_data_16 *) int pcre2_substring_copy_byname_16 (pcre2_match_data_16 *, PCRE2_SPTR16, PCRE2_UCHAR16 *, size_t *) int pcre2_substring_copy_bynumber_16 (pcre2_match_data_16 *, uint32_t, PCRE2_UCHAR16 *, size_t *) void pcre2_substring_free_16 (PCRE2_UCHAR16 *) int pcre2_substring_get_byname_16 (pcre2_match_data_16 *, PCRE2_SPTR16, PCRE2_UCHAR16 **, size_t *) int pcre2_substring_get_bynumber_16 (pcre2_match_data_16 *, uint32_t, PCRE2_UCHAR16 **, size_t *) int pcre2_substring_length_byname_16 (pcre2_match_data_16 *, PCRE2_SPTR16, size_t *) int pcre2_substring_length_bynumber_16 (pcre2_match_data_16 *, uint32_t, size_t *) int pcre2_substring_nametable_scan_16 (const pcre2_code_16 *, PCRE2_SPTR16, PCRE2_SPTR16 *, PCRE2_SPTR16 *) int pcre2_substring_number_from_name_16 (const pcre2_code_16 *, PCRE2_SPTR16) void pcre2_substring_list_free_16 (PCRE2_UCHAR16 **) int pcre2_substring_list_get_16 (pcre2_match_data_16 *, PCRE2_UCHAR16 ***, size_t **) int32_t pcre2_serialize_encode_16 (const pcre2_code_16 **, int32_t, uint8_t **, size_t *, pcre2_general_context_16 *) int32_t pcre2_serialize_decode_16 (pcre2_code_16 **, int32_t, const uint8_t *, pcre2_general_context_16 *) int32_t pcre2_serialize_get_number_of_codes_16 (const uint8_t *) void pcre2_serialize_free_16 (uint8_t *) int pcre2_substitute_16 (const pcre2_code_16 *, PCRE2_SPTR16, size_t, size_t, uint32_t, pcre2_match_data_16 *, pcre2_match_context_16 *, PCRE2_SPTR16, size_t, PCRE2_UCHAR16 *, size_t *) int pcre2_jit_compile_16 (pcre2_code_16 *, uint32_t) int pcre2_jit_match_16 (const pcre2_code_16 *, PCRE2_SPTR16, size_t, size_t, uint32_t, pcre2_match_data_16 *, pcre2_match_context_16 *) void pcre2_jit_free_unused_memory_16 (pcre2_general_context_16 *) pcre2_jit_stack_16 * pcre2_jit_stack_create_16 (size_t, size_t, pcre2_general_context_16 *) void pcre2_jit_stack_assign_16 (pcre2_match_context_16 *, pcre2_jit_callback_16, void *) void pcre2_jit_stack_free_16 (pcre2_jit_stack_16 *) int pcre2_get_error_message_16 (int, PCRE2_UCHAR16 *, size_t) const uint8_t * pcre2_maketables_16 (pcre2_general_context_16 *) void pcre2_maketables_free_16 (pcre2_general_context_16 *, const uint8_t *) int pcre2_config_32 (uint32_t, void *) pcre2_general_context_32 * pcre2_general_context_copy_32 (pcre2_general_context_32 *) pcre2_general_context_32 * pcre2_general_context_create_32 (void *(*)(size_t, void *), void(*)(void *, void *), void *) void pcre2_general_context_free_32 (pcre2_general_context_32 *) pcre2_compile_context_32 * pcre2_compile_context_copy_32 (pcre2_compile_context_32 *) pcre2_compile_context_32 * pcre2_compile_context_create_32 (pcre2_general_context_32 *) void pcre2_compile_context_free_32 (pcre2_compile_context_32 *) int pcre2_set_bsr_32 (pcre2_compile_context_32 *, uint32_t) int pcre2_set_character_tables_32 (pcre2_compile_context_32 *, const uint8_t *) int pcre2_set_compile_extra_options_32 (pcre2_compile_context_32 *, uint32_t) int pcre2_set_max_pattern_length_32 (pcre2_compile_context_32 *, size_t) int pcre2_set_max_pattern_compiled_length_32 (pcre2_compile_context_32 *, size_t) int pcre2_set_max_varlookbehind_32 (pcre2_compile_context_32 *, uint32_t) int pcre2_set_newline_32 (pcre2_compile_context_32 *, uint32_t) int pcre2_set_parens_nest_limit_32 (pcre2_compile_context_32 *, uint32_t) int pcre2_set_compile_recursion_guard_32 (pcre2_compile_context_32 *, int(*)(uint32_t, void *), void *) pcre2_convert_context_32 * pcre2_convert_context_copy_32 (pcre2_convert_context_32 *) pcre2_convert_context_32 * pcre2_convert_context_create_32 (pcre2_general_context_32 *) void pcre2_convert_context_free_32 (pcre2_convert_context_32 *) int pcre2_set_glob_escape_32 (pcre2_convert_context_32 *, uint32_t) int pcre2_set_glob_separator_32 (pcre2_convert_context_32 *, uint32_t) int pcre2_pattern_convert_32 (PCRE2_SPTR32, size_t, uint32_t, PCRE2_UCHAR32 **, size_t *, pcre2_convert_context_32 *) void pcre2_converted_pattern_free_32 (PCRE2_UCHAR32 *) pcre2_match_context_32 * pcre2_match_context_copy_32 (pcre2_match_context_32 *) pcre2_match_context_32 * pcre2_match_context_create_32 (pcre2_general_context_32 *) void pcre2_match_context_free_32 (pcre2_match_context_32 *) int pcre2_set_callout_32 (pcre2_match_context_32 *, int(*)(pcre2_callout_block_32 *, void *), void *) int pcre2_set_substitute_callout_32 (pcre2_match_context_32 *, int(*)(pcre2_substitute_callout_block_32 *, void *), void *) int pcre2_set_depth_limit_32 (pcre2_match_context_32 *, uint32_t) int pcre2_set_heap_limit_32 (pcre2_match_context_32 *, uint32_t) int pcre2_set_match_limit_32 (pcre2_match_context_32 *, uint32_t) int pcre2_set_offset_limit_32 (pcre2_match_context_32 *, size_t) int pcre2_set_recursion_limit_32 (pcre2_match_context_32 *, uint32_t) int pcre2_set_recursion_memory_management_32 (pcre2_match_context_32 *, void *(*)(size_t, void *), void(*)(void *, void *), void *) pcre2_code_32 * pcre2_compile_32 (PCRE2_SPTR32, size_t, uint32_t, int *, size_t *, pcre2_compile_context_32 *) void pcre2_code_free_32 (pcre2_code_32 *) pcre2_code_32 * pcre2_code_copy_32 (const pcre2_code_32 *) pcre2_code_32 * pcre2_code_copy_with_tables_32 (const pcre2_code_32 *) int pcre2_pattern_info_32 (const pcre2_code_32 *, uint32_t, void *) int pcre2_callout_enumerate_32 (const pcre2_code_32 *, int(*)(pcre2_callout_enumerate_block_32 *, void *), void *) pcre2_match_data_32 * pcre2_match_data_create_32 (uint32_t, pcre2_general_context_32 *) pcre2_match_data_32 * pcre2_match_data_create_from_pattern_32 (const pcre2_code_32 *, pcre2_general_context_32 *) int pcre2_dfa_match_32 (const pcre2_code_32 *, PCRE2_SPTR32, size_t, size_t, uint32_t, pcre2_match_data_32 *, pcre2_match_context_32 *, int *, size_t) int pcre2_match_32 (const pcre2_code_32 *, PCRE2_SPTR32, size_t, size_t, uint32_t, pcre2_match_data_32 *, pcre2_match_context_32 *) void pcre2_match_data_free_32 (pcre2_match_data_32 *) PCRE2_SPTR32 pcre2_get_mark_32 (pcre2_match_data_32 *) size_t pcre2_get_match_data_size_32 (pcre2_match_data_32 *) size_t pcre2_get_match_data_heapframes_size_32 (pcre2_match_data_32 *) uint32_t pcre2_get_ovector_count_32 (pcre2_match_data_32 *) size_t * pcre2_get_ovector_pointer_32 (pcre2_match_data_32 *) size_t pcre2_get_startchar_32 (pcre2_match_data_32 *) int pcre2_substring_copy_byname_32 (pcre2_match_data_32 *, PCRE2_SPTR32, PCRE2_UCHAR32 *, size_t *) int pcre2_substring_copy_bynumber_32 (pcre2_match_data_32 *, uint32_t, PCRE2_UCHAR32 *, size_t *) void pcre2_substring_free_32 (PCRE2_UCHAR32 *) int pcre2_substring_get_byname_32 (pcre2_match_data_32 *, PCRE2_SPTR32, PCRE2_UCHAR32 **, size_t *) int pcre2_substring_get_bynumber_32 (pcre2_match_data_32 *, uint32_t, PCRE2_UCHAR32 **, size_t *) int pcre2_substring_length_byname_32 (pcre2_match_data_32 *, PCRE2_SPTR32, size_t *) int pcre2_substring_length_bynumber_32 (pcre2_match_data_32 *, uint32_t, size_t *) int pcre2_substring_nametable_scan_32 (const pcre2_code_32 *, PCRE2_SPTR32, PCRE2_SPTR32 *, PCRE2_SPTR32 *) int pcre2_substring_number_from_name_32 (const pcre2_code_32 *, PCRE2_SPTR32) void pcre2_substring_list_free_32 (PCRE2_UCHAR32 **) int pcre2_substring_list_get_32 (pcre2_match_data_32 *, PCRE2_UCHAR32 ***, size_t **) int32_t pcre2_serialize_encode_32 (const pcre2_code_32 **, int32_t, uint8_t **, size_t *, pcre2_general_context_32 *) int32_t pcre2_serialize_decode_32 (pcre2_code_32 **, int32_t, const uint8_t *, pcre2_general_context_32 *) int32_t pcre2_serialize_get_number_of_codes_32 (const uint8_t *) void pcre2_serialize_free_32 (uint8_t *) int pcre2_substitute_32 (const pcre2_code_32 *, PCRE2_SPTR32, size_t, size_t, uint32_t, pcre2_match_data_32 *, pcre2_match_context_32 *, PCRE2_SPTR32, size_t, PCRE2_UCHAR32 *, size_t *) int pcre2_jit_compile_32 (pcre2_code_32 *, uint32_t) int pcre2_jit_match_32 (const pcre2_code_32 *, PCRE2_SPTR32, size_t, size_t, uint32_t, pcre2_match_data_32 *, pcre2_match_context_32 *) void pcre2_jit_free_unused_memory_32 (pcre2_general_context_32 *) pcre2_jit_stack_32 * pcre2_jit_stack_create_32 (size_t, size_t, pcre2_general_context_32 *) void pcre2_jit_stack_assign_32 (pcre2_match_context_32 *, pcre2_jit_callback_32, void *) void pcre2_jit_stack_free_32 (pcre2_jit_stack_32 *) int pcre2_get_error_message_32 (int, PCRE2_UCHAR32 *, size_t) const uint8_t * pcre2_maketables_32 (pcre2_general_context_32 *) void pcre2_maketables_free_32 (pcre2_general_context_32 *, const uint8_t *) ◆ PCRE2_ALLOW_EMPTY_CLASS #define PCRE2_ALLOW_EMPTY_CLASS 0x00000001u /* C */Definition at line 125 of file pcre2.h.
◆ PCRE2_ALT_BSUX #define PCRE2_ALT_BSUX 0x00000002u /* C */Definition at line 126 of file pcre2.h.
◆ PCRE2_ALT_CIRCUMFLEX #define PCRE2_ALT_CIRCUMFLEX 0x00200000u /* J M D */Definition at line 146 of file pcre2.h.
◆ PCRE2_ALT_VERBNAMES #define PCRE2_ALT_VERBNAMES 0x00400000u /* C */Definition at line 147 of file pcre2.h.
◆ PCRE2_ANCHORED #define PCRE2_ANCHORED 0x80000000uDefinition at line 111 of file pcre2.h.
◆ PCRE2_AUTO_CALLOUT #define PCRE2_AUTO_CALLOUT 0x00000004u /* C */Definition at line 127 of file pcre2.h.
◆ PCRE2_BSR_ANYCRLF #define PCRE2_BSR_ANYCRLF 2Definition at line 224 of file pcre2.h.
◆ PCRE2_BSR_UNICODE #define PCRE2_BSR_UNICODE 1Definition at line 223 of file pcre2.h.
◆ PCRE2_CALL_CONVENTION #define PCRE2_CALL_CONVENTIONDefinition at line 87 of file pcre2.h.
◆ PCRE2_CALLOUT_BACKTRACK #define PCRE2_CALLOUT_BACKTRACK 0x00000002u /* Set after a backtrack */Definition at line 527 of file pcre2.h.
◆ pcre2_callout_block ◆ pcre2_callout_enumerate #define pcre2_callout_enumerate PCRE2_SUFFIX(pcre2_callout_enumerate_)Definition at line 855 of file pcre2.h.
◆ pcre2_callout_enumerate_block #define pcre2_callout_enumerate_block PCRE2_SUFFIX(pcre2_callout_enumerate_block_)Definition at line 844 of file pcre2.h.
◆ PCRE2_CALLOUT_STARTMATCH #define PCRE2_CALLOUT_STARTMATCH 0x00000001u /* Set for each bumpalong */Definition at line 526 of file pcre2.h.
◆ PCRE2_CASELESS #define PCRE2_CASELESS 0x00000008u /* C */Definition at line 128 of file pcre2.h.
◆ pcre2_code ◆ pcre2_code_copy ◆ pcre2_code_copy_with_tables #define pcre2_code_copy_with_tables PCRE2_SUFFIX(pcre2_code_copy_with_tables_)Definition at line 857 of file pcre2.h.
◆ pcre2_code_free ◆ pcre2_compile ◆ pcre2_compile_context ◆ pcre2_compile_context_copy #define pcre2_compile_context_copy PCRE2_SUFFIX(pcre2_compile_context_copy_)Definition at line 860 of file pcre2.h.
◆ pcre2_compile_context_create #define pcre2_compile_context_create PCRE2_SUFFIX(pcre2_compile_context_create_)Definition at line 861 of file pcre2.h.
◆ pcre2_compile_context_free #define pcre2_compile_context_free PCRE2_SUFFIX(pcre2_compile_context_free_)Definition at line 862 of file pcre2.h.
◆ PCRE2_COMPILE_CONTEXT_FUNCTIONS #define PCRE2_COMPILE_CONTEXT_FUNCTIONS Value:#define pcre2_compile_context_copy
#define pcre2_set_compile_extra_options
#define pcre2_general_context
#define pcre2_set_max_pattern_compiled_length
#define pcre2_compile_context_free
#define pcre2_set_compile_recursion_guard
#define pcre2_set_character_tables
#define pcre2_set_newline
#define pcre2_set_parens_nest_limit
#define pcre2_set_max_pattern_length
#define pcre2_set_max_varlookbehind
#define pcre2_compile_context_create
#define pcre2_compile_context
Definition at line 597 of file pcre2.h.
◆ PCRE2_COMPILE_FUNCTIONS #define PCRE2_COMPILE_FUNCTIONS Value:#define pcre2_code_copy_with_tables
Definition at line 666 of file pcre2.h.
◆ pcre2_config ◆ PCRE2_CONFIG_BSR #define PCRE2_CONFIG_BSR 0Definition at line 451 of file pcre2.h.
◆ PCRE2_CONFIG_COMPILED_WIDTHS #define PCRE2_CONFIG_COMPILED_WIDTHS 14Definition at line 466 of file pcre2.h.
◆ PCRE2_CONFIG_DEPTHLIMIT #define PCRE2_CONFIG_DEPTHLIMIT 7Definition at line 458 of file pcre2.h.
◆ PCRE2_CONFIG_HEAPLIMIT #define PCRE2_CONFIG_HEAPLIMIT 12Definition at line 464 of file pcre2.h.
◆ PCRE2_CONFIG_JIT #define PCRE2_CONFIG_JIT 1Definition at line 452 of file pcre2.h.
◆ PCRE2_CONFIG_JITTARGET #define PCRE2_CONFIG_JITTARGET 2Definition at line 453 of file pcre2.h.
◆ PCRE2_CONFIG_LINKSIZE #define PCRE2_CONFIG_LINKSIZE 3Definition at line 454 of file pcre2.h.
◆ PCRE2_CONFIG_MATCHLIMIT #define PCRE2_CONFIG_MATCHLIMIT 4Definition at line 455 of file pcre2.h.
◆ PCRE2_CONFIG_NEVER_BACKSLASH_C #define PCRE2_CONFIG_NEVER_BACKSLASH_C 13Definition at line 465 of file pcre2.h.
◆ PCRE2_CONFIG_NEWLINE #define PCRE2_CONFIG_NEWLINE 5Definition at line 456 of file pcre2.h.
◆ PCRE2_CONFIG_PARENSLIMIT #define PCRE2_CONFIG_PARENSLIMIT 6Definition at line 457 of file pcre2.h.
◆ PCRE2_CONFIG_RECURSIONLIMIT #define PCRE2_CONFIG_RECURSIONLIMIT 7 /* Obsolete synonym */Definition at line 459 of file pcre2.h.
◆ PCRE2_CONFIG_STACKRECURSE #define PCRE2_CONFIG_STACKRECURSE 8 /* Obsolete */Definition at line 460 of file pcre2.h.
◆ PCRE2_CONFIG_TABLES_LENGTH #define PCRE2_CONFIG_TABLES_LENGTH 15Definition at line 467 of file pcre2.h.
◆ PCRE2_CONFIG_UNICODE #define PCRE2_CONFIG_UNICODE 9Definition at line 461 of file pcre2.h.
◆ PCRE2_CONFIG_UNICODE_VERSION #define PCRE2_CONFIG_UNICODE_VERSION 10Definition at line 462 of file pcre2.h.
◆ PCRE2_CONFIG_VERSION #define PCRE2_CONFIG_VERSION 11Definition at line 463 of file pcre2.h.
◆ pcre2_convert_context ◆ pcre2_convert_context_copy #define pcre2_convert_context_copy PCRE2_SUFFIX(pcre2_convert_context_copy_)Definition at line 864 of file pcre2.h.
◆ pcre2_convert_context_create #define pcre2_convert_context_create PCRE2_SUFFIX(pcre2_convert_context_create_)Definition at line 865 of file pcre2.h.
◆ pcre2_convert_context_free #define pcre2_convert_context_free PCRE2_SUFFIX(pcre2_convert_context_free_)Definition at line 866 of file pcre2.h.
◆ PCRE2_CONVERT_CONTEXT_FUNCTIONS #define PCRE2_CONVERT_CONTEXT_FUNCTIONS Value:#define pcre2_convert_context
#define pcre2_convert_context_free
#define pcre2_set_glob_escape
#define pcre2_convert_context_copy
#define pcre2_set_glob_separator
#define pcre2_convert_context_create
Definition at line 651 of file pcre2.h.
◆ PCRE2_CONVERT_FUNCTIONS #define PCRE2_CONVERT_FUNCTIONS Value:#define pcre2_converted_pattern_free
#define pcre2_pattern_convert
Definition at line 775 of file pcre2.h.
◆ PCRE2_CONVERT_GLOB #define PCRE2_CONVERT_GLOB 0x00000010uDefinition at line 208 of file pcre2.h.
◆ PCRE2_CONVERT_GLOB_NO_STARSTAR #define PCRE2_CONVERT_GLOB_NO_STARSTAR 0x00000050uDefinition at line 210 of file pcre2.h.
◆ PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR #define PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR 0x00000030uDefinition at line 209 of file pcre2.h.
◆ PCRE2_CONVERT_NO_UTF_CHECK #define PCRE2_CONVERT_NO_UTF_CHECK 0x00000002uDefinition at line 205 of file pcre2.h.
◆ PCRE2_CONVERT_POSIX_BASIC #define PCRE2_CONVERT_POSIX_BASIC 0x00000004uDefinition at line 206 of file pcre2.h.
◆ PCRE2_CONVERT_POSIX_EXTENDED #define PCRE2_CONVERT_POSIX_EXTENDED 0x00000008uDefinition at line 207 of file pcre2.h.
◆ PCRE2_CONVERT_UTF #define PCRE2_CONVERT_UTF 0x00000001uDefinition at line 204 of file pcre2.h.
◆ pcre2_converted_pattern_free #define pcre2_converted_pattern_free PCRE2_SUFFIX(pcre2_converted_pattern_free_)Definition at line 867 of file pcre2.h.
◆ PCRE2_COPY_MATCHED_SUBJECT #define PCRE2_COPY_MATCHED_SUBJECT 0x00004000uDefinition at line 196 of file pcre2.h.
◆ PCRE2_DATE #define PCRE2_DATE 2024-06-07Definition at line 47 of file pcre2.h.
◆ pcre2_dfa_match ◆ PCRE2_DFA_RESTART ◆ PCRE2_DFA_SHORTEST ◆ PCRE2_DISABLE_RECURSELOOP_CHECK ◆ PCRE2_DOLLAR_ENDONLY #define PCRE2_DOLLAR_ENDONLY 0x00000010u /* J M D */Definition at line 129 of file pcre2.h.
◆ PCRE2_DOTALL #define PCRE2_DOTALL 0x00000020u /* C */Definition at line 130 of file pcre2.h.
◆ PCRE2_DUPNAMES #define PCRE2_DUPNAMES 0x00000040u /* C */Definition at line 131 of file pcre2.h.
◆ PCRE2_ENDANCHORED #define PCRE2_ENDANCHORED 0x20000000uDefinition at line 113 of file pcre2.h.
◆ PCRE2_ERROR_ALPHA_ASSERTION_UNKNOWN #define PCRE2_ERROR_ALPHA_ASSERTION_UNKNOWN 195Definition at line 324 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_C_CALLER_DISABLED #define PCRE2_ERROR_BACKSLASH_C_CALLER_DISABLED 183Definition at line 312 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_C_LIBRARY_DISABLED #define PCRE2_ERROR_BACKSLASH_C_LIBRARY_DISABLED 185Definition at line 314 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_C_SYNTAX #define PCRE2_ERROR_BACKSLASH_C_SYNTAX 168Definition at line 297 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_G_SYNTAX #define PCRE2_ERROR_BACKSLASH_G_SYNTAX 157Definition at line 285 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_K_IN_LOOKAROUND #define PCRE2_ERROR_BACKSLASH_K_IN_LOOKAROUND 199Definition at line 328 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_K_SYNTAX #define PCRE2_ERROR_BACKSLASH_K_SYNTAX 169Definition at line 298 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_N_IN_CLASS #define PCRE2_ERROR_BACKSLASH_N_IN_CLASS 171Definition at line 300 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_O_MISSING_BRACE #define PCRE2_ERROR_BACKSLASH_O_MISSING_BRACE 155Definition at line 283 of file pcre2.h.
◆ PCRE2_ERROR_BACKSLASH_U_CODE_POINT_TOO_BIG #define PCRE2_ERROR_BACKSLASH_U_CODE_POINT_TOO_BIG 177Definition at line 306 of file pcre2.h.
◆ PCRE2_ERROR_BAD_LITERAL_OPTIONS #define PCRE2_ERROR_BAD_LITERAL_OPTIONS 192Definition at line 321 of file pcre2.h.
◆ PCRE2_ERROR_BAD_OPTIONS #define PCRE2_ERROR_BAD_OPTIONS 117Definition at line 245 of file pcre2.h.
◆ PCRE2_ERROR_BAD_RELATIVE_REFERENCE #define PCRE2_ERROR_BAD_RELATIVE_REFERENCE 129Definition at line 257 of file pcre2.h.
◆ PCRE2_ERROR_BAD_SUBPATTERN_REFERENCE #define PCRE2_ERROR_BAD_SUBPATTERN_REFERENCE 115Definition at line 243 of file pcre2.h.
◆ PCRE2_ERROR_BADDATA #define PCRE2_ERROR_BADDATA (-29)Definition at line 376 of file pcre2.h.
◆ PCRE2_ERROR_BADMAGIC #define PCRE2_ERROR_BADMAGIC (-31)Definition at line 378 of file pcre2.h.
◆ PCRE2_ERROR_BADMODE #define PCRE2_ERROR_BADMODE (-32)Definition at line 379 of file pcre2.h.
◆ PCRE2_ERROR_BADOFFSET #define PCRE2_ERROR_BADOFFSET (-33)Definition at line 380 of file pcre2.h.
◆ PCRE2_ERROR_BADOFFSETLIMIT #define PCRE2_ERROR_BADOFFSETLIMIT (-56)Definition at line 404 of file pcre2.h.
◆ PCRE2_ERROR_BADOPTION #define PCRE2_ERROR_BADOPTION (-34)Definition at line 381 of file pcre2.h.
◆ PCRE2_ERROR_BADREPESCAPE #define PCRE2_ERROR_BADREPESCAPE (-57)Definition at line 405 of file pcre2.h.
◆ PCRE2_ERROR_BADREPLACEMENT #define PCRE2_ERROR_BADREPLACEMENT (-35)Definition at line 382 of file pcre2.h.
◆ PCRE2_ERROR_BADSERIALIZEDDATA #define PCRE2_ERROR_BADSERIALIZEDDATA (-62)Definition at line 410 of file pcre2.h.
◆ PCRE2_ERROR_BADSUBSPATTERN #define PCRE2_ERROR_BADSUBSPATTERN (-60)Definition at line 408 of file pcre2.h.
◆ PCRE2_ERROR_BADSUBSTITUTION #define PCRE2_ERROR_BADSUBSTITUTION (-59)Definition at line 407 of file pcre2.h.
◆ PCRE2_ERROR_BADUTFOFFSET #define PCRE2_ERROR_BADUTFOFFSET (-36)Definition at line 383 of file pcre2.h.
◆ PCRE2_ERROR_CALLOUT #define PCRE2_ERROR_CALLOUT (-37) /* Never used by PCRE2 itself */Definition at line 384 of file pcre2.h.
◆ PCRE2_ERROR_CALLOUT_BAD_STRING_DELIMITER #define PCRE2_ERROR_CALLOUT_BAD_STRING_DELIMITER 182Definition at line 311 of file pcre2.h.
◆ PCRE2_ERROR_CALLOUT_NO_STRING_DELIMITER #define PCRE2_ERROR_CALLOUT_NO_STRING_DELIMITER 181Definition at line 310 of file pcre2.h.
◆ PCRE2_ERROR_CALLOUT_NUMBER_TOO_BIG #define PCRE2_ERROR_CALLOUT_NUMBER_TOO_BIG 138Definition at line 266 of file pcre2.h.
◆ PCRE2_ERROR_CALLOUT_STRING_TOO_LONG #define PCRE2_ERROR_CALLOUT_STRING_TOO_LONG 172Definition at line 301 of file pcre2.h.
◆ PCRE2_ERROR_CLASS_INVALID_RANGE #define PCRE2_ERROR_CLASS_INVALID_RANGE 150Definition at line 278 of file pcre2.h.
◆ PCRE2_ERROR_CLASS_RANGE_ORDER #define PCRE2_ERROR_CLASS_RANGE_ORDER 108Definition at line 236 of file pcre2.h.
◆ PCRE2_ERROR_CODE_POINT_TOO_BIG #define PCRE2_ERROR_CODE_POINT_TOO_BIG 134Definition at line 262 of file pcre2.h.
◆ PCRE2_ERROR_CONDITION_ASSERTION_EXPECTED #define PCRE2_ERROR_CONDITION_ASSERTION_EXPECTED 128Definition at line 256 of file pcre2.h.
◆ PCRE2_ERROR_CONDITION_ATOMIC_ASSERTION_EXPECTED #define PCRE2_ERROR_CONDITION_ATOMIC_ASSERTION_EXPECTED 198Definition at line 327 of file pcre2.h.
◆ PCRE2_ERROR_CONVERT_SYNTAX #define PCRE2_ERROR_CONVERT_SYNTAX (-64)Definition at line 412 of file pcre2.h.
◆ PCRE2_ERROR_DEFINE_TOO_MANY_BRANCHES #define PCRE2_ERROR_DEFINE_TOO_MANY_BRANCHES 154Definition at line 282 of file pcre2.h.
◆ PCRE2_ERROR_DEPTHLIMIT #define PCRE2_ERROR_DEPTHLIMIT (-53)Definition at line 400 of file pcre2.h.
◆ PCRE2_ERROR_DFA_BADRESTART #define PCRE2_ERROR_DFA_BADRESTART (-38)Definition at line 385 of file pcre2.h.
◆ PCRE2_ERROR_DFA_RECURSE #define PCRE2_ERROR_DFA_RECURSE (-39)Definition at line 386 of file pcre2.h.
◆ PCRE2_ERROR_DFA_UCOND #define PCRE2_ERROR_DFA_UCOND (-40)Definition at line 387 of file pcre2.h.
◆ PCRE2_ERROR_DFA_UFUNC #define PCRE2_ERROR_DFA_UFUNC (-41)Definition at line 388 of file pcre2.h.
◆ PCRE2_ERROR_DFA_UINVALID_UTF #define PCRE2_ERROR_DFA_UINVALID_UTF (-66)Definition at line 414 of file pcre2.h.
◆ PCRE2_ERROR_DFA_UITEM #define PCRE2_ERROR_DFA_UITEM (-42)Definition at line 389 of file pcre2.h.
◆ PCRE2_ERROR_DFA_WSSIZE #define PCRE2_ERROR_DFA_WSSIZE (-43)Definition at line 390 of file pcre2.h.
◆ PCRE2_ERROR_DUPLICATE_SUBPATTERN_NAME #define PCRE2_ERROR_DUPLICATE_SUBPATTERN_NAME 143Definition at line 271 of file pcre2.h.
◆ PCRE2_ERROR_END_BACKSLASH #define PCRE2_ERROR_END_BACKSLASH 101Definition at line 229 of file pcre2.h.
◆ PCRE2_ERROR_END_BACKSLASH_C #define PCRE2_ERROR_END_BACKSLASH_C 102Definition at line 230 of file pcre2.h.
◆ PCRE2_ERROR_ESCAPE_INVALID_IN_CLASS #define PCRE2_ERROR_ESCAPE_INVALID_IN_CLASS 107Definition at line 235 of file pcre2.h.
◆ PCRE2_ERROR_ESCAPE_INVALID_IN_VERB #define PCRE2_ERROR_ESCAPE_INVALID_IN_VERB 140Definition at line 268 of file pcre2.h.
◆ PCRE2_ERROR_HEAP_FAILED #define PCRE2_ERROR_HEAP_FAILED 121Definition at line 249 of file pcre2.h.
◆ PCRE2_ERROR_HEAPLIMIT #define PCRE2_ERROR_HEAPLIMIT (-63)Definition at line 411 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL #define PCRE2_ERROR_INTERNAL (-44)Definition at line 391 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_BAD_CODE #define PCRE2_ERROR_INTERNAL_BAD_CODE 189Definition at line 318 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_BAD_CODE_AUTO_POSSESS #define PCRE2_ERROR_INTERNAL_BAD_CODE_AUTO_POSSESS 180Definition at line 309 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_BAD_CODE_IN_SKIP #define PCRE2_ERROR_INTERNAL_BAD_CODE_IN_SKIP 190Definition at line 319 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_BAD_CODE_LOOKBEHINDS #define PCRE2_ERROR_INTERNAL_BAD_CODE_LOOKBEHINDS 170Definition at line 299 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_CODE_OVERFLOW #define PCRE2_ERROR_INTERNAL_CODE_OVERFLOW 123Definition at line 251 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_DUPMATCH #define PCRE2_ERROR_INTERNAL_DUPMATCH (-65)Definition at line 413 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_MISSING_SUBPATTERN #define PCRE2_ERROR_INTERNAL_MISSING_SUBPATTERN 153Definition at line 281 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_OVERRAN_WORKSPACE #define PCRE2_ERROR_INTERNAL_OVERRAN_WORKSPACE 152Definition at line 280 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_PARSED_OVERFLOW #define PCRE2_ERROR_INTERNAL_PARSED_OVERFLOW 163Definition at line 292 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_STUDY_ERROR #define PCRE2_ERROR_INTERNAL_STUDY_ERROR 131Definition at line 259 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_UNEXPECTED_REPEAT #define PCRE2_ERROR_INTERNAL_UNEXPECTED_REPEAT 110Definition at line 238 of file pcre2.h.
◆ PCRE2_ERROR_INTERNAL_UNKNOWN_NEWLINE #define PCRE2_ERROR_INTERNAL_UNKNOWN_NEWLINE 156Definition at line 284 of file pcre2.h.
◆ PCRE2_ERROR_INVALID_AFTER_PARENS_QUERY #define PCRE2_ERROR_INVALID_AFTER_PARENS_QUERY 111Definition at line 239 of file pcre2.h.
◆ PCRE2_ERROR_INVALID_HEXADECIMAL #define PCRE2_ERROR_INVALID_HEXADECIMAL 167Definition at line 296 of file pcre2.h.
◆ PCRE2_ERROR_INVALID_HYPHEN_IN_OPTIONS #define PCRE2_ERROR_INVALID_HYPHEN_IN_OPTIONS 194Definition at line 323 of file pcre2.h.
◆ PCRE2_ERROR_INVALID_OCTAL #define PCRE2_ERROR_INVALID_OCTAL 164Definition at line 293 of file pcre2.h.
◆ PCRE2_ERROR_INVALID_SUBPATTERN_NAME #define PCRE2_ERROR_INVALID_SUBPATTERN_NAME 144Definition at line 272 of file pcre2.h.
◆ PCRE2_ERROR_INVALIDOFFSET #define PCRE2_ERROR_INVALIDOFFSET (-67)Definition at line 415 of file pcre2.h.
◆ PCRE2_ERROR_JIT_BADOPTION #define PCRE2_ERROR_JIT_BADOPTION (-45)Definition at line 392 of file pcre2.h.
◆ PCRE2_ERROR_JIT_STACKLIMIT #define PCRE2_ERROR_JIT_STACKLIMIT (-46)Definition at line 393 of file pcre2.h.
◆ PCRE2_ERROR_LOOKBEHIND_INVALID_BACKSLASH_C #define PCRE2_ERROR_LOOKBEHIND_INVALID_BACKSLASH_C 136Definition at line 264 of file pcre2.h.
◆ PCRE2_ERROR_LOOKBEHIND_NOT_FIXED_LENGTH #define PCRE2_ERROR_LOOKBEHIND_NOT_FIXED_LENGTH 125Definition at line 253 of file pcre2.h.
◆ PCRE2_ERROR_LOOKBEHIND_TOO_COMPLICATED #define PCRE2_ERROR_LOOKBEHIND_TOO_COMPLICATED 135Definition at line 263 of file pcre2.h.
◆ PCRE2_ERROR_LOOKBEHIND_TOO_LONG #define PCRE2_ERROR_LOOKBEHIND_TOO_LONG 187Definition at line 316 of file pcre2.h.
◆ PCRE2_ERROR_MALFORMED_UNICODE_PROPERTY #define PCRE2_ERROR_MALFORMED_UNICODE_PROPERTY 146Definition at line 274 of file pcre2.h.
◆ PCRE2_ERROR_MARK_MISSING_ARGUMENT #define PCRE2_ERROR_MARK_MISSING_ARGUMENT 166Definition at line 295 of file pcre2.h.
◆ PCRE2_ERROR_MATCHLIMIT #define PCRE2_ERROR_MATCHLIMIT (-47)Definition at line 394 of file pcre2.h.
◆ PCRE2_ERROR_MISSING_CALLOUT_CLOSING #define PCRE2_ERROR_MISSING_CALLOUT_CLOSING 139Definition at line 267 of file pcre2.h.
◆ PCRE2_ERROR_MISSING_CLOSING_PARENTHESIS #define PCRE2_ERROR_MISSING_CLOSING_PARENTHESIS 114Definition at line 242 of file pcre2.h.
◆ PCRE2_ERROR_MISSING_COMMENT_CLOSING #define PCRE2_ERROR_MISSING_COMMENT_CLOSING 118Definition at line 246 of file pcre2.h.
◆ PCRE2_ERROR_MISSING_CONDITION_CLOSING #define PCRE2_ERROR_MISSING_CONDITION_CLOSING 124Definition at line 252 of file pcre2.h.
◆ PCRE2_ERROR_MISSING_NAME_TERMINATOR #define PCRE2_ERROR_MISSING_NAME_TERMINATOR 142Definition at line 270 of file pcre2.h.
◆ PCRE2_ERROR_MISSING_OCTAL_OR_HEX_DIGITS #define PCRE2_ERROR_MISSING_OCTAL_OR_HEX_DIGITS 178Definition at line 307 of file pcre2.h.
◆ PCRE2_ERROR_MISSING_SQUARE_BRACKET #define PCRE2_ERROR_MISSING_SQUARE_BRACKET 106Definition at line 234 of file pcre2.h.
◆ PCRE2_ERROR_MIXEDTABLES #define PCRE2_ERROR_MIXEDTABLES (-30) /* Name was changed */Definition at line 377 of file pcre2.h.
◆ PCRE2_ERROR_NO_SURROGATES_IN_UTF16 #define PCRE2_ERROR_NO_SURROGATES_IN_UTF16 191Definition at line 320 of file pcre2.h.
◆ PCRE2_ERROR_NOMATCH #define PCRE2_ERROR_NOMATCH (-1)Definition at line 333 of file pcre2.h.
◆ PCRE2_ERROR_NOMEMORY #define PCRE2_ERROR_NOMEMORY (-48)Definition at line 395 of file pcre2.h.
◆ PCRE2_ERROR_NOSUBSTRING #define PCRE2_ERROR_NOSUBSTRING (-49)Definition at line 396 of file pcre2.h.
◆ PCRE2_ERROR_NOUNIQUESUBSTRING #define PCRE2_ERROR_NOUNIQUESUBSTRING (-50)Definition at line 397 of file pcre2.h.
◆ PCRE2_ERROR_NULL #define PCRE2_ERROR_NULL (-51)Definition at line 398 of file pcre2.h.
◆ PCRE2_ERROR_NULL_PATTERN #define PCRE2_ERROR_NULL_PATTERN 116Definition at line 244 of file pcre2.h.
◆ PCRE2_ERROR_OCTAL_BYTE_TOO_BIG #define PCRE2_ERROR_OCTAL_BYTE_TOO_BIG 151Definition at line 279 of file pcre2.h.
◆ PCRE2_ERROR_PARENS_QUERY_R_MISSING_CLOSING #define PCRE2_ERROR_PARENS_QUERY_R_MISSING_CLOSING 158Definition at line 286 of file pcre2.h.
◆ PCRE2_ERROR_PARENTHESES_NEST_TOO_DEEP #define PCRE2_ERROR_PARENTHESES_NEST_TOO_DEEP 119Definition at line 247 of file pcre2.h.
◆ PCRE2_ERROR_PARENTHESES_STACK_CHECK #define PCRE2_ERROR_PARENTHESES_STACK_CHECK 133Definition at line 261 of file pcre2.h.
◆ PCRE2_ERROR_PARTIAL #define PCRE2_ERROR_PARTIAL (-2)Definition at line 334 of file pcre2.h.
◆ PCRE2_ERROR_PATTERN_STRING_TOO_LONG #define PCRE2_ERROR_PATTERN_STRING_TOO_LONG 188Definition at line 317 of file pcre2.h.
◆ PCRE2_ERROR_PATTERN_TOO_COMPLICATED #define PCRE2_ERROR_PATTERN_TOO_COMPLICATED 186Definition at line 315 of file pcre2.h.
◆ PCRE2_ERROR_PATTERN_TOO_LARGE #define PCRE2_ERROR_PATTERN_TOO_LARGE 120Definition at line 248 of file pcre2.h.
◆ PCRE2_ERROR_POSIX_CLASS_NOT_IN_CLASS #define PCRE2_ERROR_POSIX_CLASS_NOT_IN_CLASS 112Definition at line 240 of file pcre2.h.
◆ PCRE2_ERROR_POSIX_NO_SUPPORT_COLLATING #define PCRE2_ERROR_POSIX_NO_SUPPORT_COLLATING 113Definition at line 241 of file pcre2.h.
◆ PCRE2_ERROR_QUANTIFIER_INVALID #define PCRE2_ERROR_QUANTIFIER_INVALID 109Definition at line 237 of file pcre2.h.
◆ PCRE2_ERROR_QUANTIFIER_OUT_OF_ORDER #define PCRE2_ERROR_QUANTIFIER_OUT_OF_ORDER 104Definition at line 232 of file pcre2.h.
◆ PCRE2_ERROR_QUANTIFIER_TOO_BIG #define PCRE2_ERROR_QUANTIFIER_TOO_BIG 105Definition at line 233 of file pcre2.h.
◆ PCRE2_ERROR_QUERY_BARJX_NEST_TOO_DEEP #define PCRE2_ERROR_QUERY_BARJX_NEST_TOO_DEEP 184Definition at line 313 of file pcre2.h.
◆ PCRE2_ERROR_RECURSELOOP #define PCRE2_ERROR_RECURSELOOP (-52)Definition at line 399 of file pcre2.h.
◆ PCRE2_ERROR_RECURSIONLIMIT #define PCRE2_ERROR_RECURSIONLIMIT (-53) /* Obsolete synonym */Definition at line 401 of file pcre2.h.
◆ PCRE2_ERROR_REPMISSINGBRACE #define PCRE2_ERROR_REPMISSINGBRACE (-58)Definition at line 406 of file pcre2.h.
◆ PCRE2_ERROR_SCRIPT_RUN_NOT_AVAILABLE #define PCRE2_ERROR_SCRIPT_RUN_NOT_AVAILABLE 196Definition at line 325 of file pcre2.h.
◆ PCRE2_ERROR_SUBPATTERN_NAME_EXPECTED #define PCRE2_ERROR_SUBPATTERN_NAME_EXPECTED 162Definition at line 291 of file pcre2.h.
◆ PCRE2_ERROR_SUBPATTERN_NAME_TOO_LONG #define PCRE2_ERROR_SUBPATTERN_NAME_TOO_LONG 148Definition at line 276 of file pcre2.h.
◆ PCRE2_ERROR_SUBPATTERN_NAMES_MISMATCH #define PCRE2_ERROR_SUBPATTERN_NAMES_MISMATCH 165Definition at line 294 of file pcre2.h.
◆ PCRE2_ERROR_SUBPATTERN_NUMBER_TOO_BIG #define PCRE2_ERROR_SUBPATTERN_NUMBER_TOO_BIG 161Definition at line 290 of file pcre2.h.
◆ PCRE2_ERROR_SUPPORTED_ONLY_IN_UNICODE #define PCRE2_ERROR_SUPPORTED_ONLY_IN_UNICODE 193Definition at line 322 of file pcre2.h.
◆ PCRE2_ERROR_TOO_MANY_CAPTURES #define PCRE2_ERROR_TOO_MANY_CAPTURES 197Definition at line 326 of file pcre2.h.
◆ PCRE2_ERROR_TOO_MANY_CONDITION_BRANCHES #define PCRE2_ERROR_TOO_MANY_CONDITION_BRANCHES 127Definition at line 255 of file pcre2.h.
◆ PCRE2_ERROR_TOO_MANY_NAMED_SUBPATTERNS #define PCRE2_ERROR_TOO_MANY_NAMED_SUBPATTERNS 149Definition at line 277 of file pcre2.h.
◆ PCRE2_ERROR_TOOMANYREPLACE #define PCRE2_ERROR_TOOMANYREPLACE (-61)Definition at line 409 of file pcre2.h.
◆ PCRE2_ERROR_UCP_IS_DISABLED #define PCRE2_ERROR_UCP_IS_DISABLED 175Definition at line 304 of file pcre2.h.
◆ PCRE2_ERROR_UNAVAILABLE #define PCRE2_ERROR_UNAVAILABLE (-54)Definition at line 402 of file pcre2.h.
◆ PCRE2_ERROR_UNICODE_DISALLOWED_CODE_POINT #define PCRE2_ERROR_UNICODE_DISALLOWED_CODE_POINT 173Definition at line 302 of file pcre2.h.
◆ PCRE2_ERROR_UNICODE_NOT_SUPPORTED #define PCRE2_ERROR_UNICODE_NOT_SUPPORTED 132Definition at line 260 of file pcre2.h.
◆ PCRE2_ERROR_UNICODE_PROPERTIES_UNAVAILABLE #define PCRE2_ERROR_UNICODE_PROPERTIES_UNAVAILABLE 145Definition at line 273 of file pcre2.h.
◆ PCRE2_ERROR_UNKNOWN_ESCAPE #define PCRE2_ERROR_UNKNOWN_ESCAPE 103Definition at line 231 of file pcre2.h.
◆ PCRE2_ERROR_UNKNOWN_POSIX_CLASS #define PCRE2_ERROR_UNKNOWN_POSIX_CLASS 130Definition at line 258 of file pcre2.h.
◆ PCRE2_ERROR_UNKNOWN_UNICODE_PROPERTY #define PCRE2_ERROR_UNKNOWN_UNICODE_PROPERTY 147Definition at line 275 of file pcre2.h.
◆ PCRE2_ERROR_UNMATCHED_CLOSING_PARENTHESIS #define PCRE2_ERROR_UNMATCHED_CLOSING_PARENTHESIS 122Definition at line 250 of file pcre2.h.
◆ PCRE2_ERROR_UNRECOGNIZED_AFTER_QUERY_P #define PCRE2_ERROR_UNRECOGNIZED_AFTER_QUERY_P 141Definition at line 269 of file pcre2.h.
◆ PCRE2_ERROR_UNSET #define PCRE2_ERROR_UNSET (-55)Definition at line 403 of file pcre2.h.
◆ PCRE2_ERROR_UNSUPPORTED_ESCAPE_SEQUENCE #define PCRE2_ERROR_UNSUPPORTED_ESCAPE_SEQUENCE 137Definition at line 265 of file pcre2.h.
◆ PCRE2_ERROR_UTF16_ERR1 #define PCRE2_ERROR_UTF16_ERR1 (-24)Definition at line 362 of file pcre2.h.
◆ PCRE2_ERROR_UTF16_ERR2 #define PCRE2_ERROR_UTF16_ERR2 (-25)Definition at line 363 of file pcre2.h.
◆ PCRE2_ERROR_UTF16_ERR3 #define PCRE2_ERROR_UTF16_ERR3 (-26)Definition at line 364 of file pcre2.h.
◆ PCRE2_ERROR_UTF32_ERR1 #define PCRE2_ERROR_UTF32_ERR1 (-27)Definition at line 368 of file pcre2.h.
◆ PCRE2_ERROR_UTF32_ERR2 #define PCRE2_ERROR_UTF32_ERR2 (-28)Definition at line 369 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR1 #define PCRE2_ERROR_UTF8_ERR1 (-3)Definition at line 338 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR10 #define PCRE2_ERROR_UTF8_ERR10 (-12)Definition at line 347 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR11 #define PCRE2_ERROR_UTF8_ERR11 (-13)Definition at line 348 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR12 #define PCRE2_ERROR_UTF8_ERR12 (-14)Definition at line 349 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR13 #define PCRE2_ERROR_UTF8_ERR13 (-15)Definition at line 350 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR14 #define PCRE2_ERROR_UTF8_ERR14 (-16)Definition at line 351 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR15 #define PCRE2_ERROR_UTF8_ERR15 (-17)Definition at line 352 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR16 #define PCRE2_ERROR_UTF8_ERR16 (-18)Definition at line 353 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR17 #define PCRE2_ERROR_UTF8_ERR17 (-19)Definition at line 354 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR18 #define PCRE2_ERROR_UTF8_ERR18 (-20)Definition at line 355 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR19 #define PCRE2_ERROR_UTF8_ERR19 (-21)Definition at line 356 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR2 #define PCRE2_ERROR_UTF8_ERR2 (-4)Definition at line 339 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR20 #define PCRE2_ERROR_UTF8_ERR20 (-22)Definition at line 357 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR21 #define PCRE2_ERROR_UTF8_ERR21 (-23)Definition at line 358 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR3 #define PCRE2_ERROR_UTF8_ERR3 (-5)Definition at line 340 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR4 #define PCRE2_ERROR_UTF8_ERR4 (-6)Definition at line 341 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR5 #define PCRE2_ERROR_UTF8_ERR5 (-7)Definition at line 342 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR6 #define PCRE2_ERROR_UTF8_ERR6 (-8)Definition at line 343 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR7 #define PCRE2_ERROR_UTF8_ERR7 (-9)Definition at line 344 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR8 #define PCRE2_ERROR_UTF8_ERR8 (-10)Definition at line 345 of file pcre2.h.
◆ PCRE2_ERROR_UTF8_ERR9 #define PCRE2_ERROR_UTF8_ERR9 (-11)Definition at line 346 of file pcre2.h.
◆ PCRE2_ERROR_UTF_IS_DISABLED #define PCRE2_ERROR_UTF_IS_DISABLED 174Definition at line 303 of file pcre2.h.
◆ PCRE2_ERROR_VERB_ARGUMENT_NOT_ALLOWED #define PCRE2_ERROR_VERB_ARGUMENT_NOT_ALLOWED 159Definition at line 288 of file pcre2.h.
◆ PCRE2_ERROR_VERB_NAME_TOO_LONG #define PCRE2_ERROR_VERB_NAME_TOO_LONG 176Definition at line 305 of file pcre2.h.
◆ PCRE2_ERROR_VERB_UNKNOWN #define PCRE2_ERROR_VERB_UNKNOWN 160Definition at line 289 of file pcre2.h.
◆ PCRE2_ERROR_VERSION_CONDITION_SYNTAX #define PCRE2_ERROR_VERSION_CONDITION_SYNTAX 179Definition at line 308 of file pcre2.h.
◆ PCRE2_ERROR_ZERO_RELATIVE_REFERENCE #define PCRE2_ERROR_ZERO_RELATIVE_REFERENCE 126Definition at line 254 of file pcre2.h.
◆ PCRE2_EXP_DECL #define PCRE2_EXP_DECL externDefinition at line 72 of file pcre2.h.
◆ PCRE2_EXTENDED #define PCRE2_EXTENDED 0x00000080u /* C */Definition at line 132 of file pcre2.h.
◆ PCRE2_EXTENDED_MORE #define PCRE2_EXTENDED_MORE 0x01000000u /* C */Definition at line 149 of file pcre2.h.
◆ PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK #define PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK 0x00000040u /* C */Definition at line 161 of file pcre2.h.
◆ PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES #define PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES 0x00000001u /* C */Definition at line 155 of file pcre2.h.
◆ PCRE2_EXTRA_ALT_BSUX #define PCRE2_EXTRA_ALT_BSUX 0x00000020u /* C */Definition at line 160 of file pcre2.h.
◆ PCRE2_EXTRA_ASCII_BSD #define PCRE2_EXTRA_ASCII_BSD 0x00000100u /* C */Definition at line 163 of file pcre2.h.
◆ PCRE2_EXTRA_ASCII_BSS #define PCRE2_EXTRA_ASCII_BSS 0x00000200u /* C */Definition at line 164 of file pcre2.h.
◆ PCRE2_EXTRA_ASCII_BSW #define PCRE2_EXTRA_ASCII_BSW 0x00000400u /* C */Definition at line 165 of file pcre2.h.
◆ PCRE2_EXTRA_ASCII_DIGIT #define PCRE2_EXTRA_ASCII_DIGIT 0x00001000u /* C */Definition at line 167 of file pcre2.h.
◆ PCRE2_EXTRA_ASCII_POSIX #define PCRE2_EXTRA_ASCII_POSIX 0x00000800u /* C */Definition at line 166 of file pcre2.h.
◆ PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL #define PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL 0x00000002u /* C */Definition at line 156 of file pcre2.h.
◆ PCRE2_EXTRA_CASELESS_RESTRICT #define PCRE2_EXTRA_CASELESS_RESTRICT 0x00000080u /* C */Definition at line 162 of file pcre2.h.
◆ PCRE2_EXTRA_ESCAPED_CR_IS_LF #define PCRE2_EXTRA_ESCAPED_CR_IS_LF 0x00000010u /* C */Definition at line 159 of file pcre2.h.
◆ PCRE2_EXTRA_MATCH_LINE #define PCRE2_EXTRA_MATCH_LINE 0x00000008u /* C */Definition at line 158 of file pcre2.h.
◆ PCRE2_EXTRA_MATCH_WORD #define PCRE2_EXTRA_MATCH_WORD 0x00000004u /* C */Definition at line 157 of file pcre2.h.
◆ PCRE2_FIRSTLINE #define PCRE2_FIRSTLINE 0x00000100u /* J M D */Definition at line 133 of file pcre2.h.
◆ pcre2_general_context ◆ pcre2_general_context_copy #define pcre2_general_context_copy PCRE2_SUFFIX(pcre2_general_context_copy_)Definition at line 869 of file pcre2.h.
◆ pcre2_general_context_create #define pcre2_general_context_create PCRE2_SUFFIX(pcre2_general_context_create_)Definition at line 870 of file pcre2.h.
◆ pcre2_general_context_free #define pcre2_general_context_free PCRE2_SUFFIX(pcre2_general_context_free_)Definition at line 871 of file pcre2.h.
◆ PCRE2_GENERAL_CONTEXT_FUNCTIONS #define PCRE2_GENERAL_CONTEXT_FUNCTIONS Value:void (*)(void *, void *), void *); \
#define pcre2_general_context_free
#define pcre2_general_context_copy
#define pcre2_general_context_create
Definition at line 588 of file pcre2.h.
◆ PCRE2_GENERAL_INFO_FUNCTIONS ◆ pcre2_get_error_message #define pcre2_get_error_message PCRE2_SUFFIX(pcre2_get_error_message_)Definition at line 872 of file pcre2.h.
◆ pcre2_get_mark ◆ pcre2_get_match_data_heapframes_size #define pcre2_get_match_data_heapframes_size PCRE2_SUFFIX(pcre2_get_match_data_heapframes_size_)Definition at line 874 of file pcre2.h.
◆ pcre2_get_match_data_size #define pcre2_get_match_data_size PCRE2_SUFFIX(pcre2_get_match_data_size_)Definition at line 875 of file pcre2.h.
◆ pcre2_get_ovector_count #define pcre2_get_ovector_count PCRE2_SUFFIX(pcre2_get_ovector_count_)Definition at line 877 of file pcre2.h.
◆ pcre2_get_ovector_pointer #define pcre2_get_ovector_pointer PCRE2_SUFFIX(pcre2_get_ovector_pointer_)Definition at line 876 of file pcre2.h.
◆ pcre2_get_startchar ◆ PCRE2_GLUE ◆ PCRE2_INFO_ALLOPTIONS #define PCRE2_INFO_ALLOPTIONS 0Definition at line 420 of file pcre2.h.
◆ PCRE2_INFO_ARGOPTIONS #define PCRE2_INFO_ARGOPTIONS 1Definition at line 421 of file pcre2.h.
◆ PCRE2_INFO_BACKREFMAX #define PCRE2_INFO_BACKREFMAX 2Definition at line 422 of file pcre2.h.
◆ PCRE2_INFO_BSR ◆ PCRE2_INFO_CAPTURECOUNT #define PCRE2_INFO_CAPTURECOUNT 4Definition at line 424 of file pcre2.h.
◆ PCRE2_INFO_DEPTHLIMIT #define PCRE2_INFO_DEPTHLIMIT 21Definition at line 441 of file pcre2.h.
◆ PCRE2_INFO_EXTRAOPTIONS #define PCRE2_INFO_EXTRAOPTIONS 26Definition at line 447 of file pcre2.h.
◆ PCRE2_INFO_FIRSTBITMAP #define PCRE2_INFO_FIRSTBITMAP 7Definition at line 427 of file pcre2.h.
◆ PCRE2_INFO_FIRSTCODETYPE #define PCRE2_INFO_FIRSTCODETYPE 6Definition at line 426 of file pcre2.h.
◆ PCRE2_INFO_FIRSTCODEUNIT #define PCRE2_INFO_FIRSTCODEUNIT 5Definition at line 425 of file pcre2.h.
◆ PCRE2_INFO_FRAMESIZE #define PCRE2_INFO_FRAMESIZE 24Definition at line 445 of file pcre2.h.
◆ PCRE2_INFO_HASBACKSLASHC #define PCRE2_INFO_HASBACKSLASHC 23Definition at line 444 of file pcre2.h.
◆ PCRE2_INFO_HASCRORLF #define PCRE2_INFO_HASCRORLF 8Definition at line 428 of file pcre2.h.
◆ PCRE2_INFO_HEAPLIMIT #define PCRE2_INFO_HEAPLIMIT 25Definition at line 446 of file pcre2.h.
◆ PCRE2_INFO_JCHANGED #define PCRE2_INFO_JCHANGED 9Definition at line 429 of file pcre2.h.
◆ PCRE2_INFO_JITSIZE #define PCRE2_INFO_JITSIZE 10Definition at line 430 of file pcre2.h.
◆ PCRE2_INFO_LASTCODETYPE #define PCRE2_INFO_LASTCODETYPE 12Definition at line 432 of file pcre2.h.
◆ PCRE2_INFO_LASTCODEUNIT #define PCRE2_INFO_LASTCODEUNIT 11Definition at line 431 of file pcre2.h.
◆ PCRE2_INFO_MATCHEMPTY #define PCRE2_INFO_MATCHEMPTY 13Definition at line 433 of file pcre2.h.
◆ PCRE2_INFO_MATCHLIMIT #define PCRE2_INFO_MATCHLIMIT 14Definition at line 434 of file pcre2.h.
◆ PCRE2_INFO_MAXLOOKBEHIND #define PCRE2_INFO_MAXLOOKBEHIND 15Definition at line 435 of file pcre2.h.
◆ PCRE2_INFO_MINLENGTH #define PCRE2_INFO_MINLENGTH 16Definition at line 436 of file pcre2.h.
◆ PCRE2_INFO_NAMECOUNT #define PCRE2_INFO_NAMECOUNT 17Definition at line 437 of file pcre2.h.
◆ PCRE2_INFO_NAMEENTRYSIZE #define PCRE2_INFO_NAMEENTRYSIZE 18Definition at line 438 of file pcre2.h.
◆ PCRE2_INFO_NAMETABLE #define PCRE2_INFO_NAMETABLE 19Definition at line 439 of file pcre2.h.
◆ PCRE2_INFO_NEWLINE #define PCRE2_INFO_NEWLINE 20Definition at line 440 of file pcre2.h.
◆ PCRE2_INFO_RECURSIONLIMIT #define PCRE2_INFO_RECURSIONLIMIT 21 /* Obsolete synonym */Definition at line 442 of file pcre2.h.
◆ PCRE2_INFO_SIZE #define PCRE2_INFO_SIZE 22Definition at line 443 of file pcre2.h.
◆ pcre2_jit_callback ◆ pcre2_jit_compile ◆ PCRE2_JIT_COMPLETE #define PCRE2_JIT_COMPLETE 0x00000001u /* For full matching */Definition at line 171 of file pcre2.h.
◆ pcre2_jit_free_unused_memory #define pcre2_jit_free_unused_memory PCRE2_SUFFIX(pcre2_jit_free_unused_memory_)Definition at line 881 of file pcre2.h.
◆ PCRE2_JIT_FUNCTIONS #define PCRE2_JIT_FUNCTIONS Value:#define pcre2_jit_stack_assign
#define pcre2_jit_stack_free
#define pcre2_jit_free_unused_memory
#define pcre2_match_context
#define pcre2_jit_callback
#define pcre2_jit_stack_create
#define pcre2_jit_compile
Definition at line 785 of file pcre2.h.
◆ PCRE2_JIT_INVALID_UTF #define PCRE2_JIT_INVALID_UTF 0x00000100uDefinition at line 174 of file pcre2.h.
◆ pcre2_jit_match ◆ PCRE2_JIT_PARTIAL_HARD #define PCRE2_JIT_PARTIAL_HARD 0x00000004uDefinition at line 173 of file pcre2.h.
◆ PCRE2_JIT_PARTIAL_SOFT #define PCRE2_JIT_PARTIAL_SOFT 0x00000002uDefinition at line 172 of file pcre2.h.
◆ pcre2_jit_stack ◆ pcre2_jit_stack_assign ◆ pcre2_jit_stack_create ◆ pcre2_jit_stack_free ◆ PCRE2_JOIN #define PCRE2_JOIN ( a, b ) a ## bDefinition at line 818 of file pcre2.h.
◆ PCRE2_LITERAL #define PCRE2_LITERAL 0x02000000u /* C */Definition at line 150 of file pcre2.h.
◆ PCRE2_LOCAL_WIDTH [1/3] #define PCRE2_LOCAL_WIDTH 8Definition at line 965 of file pcre2.h.
◆ PCRE2_LOCAL_WIDTH [2/3] #define PCRE2_LOCAL_WIDTH 16Definition at line 965 of file pcre2.h.
◆ PCRE2_LOCAL_WIDTH [3/3] #define PCRE2_LOCAL_WIDTH 32Definition at line 965 of file pcre2.h.
◆ PCRE2_MAJOR ◆ pcre2_maketables ◆ pcre2_maketables_free ◆ pcre2_match ◆ pcre2_match_context ◆ pcre2_match_context_copy #define pcre2_match_context_copy PCRE2_SUFFIX(pcre2_match_context_copy_)Definition at line 888 of file pcre2.h.
◆ pcre2_match_context_create #define pcre2_match_context_create PCRE2_SUFFIX(pcre2_match_context_create_)Definition at line 889 of file pcre2.h.
◆ pcre2_match_context_free #define pcre2_match_context_free PCRE2_SUFFIX(pcre2_match_context_free_)Definition at line 890 of file pcre2.h.
◆ PCRE2_MATCH_CONTEXT_FUNCTIONS #define PCRE2_MATCH_CONTEXT_FUNCTIONS Value:void *(*)(size_t, void *), void (*)(void *, void *), void *);
#define pcre2_set_offset_limit
#define pcre2_set_callout
#define pcre2_set_heap_limit
#define pcre2_set_substitute_callout
#define pcre2_match_context_free
#define pcre2_set_match_limit
#define pcre2_substitute_callout_block
#define pcre2_set_depth_limit
#define pcre2_set_recursion_limit
#define pcre2_set_recursion_memory_management
#define pcre2_match_context_create
#define pcre2_match_context_copy
#define pcre2_callout_block
Definition at line 624 of file pcre2.h.
◆ pcre2_match_data ◆ pcre2_match_data_create #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_)Definition at line 891 of file pcre2.h.
◆ pcre2_match_data_create_from_pattern #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_)Definition at line 892 of file pcre2.h.
◆ pcre2_match_data_free ◆ PCRE2_MATCH_FUNCTIONS #define PCRE2_MATCH_FUNCTIONS Value:#define pcre2_match_data_create
#define pcre2_get_startchar
#define pcre2_get_ovector_pointer
#define pcre2_get_match_data_heapframes_size
#define pcre2_match_data_create_from_pattern
#define pcre2_get_match_data_size
#define pcre2_match_data_free
#define pcre2_get_ovector_count
Definition at line 690 of file pcre2.h.
◆ PCRE2_MATCH_INVALID_UTF #define PCRE2_MATCH_INVALID_UTF 0x04000000u /* J M D */Definition at line 151 of file pcre2.h.
◆ PCRE2_MATCH_UNSET_BACKREF #define PCRE2_MATCH_UNSET_BACKREF 0x00000200u /* C J M */Definition at line 134 of file pcre2.h.
◆ PCRE2_MINOR ◆ PCRE2_MULTILINE #define PCRE2_MULTILINE 0x00000400u /* C */Definition at line 135 of file pcre2.h.
◆ PCRE2_NEVER_BACKSLASH_C #define PCRE2_NEVER_BACKSLASH_C 0x00100000u /* C */Definition at line 145 of file pcre2.h.
◆ PCRE2_NEVER_UCP #define PCRE2_NEVER_UCP 0x00000800u /* C */Definition at line 136 of file pcre2.h.
◆ PCRE2_NEVER_UTF #define PCRE2_NEVER_UTF 0x00001000u /* C */Definition at line 137 of file pcre2.h.
◆ PCRE2_NEWLINE_ANY #define PCRE2_NEWLINE_ANY 4Definition at line 219 of file pcre2.h.
◆ PCRE2_NEWLINE_ANYCRLF #define PCRE2_NEWLINE_ANYCRLF 5Definition at line 220 of file pcre2.h.
◆ PCRE2_NEWLINE_CR #define PCRE2_NEWLINE_CR 1Definition at line 216 of file pcre2.h.
◆ PCRE2_NEWLINE_CRLF #define PCRE2_NEWLINE_CRLF 3Definition at line 218 of file pcre2.h.
◆ PCRE2_NEWLINE_LF #define PCRE2_NEWLINE_LF 2Definition at line 217 of file pcre2.h.
◆ PCRE2_NEWLINE_NUL #define PCRE2_NEWLINE_NUL 6Definition at line 221 of file pcre2.h.
◆ PCRE2_NO_AUTO_CAPTURE #define PCRE2_NO_AUTO_CAPTURE 0x00002000u /* C */Definition at line 138 of file pcre2.h.
◆ PCRE2_NO_AUTO_POSSESS #define PCRE2_NO_AUTO_POSSESS 0x00004000u /* C */Definition at line 139 of file pcre2.h.
◆ PCRE2_NO_DOTSTAR_ANCHOR #define PCRE2_NO_DOTSTAR_ANCHOR 0x00008000u /* C */Definition at line 140 of file pcre2.h.
◆ PCRE2_NO_JIT ◆ PCRE2_NO_START_OPTIMIZE #define PCRE2_NO_START_OPTIMIZE 0x00010000u /* J M D */Definition at line 141 of file pcre2.h.
◆ PCRE2_NO_UTF_CHECK #define PCRE2_NO_UTF_CHECK 0x40000000uDefinition at line 112 of file pcre2.h.
◆ PCRE2_NOTBOL #define PCRE2_NOTBOL 0x00000001uDefinition at line 182 of file pcre2.h.
◆ PCRE2_NOTEMPTY #define PCRE2_NOTEMPTY 0x00000004u /* ) These two must be kept */Definition at line 184 of file pcre2.h.
◆ PCRE2_NOTEMPTY_ATSTART #define PCRE2_NOTEMPTY_ATSTART 0x00000008u /* ) adjacent to each other. */Definition at line 185 of file pcre2.h.
◆ PCRE2_NOTEOL #define PCRE2_NOTEOL 0x00000002uDefinition at line 183 of file pcre2.h.
◆ PCRE2_OTHER_FUNCTIONS #define PCRE2_OTHER_FUNCTIONS Value:#define pcre2_get_error_message
#define pcre2_maketables_free
Definition at line 803 of file pcre2.h.
◆ PCRE2_PARTIAL_HARD #define PCRE2_PARTIAL_HARD 0x00000020uDefinition at line 187 of file pcre2.h.
◆ PCRE2_PARTIAL_SOFT #define PCRE2_PARTIAL_SOFT 0x00000010uDefinition at line 186 of file pcre2.h.
◆ pcre2_pattern_convert ◆ pcre2_pattern_info ◆ PCRE2_PATTERN_INFO_FUNCTIONS #define PCRE2_PATTERN_INFO_FUNCTIONS Value:#define pcre2_callout_enumerate_block
#define pcre2_callout_enumerate
#define pcre2_pattern_info
Definition at line 680 of file pcre2.h.
◆ PCRE2_PRERELEASE ◆ pcre2_real_code ◆ pcre2_real_compile_context ◆ pcre2_real_convert_context ◆ pcre2_real_general_context ◆ pcre2_real_jit_stack ◆ pcre2_real_match_context ◆ pcre2_real_match_data ◆ pcre2_serialize_decode ◆ pcre2_serialize_encode ◆ pcre2_serialize_free ◆ PCRE2_SERIALIZE_FUNCTIONS #define PCRE2_SERIALIZE_FUNCTIONS Value:#define pcre2_serialize_get_number_of_codes
#define pcre2_serialize_free
#define pcre2_serialize_decode
#define pcre2_serialize_encode
Definition at line 751 of file pcre2.h.
◆ pcre2_serialize_get_number_of_codes #define pcre2_serialize_get_number_of_codes PCRE2_SUFFIX(pcre2_serialize_get_number_of_codes_)Definition at line 899 of file pcre2.h.
◆ pcre2_set_bsr ◆ pcre2_set_callout ◆ pcre2_set_character_tables #define pcre2_set_character_tables PCRE2_SUFFIX(pcre2_set_character_tables_)Definition at line 902 of file pcre2.h.
◆ pcre2_set_compile_extra_options #define pcre2_set_compile_extra_options PCRE2_SUFFIX(pcre2_set_compile_extra_options_)Definition at line 903 of file pcre2.h.
◆ pcre2_set_compile_recursion_guard #define pcre2_set_compile_recursion_guard PCRE2_SUFFIX(pcre2_set_compile_recursion_guard_)Definition at line 904 of file pcre2.h.
◆ pcre2_set_depth_limit ◆ pcre2_set_glob_escape ◆ pcre2_set_glob_separator #define pcre2_set_glob_separator PCRE2_SUFFIX(pcre2_set_glob_separator_)Definition at line 907 of file pcre2.h.
◆ pcre2_set_heap_limit ◆ pcre2_set_match_limit ◆ pcre2_set_max_pattern_compiled_length #define pcre2_set_max_pattern_compiled_length PCRE2_SUFFIX(pcre2_set_max_pattern_compiled_length_)Definition at line 912 of file pcre2.h.
◆ pcre2_set_max_pattern_length #define pcre2_set_max_pattern_length PCRE2_SUFFIX(pcre2_set_max_pattern_length_)Definition at line 911 of file pcre2.h.
◆ pcre2_set_max_varlookbehind #define pcre2_set_max_varlookbehind PCRE2_SUFFIX(pcre2_set_max_varlookbehind_)Definition at line 910 of file pcre2.h.
◆ pcre2_set_newline ◆ pcre2_set_offset_limit ◆ pcre2_set_parens_nest_limit #define pcre2_set_parens_nest_limit PCRE2_SUFFIX(pcre2_set_parens_nest_limit_)Definition at line 914 of file pcre2.h.
◆ pcre2_set_recursion_limit #define pcre2_set_recursion_limit PCRE2_SUFFIX(pcre2_set_recursion_limit_)Definition at line 931 of file pcre2.h.
◆ pcre2_set_recursion_memory_management #define pcre2_set_recursion_memory_management PCRE2_SUFFIX(pcre2_set_recursion_memory_management_)Definition at line 934 of file pcre2.h.
◆ pcre2_set_substitute_callout #define pcre2_set_substitute_callout PCRE2_SUFFIX(pcre2_set_substitute_callout_)Definition at line 916 of file pcre2.h.
◆ PCRE2_SIZE #define PCRE2_SIZE size_tDefinition at line 485 of file pcre2.h.
◆ PCRE2_SIZE_MAX ◆ PCRE2_SPTR ◆ PCRE2_STRUCTURE_LIST #define PCRE2_STRUCTURE_LISTDefinition at line 529 of file pcre2.h.
◆ pcre2_substitute ◆ pcre2_substitute_callout_block #define pcre2_substitute_callout_block PCRE2_SUFFIX(pcre2_substitute_callout_block_)Definition at line 845 of file pcre2.h.
◆ PCRE2_SUBSTITUTE_EXTENDED ◆ PCRE2_SUBSTITUTE_FUNCTION #define PCRE2_SUBSTITUTE_FUNCTION ◆ PCRE2_SUBSTITUTE_GLOBAL ◆ PCRE2_SUBSTITUTE_LITERAL ◆ PCRE2_SUBSTITUTE_MATCHED ◆ PCRE2_SUBSTITUTE_OVERFLOW_LENGTH ◆ PCRE2_SUBSTITUTE_REPLACEMENT_ONLY ◆ PCRE2_SUBSTITUTE_UNKNOWN_UNSET ◆ PCRE2_SUBSTITUTE_UNSET_EMPTY ◆ pcre2_substring_copy_byname #define pcre2_substring_copy_byname PCRE2_SUFFIX(pcre2_substring_copy_byname_)Definition at line 918 of file pcre2.h.
◆ pcre2_substring_copy_bynumber #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_)Definition at line 919 of file pcre2.h.
◆ pcre2_substring_free ◆ PCRE2_SUBSTRING_FUNCTIONS #define PCRE2_SUBSTRING_FUNCTIONS Value:#define pcre2_substring_get_bynumber
#define pcre2_substring_number_from_name
#define pcre2_substring_free
#define pcre2_substring_length_bynumber
#define pcre2_substring_length_byname
#define pcre2_substring_get_byname
#define pcre2_substring_copy_byname
#define pcre2_substring_list_get
#define pcre2_substring_list_free
#define pcre2_substring_copy_bynumber
#define pcre2_substring_nametable_scan
Definition at line 720 of file pcre2.h.
◆ pcre2_substring_get_byname #define pcre2_substring_get_byname PCRE2_SUFFIX(pcre2_substring_get_byname_)Definition at line 921 of file pcre2.h.
◆ pcre2_substring_get_bynumber #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_)Definition at line 922 of file pcre2.h.
◆ pcre2_substring_length_byname #define pcre2_substring_length_byname PCRE2_SUFFIX(pcre2_substring_length_byname_)Definition at line 923 of file pcre2.h.
◆ pcre2_substring_length_bynumber #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_)Definition at line 924 of file pcre2.h.
◆ pcre2_substring_list_free #define pcre2_substring_list_free PCRE2_SUFFIX(pcre2_substring_list_free_)Definition at line 926 of file pcre2.h.
◆ pcre2_substring_list_get #define pcre2_substring_list_get PCRE2_SUFFIX(pcre2_substring_list_get_)Definition at line 925 of file pcre2.h.
◆ pcre2_substring_nametable_scan #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_)Definition at line 927 of file pcre2.h.
◆ pcre2_substring_number_from_name #define pcre2_substring_number_from_name PCRE2_SUFFIX(pcre2_substring_number_from_name_)Definition at line 928 of file pcre2.h.
◆ PCRE2_SUFFIX ◆ PCRE2_TYPES_LIST Value:\
\
\
\
\
\
\
#define pcre2_real_match_data
#define pcre2_real_compile_context
#define pcre2_real_match_context
#define pcre2_real_convert_context
#define pcre2_real_jit_stack
Definition at line 493 of file pcre2.h.
◆ PCRE2_TYPES_STRUCTURES_AND_FUNCTIONS #define PCRE2_TYPES_STRUCTURES_AND_FUNCTIONS Value:PCRE2_TYPES_LIST \
PCRE2_STRUCTURE_LIST \
PCRE2_GENERAL_INFO_FUNCTIONS \
PCRE2_GENERAL_CONTEXT_FUNCTIONS \
PCRE2_COMPILE_CONTEXT_FUNCTIONS \
PCRE2_CONVERT_CONTEXT_FUNCTIONS \
PCRE2_CONVERT_FUNCTIONS \
PCRE2_MATCH_CONTEXT_FUNCTIONS \
PCRE2_COMPILE_FUNCTIONS \
PCRE2_PATTERN_INFO_FUNCTIONS \
PCRE2_MATCH_FUNCTIONS \
PCRE2_SUBSTRING_FUNCTIONS \
PCRE2_SERIALIZE_FUNCTIONS \
PCRE2_SUBSTITUTE_FUNCTION \
PCRE2_JIT_FUNCTIONS \
PCRE2_OTHER_FUNCTIONS
Definition at line 939 of file pcre2.h.
◆ PCRE2_UCHAR ◆ PCRE2_UCP #define PCRE2_UCP 0x00020000u /* C J M D */Definition at line 142 of file pcre2.h.
◆ PCRE2_UNGREEDY #define PCRE2_UNGREEDY 0x00040000u /* C */Definition at line 143 of file pcre2.h.
◆ PCRE2_UNSET ◆ PCRE2_USE_OFFSET_LIMIT #define PCRE2_USE_OFFSET_LIMIT 0x00800000u /* J M D */Definition at line 148 of file pcre2.h.
◆ PCRE2_UTF #define PCRE2_UTF 0x00080000u /* C J M D */Definition at line 144 of file pcre2.h.
◆ PCRE2_ZERO_TERMINATED ◆ pcre2_callout_block_16 ◆ pcre2_callout_block_32 ◆ pcre2_callout_block_8 ◆ pcre2_callout_enumerate_block_16 ◆ pcre2_callout_enumerate_block_32 ◆ pcre2_callout_enumerate_block_8 ◆ pcre2_code_16 ◆ pcre2_code_32 ◆ pcre2_code_8 ◆ pcre2_compile_context_16 ◆ pcre2_compile_context_32 ◆ pcre2_compile_context_8 ◆ pcre2_convert_context_16 ◆ pcre2_convert_context_32 ◆ pcre2_convert_context_8 ◆ pcre2_general_context_16 ◆ pcre2_general_context_32 ◆ pcre2_general_context_8 ◆ pcre2_jit_callback_16 ◆ pcre2_jit_callback_32 ◆ pcre2_jit_callback_8 ◆ pcre2_jit_stack_16 ◆ pcre2_jit_stack_32 ◆ pcre2_jit_stack_8 ◆ pcre2_match_context_16 ◆ pcre2_match_context_32 ◆ pcre2_match_context_8 ◆ pcre2_match_data_16 ◆ pcre2_match_data_32 ◆ pcre2_match_data_8 ◆ PCRE2_SPTR16 ◆ PCRE2_SPTR32 ◆ PCRE2_SPTR8 ◆ pcre2_substitute_callout_block_16 ◆ pcre2_substitute_callout_block_32 ◆ pcre2_substitute_callout_block_8 ◆ PCRE2_UCHAR16 ◆ PCRE2_UCHAR32 ◆ PCRE2_UCHAR8 ◆ pcre2_callout_enumerate_16() ◆ pcre2_callout_enumerate_32() ◆ pcre2_callout_enumerate_8() ◆ pcre2_code_copy_16() ◆ pcre2_code_copy_32() ◆ pcre2_code_copy_8() ◆ pcre2_code_copy_with_tables_16() ◆ pcre2_code_copy_with_tables_32() ◆ pcre2_code_copy_with_tables_8() ◆ pcre2_code_free_16() ◆ pcre2_code_free_32() ◆ pcre2_code_free_8() ◆ pcre2_compile_16() ◆ pcre2_compile_32() ◆ pcre2_compile_8() ◆ pcre2_compile_context_copy_16() ◆ pcre2_compile_context_copy_32() ◆ pcre2_compile_context_copy_8() ◆ pcre2_compile_context_create_16() ◆ pcre2_compile_context_create_32() ◆ pcre2_compile_context_create_8() ◆ pcre2_compile_context_free_16() ◆ pcre2_compile_context_free_32() ◆ pcre2_compile_context_free_8() ◆ pcre2_config_16() ◆ pcre2_config_32() ◆ pcre2_config_8() ◆ pcre2_convert_context_copy_16() ◆ pcre2_convert_context_copy_32() ◆ pcre2_convert_context_copy_8() ◆ pcre2_convert_context_create_16() ◆ pcre2_convert_context_create_32() ◆ pcre2_convert_context_create_8() ◆ pcre2_convert_context_free_16() ◆ pcre2_convert_context_free_32() ◆ pcre2_convert_context_free_8() ◆ pcre2_converted_pattern_free_16() ◆ pcre2_converted_pattern_free_32() ◆ pcre2_converted_pattern_free_8() ◆ pcre2_dfa_match_16() ◆ pcre2_dfa_match_32() ◆ pcre2_dfa_match_8() ◆ pcre2_general_context_copy_16() ◆ pcre2_general_context_copy_32() ◆ pcre2_general_context_copy_8() ◆ pcre2_general_context_create_16() pcre2_general_context_16* pcre2_general_context_create_16 ( void * *)(size_t, void *, void(*)(void *, void *) , void * ) ◆ pcre2_general_context_create_32() pcre2_general_context_32* pcre2_general_context_create_32 ( void * *)(size_t, void *, void(*)(void *, void *) , void * ) ◆ pcre2_general_context_create_8() pcre2_general_context_8* pcre2_general_context_create_8 ( void * *)(size_t, void *, void(*)(void *, void *) , void * ) ◆ pcre2_general_context_free_16() ◆ pcre2_general_context_free_32() ◆ pcre2_general_context_free_8() ◆ pcre2_get_error_message_16() ◆ pcre2_get_error_message_32() ◆ pcre2_get_error_message_8() ◆ pcre2_get_mark_16() ◆ pcre2_get_mark_32() ◆ pcre2_get_mark_8() ◆ pcre2_get_match_data_heapframes_size_16() ◆ pcre2_get_match_data_heapframes_size_32() ◆ pcre2_get_match_data_heapframes_size_8() ◆ pcre2_get_match_data_size_16() ◆ pcre2_get_match_data_size_32() ◆ pcre2_get_match_data_size_8() ◆ pcre2_get_ovector_count_16() ◆ pcre2_get_ovector_count_32() ◆ pcre2_get_ovector_count_8() ◆ pcre2_get_ovector_pointer_16() ◆ pcre2_get_ovector_pointer_32() ◆ pcre2_get_ovector_pointer_8() ◆ pcre2_get_startchar_16() ◆ pcre2_get_startchar_32() ◆ pcre2_get_startchar_8() ◆ pcre2_jit_compile_16() ◆ pcre2_jit_compile_32() ◆ pcre2_jit_compile_8() ◆ pcre2_jit_free_unused_memory_16() ◆ pcre2_jit_free_unused_memory_32() ◆ pcre2_jit_free_unused_memory_8() ◆ pcre2_jit_match_16() ◆ pcre2_jit_match_32() ◆ pcre2_jit_match_8() ◆ pcre2_jit_stack_assign_16() ◆ pcre2_jit_stack_assign_32() ◆ pcre2_jit_stack_assign_8() ◆ pcre2_jit_stack_create_16() ◆ pcre2_jit_stack_create_32() ◆ pcre2_jit_stack_create_8() ◆ pcre2_jit_stack_free_16() ◆ pcre2_jit_stack_free_32() ◆ pcre2_jit_stack_free_8() ◆ pcre2_maketables_16() ◆ pcre2_maketables_32() ◆ pcre2_maketables_8() ◆ pcre2_maketables_free_16() ◆ pcre2_maketables_free_32() ◆ pcre2_maketables_free_8() ◆ pcre2_match_16() ◆ pcre2_match_32() ◆ pcre2_match_8() ◆ pcre2_match_context_copy_16() ◆ pcre2_match_context_copy_32() ◆ pcre2_match_context_copy_8() ◆ pcre2_match_context_create_16() ◆ pcre2_match_context_create_32() ◆ pcre2_match_context_create_8() ◆ pcre2_match_context_free_16() ◆ pcre2_match_context_free_32() ◆ pcre2_match_context_free_8() ◆ pcre2_match_data_create_16() ◆ pcre2_match_data_create_32() ◆ pcre2_match_data_create_8() ◆ pcre2_match_data_create_from_pattern_16() ◆ pcre2_match_data_create_from_pattern_32() ◆ pcre2_match_data_create_from_pattern_8() ◆ pcre2_match_data_free_16() ◆ pcre2_match_data_free_32() ◆ pcre2_match_data_free_8() ◆ pcre2_pattern_convert_16() ◆ pcre2_pattern_convert_32() ◆ pcre2_pattern_convert_8() ◆ pcre2_pattern_info_16() ◆ pcre2_pattern_info_32() ◆ pcre2_pattern_info_8() ◆ pcre2_serialize_decode_16() ◆ pcre2_serialize_decode_32() ◆ pcre2_serialize_decode_8() ◆ pcre2_serialize_encode_16() ◆ pcre2_serialize_encode_32() ◆ pcre2_serialize_encode_8() ◆ pcre2_serialize_free_16() void pcre2_serialize_free_16 ( uint8_t * ) ◆ pcre2_serialize_free_32() void pcre2_serialize_free_32 ( uint8_t * ) ◆ pcre2_serialize_free_8() void pcre2_serialize_free_8 ( uint8_t * ) ◆ pcre2_serialize_get_number_of_codes_16() ◆ pcre2_serialize_get_number_of_codes_32() ◆ pcre2_serialize_get_number_of_codes_8() ◆ pcre2_set_bsr_16() ◆ pcre2_set_bsr_32() ◆ pcre2_set_bsr_8() ◆ pcre2_set_callout_16() ◆ pcre2_set_callout_32() ◆ pcre2_set_callout_8() ◆ pcre2_set_character_tables_16() ◆ pcre2_set_character_tables_32() ◆ pcre2_set_character_tables_8() ◆ pcre2_set_compile_extra_options_16() ◆ pcre2_set_compile_extra_options_32() ◆ pcre2_set_compile_extra_options_8() ◆ pcre2_set_compile_recursion_guard_16() ◆ pcre2_set_compile_recursion_guard_32() ◆ pcre2_set_compile_recursion_guard_8() ◆ pcre2_set_depth_limit_16() ◆ pcre2_set_depth_limit_32() ◆ pcre2_set_depth_limit_8() ◆ pcre2_set_glob_escape_16() ◆ pcre2_set_glob_escape_32() ◆ pcre2_set_glob_escape_8() ◆ pcre2_set_glob_separator_16() ◆ pcre2_set_glob_separator_32() ◆ pcre2_set_glob_separator_8() ◆ pcre2_set_heap_limit_16() ◆ pcre2_set_heap_limit_32() ◆ pcre2_set_heap_limit_8() ◆ pcre2_set_match_limit_16() ◆ pcre2_set_match_limit_32() ◆ pcre2_set_match_limit_8() ◆ pcre2_set_max_pattern_compiled_length_16() ◆ pcre2_set_max_pattern_compiled_length_32() ◆ pcre2_set_max_pattern_compiled_length_8() ◆ pcre2_set_max_pattern_length_16() ◆ pcre2_set_max_pattern_length_32() ◆ pcre2_set_max_pattern_length_8() ◆ pcre2_set_max_varlookbehind_16() ◆ pcre2_set_max_varlookbehind_32() ◆ pcre2_set_max_varlookbehind_8() ◆ pcre2_set_newline_16() ◆ pcre2_set_newline_32() ◆ pcre2_set_newline_8() ◆ pcre2_set_offset_limit_16() ◆ pcre2_set_offset_limit_32() ◆ pcre2_set_offset_limit_8() ◆ pcre2_set_parens_nest_limit_16() ◆ pcre2_set_parens_nest_limit_32() ◆ pcre2_set_parens_nest_limit_8() ◆ pcre2_set_recursion_limit_16() ◆ pcre2_set_recursion_limit_32() ◆ pcre2_set_recursion_limit_8() ◆ pcre2_set_recursion_memory_management_16() int pcre2_set_recursion_memory_management_16 ( pcre2_match_context_16 * , void * *)(size_t, void *, void(*)(void *, void *) , void * ) ◆ pcre2_set_recursion_memory_management_32() int pcre2_set_recursion_memory_management_32 ( pcre2_match_context_32 * , void * *)(size_t, void *, void(*)(void *, void *) , void * ) ◆ pcre2_set_recursion_memory_management_8() int pcre2_set_recursion_memory_management_8 ( pcre2_match_context_8 * , void * *)(size_t, void *, void(*)(void *, void *) , void * ) ◆ pcre2_set_substitute_callout_16() ◆ pcre2_set_substitute_callout_32() ◆ pcre2_set_substitute_callout_8() ◆ pcre2_substitute_16() int pcre2_substitute_16 ( const pcre2_code_16 * , PCRE2_SPTR16 , size_t , size_t , uint32_t , pcre2_match_data_16 * , pcre2_match_context_16 * , PCRE2_SPTR16 , size_t , PCRE2_UCHAR16 * , size_t * ) ◆ pcre2_substitute_32() int pcre2_substitute_32 ( const pcre2_code_32 * , PCRE2_SPTR32 , size_t , size_t , uint32_t , pcre2_match_data_32 * , pcre2_match_context_32 * , PCRE2_SPTR32 , size_t , PCRE2_UCHAR32 * , size_t * ) ◆ pcre2_substitute_8() int pcre2_substitute_8 ( const pcre2_code_8 * , PCRE2_SPTR8 , size_t , size_t , uint32_t , pcre2_match_data_8 * , pcre2_match_context_8 * , PCRE2_SPTR8 , size_t , PCRE2_UCHAR8 * , size_t * ) ◆ pcre2_substring_copy_byname_16() ◆ pcre2_substring_copy_byname_32() ◆ pcre2_substring_copy_byname_8() ◆ pcre2_substring_copy_bynumber_16() ◆ pcre2_substring_copy_bynumber_32() ◆ pcre2_substring_copy_bynumber_8() ◆ pcre2_substring_free_16() ◆ pcre2_substring_free_32() ◆ pcre2_substring_free_8() ◆ pcre2_substring_get_byname_16() ◆ pcre2_substring_get_byname_32() ◆ pcre2_substring_get_byname_8() ◆ pcre2_substring_get_bynumber_16() ◆ pcre2_substring_get_bynumber_32() ◆ pcre2_substring_get_bynumber_8() ◆ pcre2_substring_length_byname_16() ◆ pcre2_substring_length_byname_32() ◆ pcre2_substring_length_byname_8() ◆ pcre2_substring_length_bynumber_16() ◆ pcre2_substring_length_bynumber_32() ◆ pcre2_substring_length_bynumber_8() ◆ pcre2_substring_list_free_16() ◆ pcre2_substring_list_free_32() ◆ pcre2_substring_list_free_8() ◆ pcre2_substring_list_get_16() ◆ pcre2_substring_list_get_32() ◆ pcre2_substring_list_get_8() ◆ pcre2_substring_nametable_scan_16() ◆ pcre2_substring_nametable_scan_32() ◆ pcre2_substring_nametable_scan_8() ◆ pcre2_substring_number_from_name_16() ◆ pcre2_substring_number_from_name_32() ◆ pcre2_substring_number_from_name_8()RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4