Searched refs:pcre2_match_data_create_from_pattern (Results 1 – 10 of 10) sorted by relevance
| /external/pcre/dist2/src/ |
| D | pcre2_match_data.c | 78 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
|
| D | pcre2demo.c | 167 match_data = pcre2_match_data_create_from_pattern(re, NULL); in main()
|
| D | pcre2_substitute.c | 260 match_data = pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
|
| D | pcre2.h.in | 664 *pcre2_match_data_create_from_pattern(const pcre2_code *, \ 853 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
|
| D | pcre2.h.generic | 664 *pcre2_match_data_create_from_pattern(const pcre2_code *, \ 853 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_)
|
| /external/selinux/libselinux/src/ |
| D | regex.c | 88 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/pcre/dist2/ |
| D | Makefile.am | 64 doc/html/pcre2_match_data_create_from_pattern.html \ 157 doc/pcre2_match_data_create_from_pattern.3 \
|
| D | Makefile.in | 904 doc/html/pcre2_match_data_create_from_pattern.html \ 997 doc/pcre2_match_data_create_from_pattern.3 \
|
| /external/pcre/pcrecpp/ |
| D | pcrecpp.cc | 331 pcre2_match_data_create_from_pattern(re, NULL), in TryMatch()
|
| /external/pcre/dist2/doc/ |
| D | pcre2.txt | 210 pcre2_match_data *pcre2_match_data_create_from_pattern( 2318 pcre2_match_data *pcre2_match_data_create_from_pattern( 2346 For pcre2_match_data_create_from_pattern(), the first argument is a
|