Searched refs:pcre2_match_data_create (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_match_data.c | 58 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 D | pcre2_fuzzsupport.c | 500 match_data = pcre2_match_data_create(32, NULL); in LLVMFuzzerTestOneInput() 502 match_data_jit = pcre2_match_data_create(32, NULL); in LLVMFuzzerTestOneInput()
|
H A D | pcre2.h | 684 pcre2_match_data_create(uint32_t, pcre2_general_context *); \ 883 #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_) macro
|
H A D | pcre2posix.c | 316 preg->re_match_data = pcre2_match_data_create(re_nsub + 1, NULL); in pcre2_regcomp()
|
H A D | pcre2_substitute.c | 308 internal_match_data = pcre2_match_data_create(match_data->oveccount, in pcre2_substitute()
|
H A D | pcre2.h.generic | 686 pcre2_match_data_create(uint32_t, pcre2_general_context *); \ 885 #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_)
|
H A D | pcre2.h.in | 686 pcre2_match_data_create(uint32_t, pcre2_general_context *); \ 885 #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_) macro
|
H A D | pcre2grep.c | 4234 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/ |
D | pcre.cpp | 14 pcre2_match_data* pdata = pcre2_match_data_create(30, NULL); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | pcre.cpp | 26 pdata = pcre2_match_data_create(30, NULL); in pcre_regex()
|
/aosp_15_r20/external/pcre/ |
H A D | Makefile.am | 66 doc/html/pcre2_match_data_create.html \ 165 doc/pcre2_match_data_create.3 \
|
H A D | Makefile.in | 1092 doc/html/pcre2_match_data_create.html \ 1190 doc/pcre2_match_data_create.3 \
|
H A D | ChangeLog | 284 4. Supplying an ovector count of more than 65535 to pcre2_match_data_create()
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | regex.c | 228 match_data = pcre2_match_data_create(1, NULL); in regex_match()
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 216 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);
|