Home
last modified time | relevance | path

Searched refs:pcre2_match_data_create_from_pattern (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2_match_data.c83 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
H A Dpcre2.h686 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 Dpcre2demo.c171 match_data = pcre2_match_data_create_from_pattern(re, NULL); in main()
H A Dpcre2_substitute.c297 pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
H A Dpcre2.h.generic688 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 Dpcre2.h.in688 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 Dmcstrans.c1130 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 DMakefile.am67 doc/html/pcre2_match_data_create_from_pattern.html \
166 doc/pcre2_match_data_create_from_pattern.3 \
H A DMakefile.in1093 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 Dregex.c243 match_data = pcre2_match_data_create_from_pattern(regex->regex, in regex_match()
/aosp_15_r20/system/sepolicy/tools/
H A Dcheck_seapp.c393 km->regex.match_data = pcre2_match_data_create_from_pattern( in compile_regex()
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt219 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