Home
last modified time | relevance | path

Searched refs:pcre2_match_data_create (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2_match_data.c58 pcre2_match_data_create(uint32_t oveccount, pcre2_general_context *gcontext) in pcre2_match_data_create() function
87 return pcre2_match_data_create(((pcre2_real_code *)code)->top_bracket + 1, in pcre2_match_data_create_from_pattern()
H A Dpcre2_fuzzsupport.c500 match_data = pcre2_match_data_create(32, NULL); in LLVMFuzzerTestOneInput()
502 match_data_jit = pcre2_match_data_create(32, NULL); in LLVMFuzzerTestOneInput()
H A Dpcre2.h684 pcre2_match_data_create(uint32_t, pcre2_general_context *); \
883 #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_) macro
H A Dpcre2posix.c316 preg->re_match_data = pcre2_match_data_create(re_nsub + 1, NULL); in pcre2_regcomp()
H A Dpcre2_substitute.c308 internal_match_data = pcre2_match_data_create(match_data->oveccount, in pcre2_substitute()
H A Dpcre2.h.generic686 pcre2_match_data_create(uint32_t, pcre2_general_context *); \
885 #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_)
H A Dpcre2.h.in686 pcre2_match_data_create(uint32_t, pcre2_general_context *); \
885 #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_) macro
H A Dpcre2grep.c4234 match_data_pair[0] = pcre2_match_data_create(offset_size, NULL); in main()
4235 match_data_pair[1] = pcre2_match_data_create(offset_size, NULL); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/config/
Dpcre.cpp14 pcre2_match_data* pdata = pcre2_match_data_create(30, NULL); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dpcre.cpp26 pdata = pcre2_match_data_create(30, NULL); in pcre_regex()
/aosp_15_r20/external/pcre/
H A DMakefile.am66 doc/html/pcre2_match_data_create.html \
165 doc/pcre2_match_data_create.3 \
H A DMakefile.in1092 doc/html/pcre2_match_data_create.html \
1190 doc/pcre2_match_data_create.3 \
H A DChangeLog284 4. Supplying an ovector count of more than 65535 to pcre2_match_data_create()
/aosp_15_r20/external/selinux/libselinux/src/
H A Dregex.c228 match_data = pcre2_match_data_create(1, NULL); in regex_match()
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt216 pcre2_match_data *pcre2_match_data_create(uint32_t ovecsize,
2565 pcre2_match_data *pcre2_match_data_create(uint32_t ovecsize,
2581 tions above. For pcre2_match_data_create(), the first argument is the
2594 A minimum of at least 1 pair is imposed by pcre2_match_data_create(),
2598 argument of pcre2_match_data_create() is greater than this, 65535 is
2601 The second argument of pcre2_match_data_create() is a pointer to a gen-
2693 pcre2_match_data *md = pcre2_match_data_create(4, NULL);
3853 pcre2_match_data *md = pcre2_match_data_create(4, NULL);
5697 match_data = pcre2_match_data_create(re, 10);