Home
last modified time | relevance | path

Searched refs:pcre2_substring_length_bynumber (Results 1 – 6 of 6) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_substring.c126 rc = pcre2_substring_length_bynumber(match_data, stringnumber, &size); in pcre2_substring_copy_bynumber()
215 rc = pcre2_substring_length_bynumber(match_data, stringnumber, &size); in pcre2_substring_get_bynumber()
285 return pcre2_substring_length_bynumber(match_data, n, sizeptr); in pcre2_substring_length_byname()
315 pcre2_substring_length_bynumber(pcre2_match_data *match_data, in pcre2_substring_length_bynumber() function
Dpcre2_substitute.c724 rc = pcre2_substring_length_bynumber(match_data, group, &sublength); in pcre2_substitute()
Dpcre2.h.in718 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
901 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_) macro
Dpcre2.h.generic718 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
901 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_)
/third_party/pcre2/pcre2/
DMakefile.am98 doc/html/pcre2_substring_length_bynumber.html \
194 doc/pcre2_substring_length_bynumber.3 \
/third_party/pcre2/pcre2/doc/
Dpcre2.txt339 int pcre2_substring_length_bynumber(pcre2_match_data *match_data,
596 pcre2_substring_length_bynumber()
3098 int pcre2_substring_length_bynumber(pcre2_match_data *match_data,
3133 extracting it by calling pcre2_substring_length_bynumber(). The first
3218 substrings, or by calling pcre2_substring_length_bynumber().