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.c668 rc = pcre2_substring_nametable_scan(code, name, &first, &last); in pcre2_substitute()
Dpcre2.h.in718 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
902 #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_) macro
Dpcre2.h.generic718 pcre2_substring_nametable_scan(const pcre2_code *, PCRE2_SPTR, PCRE2_SPTR *, \
902 #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_)
/external/pcre/dist2/
DMakefile.am101 doc/html/pcre2_substring_nametable_scan.html \
197 doc/pcre2_substring_nametable_scan.3 \
DMakefile.in1042 doc/html/pcre2_substring_nametable_scan.html \
1138 doc/pcre2_substring_nametable_scan.3 \
/external/pcre/dist2/doc/
Dpcre2.txt337 int pcre2_substring_nametable_scan(const pcre2_code *code,
592 pcre2_substring_nametable_scan()
3578 int pcre2_substring_nametable_scan(const pcre2_code *code,
3599 name, you must use the pcre2_substring_nametable_scan() function. The