Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c57 pcre2_match_data_create(uint32_t oveccount, pcre2_general_context *gcontext) in pcre2_match_data_create() function
83 return pcre2_match_data_create(((pcre2_real_code *)code)->top_bracket + 1, in pcre2_match_data_create_from_pattern()
H A Dpcre2.h672 *pcre2_match_data_create(uint32_t, pcre2_general_context *); \
868 #define pcre2_match_data_create PCRE2_SUFFIX(pcre2_match_data_create_) macro
H A Dpcre2_substitute.c295 internal_match_data = pcre2_match_data_create(match_data->oveccount, in pcre2_substitute()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c224 mdata = pcre2_match_data_create(PHP_PCRE_PREALLOC_MDATA_SIZE, gctx); in php_pcre_init_pcre2()

Completed in 22 milliseconds