/aosp_15_r20/external/pcre/src/ |
H A D | pcre2.h | 501 typedef struct pcre2_real_code pcre2_code; \ 659 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 663 pcre2_code_free(pcre2_code *); \ 664 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 665 pcre2_code_copy(const pcre2_code *); \ 666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 667 pcre2_code_copy_with_tables(const pcre2_code *); 674 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \ 676 pcre2_callout_enumerate(const pcre2_code *, \ 686 pcre2_match_data_create_from_pattern(const pcre2_code *, \ [all …]
|
H A D | pcre2.h.generic | 501 typedef struct pcre2_real_code pcre2_code; \ 661 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 665 pcre2_code_free(pcre2_code *); \ 666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 667 pcre2_code_copy(const pcre2_code *); \ 668 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 669 pcre2_code_copy_with_tables(const pcre2_code *); 676 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \ 678 pcre2_callout_enumerate(const pcre2_code *, \ 688 pcre2_match_data_create_from_pattern(const pcre2_code *, \ [all …]
|
H A D | pcre2.h.in | 501 typedef struct pcre2_real_code pcre2_code; \ 661 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 665 pcre2_code_free(pcre2_code *); \ 666 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 667 pcre2_code_copy(const pcre2_code *); \ 668 PCRE2_EXP_DECL pcre2_code *PCRE2_CALL_CONVENTION \ 669 pcre2_code_copy_with_tables(const pcre2_code *); 676 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \ 678 pcre2_callout_enumerate(const pcre2_code *, \ 688 pcre2_match_data_create_from_pattern(const pcre2_code *, \ [all …]
|
H A D | pcre2posix.c | 313 (void)pcre2_pattern_info((const pcre2_code *)preg->re_pcre2_code, in pcre2_regcomp() 378 rc = pcre2_match((const pcre2_code *)preg->re_pcre2_code, in pcre2_regexec()
|
H A D | pcre2_serialize.c | 72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_encode() 163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_decode()
|
H A D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() 268 pcre2_callout_enumerate(const pcre2_code *code, in pcre2_callout_enumerate()
|
H A D | pcre2_substring.c | 483 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname, in pcre2_substring_nametable_scan() 544 pcre2_substring_number_from_name(const pcre2_code *code, in pcre2_substring_number_from_name()
|
H A D | pcre2_match_data.c | 83 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern()
|
H A D | pcre2_substitute.c | 79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end() 220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
|
H A D | pcre2_jit_match.c | 91 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
|
H A D | pcre2demo.c | 71 pcre2_code *re; in main()
|
H A D | pcre2_compile.c | 1199 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION 1200 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy() 1203 pcre2_code *newcode; in pcre2_code_copy() 1233 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION 1234 pcre2_code_copy_with_tables(const pcre2_code *code) in pcre2_code_copy_with_tables() 1237 pcre2_code *newcode; in pcre2_code_copy_with_tables() 1269 pcre2_code_free(pcre2_code *code) in pcre2_code_free() 10125 PCRE2_EXP_DEFN pcre2_code * PCRE2_CALL_CONVENTION
|
H A D | pcre2_fuzzsupport.c | 453 pcre2_code *code; in LLVMFuzzerTestOneInput()
|
H A D | pcre2_printint.c | 338 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
|
H A D | pcre2grep.c | 353 pcre2_code *compiled;
|
H A D | pcre2_dfa_match.c | 3349 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
|
H A D | pcre2_match.c | 6530 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
|
H A D | pcre2_jit_compile.c | 14144 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile() 14847 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile()
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | regex.c | 67 pcre2_code *regex; /* compiled regular expression */ 160 rc = pcre2_serialize_encode((const pcre2_code **)®ex->regex, in regex_writef()
|
/aosp_15_r20/external/selinux/mcstrans/src/ |
H A D | mcstrans.c | 84 pcre2_code *prefix_regexp; 85 pcre2_code *word_regexp; 86 pcre2_code *suffix_regexp; 111 pcre2_code *base_classification_regexp; 977 build_regexp(pcre2_code **r, char *buffer) { in build_regexp()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | pcre.cpp | 20 pcre2_code* pe;
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 210 pcre2_code *pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE length, 214 void pcre2_code_free(pcre2_code *code); 220 const pcre2_code *code, pcre2_general_context *gcontext); 222 int pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, 227 int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, 357 int pcre2_substring_nametable_scan(const pcre2_code *code, 360 int pcre2_substring_number_from_name(const pcre2_code *code, 371 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, 381 int pcre2_jit_compile(pcre2_code *code, uint32_t options); 383 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, [all …]
|
H A D | pcre2test.txt | 894 the pcre2_code block; it is just the actual compiled data. If the pat-
|
/aosp_15_r20/system/sepolicy/tools/ |
H A D | check_seapp.c | 98 pcre2_code *compiled;
|