Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
Dpcre2_substitute.c599 rc = pcre2_substring_nametable_scan(code, name, &first, &last); in pcre2_substitute()
Dpcre2.h.in706 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
885 #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_) macro
Dpcre2.h.generic706 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
885 #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_)
/external/pcre/dist2/
DMakefile.am98 doc/html/pcre2_substring_nametable_scan.html \
191 doc/pcre2_substring_nametable_scan.3 \
DMakefile.in938 doc/html/pcre2_substring_nametable_scan.html \
1031 doc/pcre2_substring_nametable_scan.3 \
/external/pcre/dist2/doc/
Dpcre2.txt333 int pcre2_substring_nametable_scan(const pcre2_code *code,
585 pcre2_substring_nametable_scan()
3308 int pcre2_substring_nametable_scan(const pcre2_code *code,
3329 name, you must use the pcre2_substring_nametable_scan() function. The