Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_match_data.c79 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
Dpcre2demo.c171 match_data = pcre2_match_data_create_from_pattern(re, NULL); in main()
Dpcre2.h676 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
871 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
Dpcre2_substitute.c296 pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
Dpcre2.h.in676 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
871 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
Dpcre2.h.generic676 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
871 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_)
/external/selinux/libselinux/src/
Dregex.c88 pcre2_match_data_create_from_pattern((*regex)->regex, NULL); in regex_prepare_data()
142 pcre2_match_data_create_from_pattern((*regex)->regex, NULL); in regex_load_mmap()
/external/selinux/mcstrans/src/
Dmcstrans.c1118 match_data = pcre2_match_data_create_from_pattern(domain->base_classification_regexp, NULL); in compute_raw_from_trans()
1181 match_data = pcre2_match_data_create_from_pattern(g->prefix_regexp, NULL); in compute_raw_from_trans()
1199 match_data = pcre2_match_data_create_from_pattern(g->suffix_regexp, NULL); in compute_raw_from_trans()
1224 match_data = pcre2_match_data_create_from_pattern(g->word_regexp, NULL); in compute_raw_from_trans()
/external/pcre/
DMakefile.am66 doc/html/pcre2_match_data_create_from_pattern.html \
162 doc/pcre2_match_data_create_from_pattern.3 \
DMakefile.in1011 doc/html/pcre2_match_data_create_from_pattern.html \
1107 doc/pcre2_match_data_create_from_pattern.3 \
/external/pcre/doc/
Dpcre2.txt215 pcre2_match_data *pcre2_match_data_create_from_pattern(
2470 pcre2_match_data *pcre2_match_data_create_from_pattern(
2506 For pcre2_match_data_create_from_pattern(), the first argument is a
5714 in the pattern. Using pcre2_match_data_create_from_pattern() to create