HomeSort by relevance Sort by last modified time
    Searched refs:pcre2_substring_nametable_scan (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist2/src/
pcre2_substring.c 80 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname,
168 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname,
275 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname,
475 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname, function
522 /* This function is a convenience wrapper for pcre2_substring_nametable_scan()
539 return pcre2_substring_nametable_scan(code, stringname, NULL, NULL);
pcre2.h.generic 501 PCRE2_EXP_DECL int pcre2_substring_nametable_scan(const pcre2_code *, \
653 #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_)
    [all...]
pcre2.h.in 501 PCRE2_EXP_DECL int pcre2_substring_nametable_scan(const pcre2_code *, \
653 #define pcre2_substring_nametable_scan PCRE2_SUFFIX(pcre2_substring_nametable_scan_)
    [all...]
pcre2_substitute.c 569 rc = pcre2_substring_nametable_scan(code, name, &first, &last);
  /external/pcre/dist2/
Makefile.am 83 doc/html/pcre2_substring_nametable_scan.html \
164 doc/pcre2_substring_nametable_scan.3 \

Completed in 242 milliseconds