Home
last modified time | relevance | path

Searched refs:pcre2_substring_nametable_scan (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substring.c80 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_copy_byname()
168 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_get_byname()
275 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_length_byname()
480 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname, in pcre2_substring_nametable_scan() function
544 return pcre2_substring_nametable_scan(code, stringname, NULL, NULL); in pcre2_substring_number_from_name()
H A Dpcre2.h718 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
902 #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_) macro
H A Dpcre2_substitute.c668 rc = pcre2_substring_nametable_scan(code, name, &first, &last); in pcre2_substitute()

Completed in 12 milliseconds