Searched refs:pcre2_match_data_create_from_pattern (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
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() function
|
H A D | pcre2.h | 686 pcre2_match_data_create_from_pattern(const pcre2_code *, \ 884 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
|
H A D | pcre2demo.c | 171 match_data = pcre2_match_data_create_from_pattern(re, NULL); in main()
|
H A D | pcre2_substitute.c | 297 pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
|
H A D | pcre2.h.generic | 688 pcre2_match_data_create_from_pattern(const pcre2_code *, \ 886 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_)
|
H A D | pcre2.h.in | 688 pcre2_match_data_create_from_pattern(const pcre2_code *, \ 886 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
|
/aosp_15_r20/external/selinux/mcstrans/src/ |
H A D | mcstrans.c | 1130 match_data = pcre2_match_data_create_from_pattern(domain->base_classification_regexp, NULL); in compute_raw_from_trans() 1193 match_data = pcre2_match_data_create_from_pattern(g->prefix_regexp, NULL); in compute_raw_from_trans() 1211 match_data = pcre2_match_data_create_from_pattern(g->suffix_regexp, NULL); in compute_raw_from_trans() 1236 match_data = pcre2_match_data_create_from_pattern(g->word_regexp, NULL); in compute_raw_from_trans()
|
/aosp_15_r20/external/pcre/ |
H A D | Makefile.am | 67 doc/html/pcre2_match_data_create_from_pattern.html \ 166 doc/pcre2_match_data_create_from_pattern.3 \
|
H A D | Makefile.in | 1093 doc/html/pcre2_match_data_create_from_pattern.html \ 1191 doc/pcre2_match_data_create_from_pattern.3 \
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | regex.c | 243 match_data = pcre2_match_data_create_from_pattern(regex->regex, in regex_match()
|
/aosp_15_r20/system/sepolicy/tools/ |
H A D | check_seapp.c | 393 km->regex.match_data = pcre2_match_data_create_from_pattern( in compile_regex()
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 219 pcre2_match_data *pcre2_match_data_create_from_pattern( 2568 pcre2_match_data *pcre2_match_data_create_from_pattern( 2606 For pcre2_match_data_create_from_pattern(), the first argument is a 5952 in the pattern. Using pcre2_match_data_create_from_pattern() to create
|