Home
last modified time | relevance | path

Searched refs:pcre2_set_offset_limit (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_context.c440 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit() function
Dpcre2.h.in624 pcre2_set_offset_limit(pcre2_match_context *, PCRE2_SIZE); \
890 #define pcre2_set_offset_limit PCRE2_SUFFIX(pcre2_set_offset_limit_) macro
Dpcre2.h.generic624 pcre2_set_offset_limit(pcre2_match_context *, PCRE2_SIZE); \
890 #define pcre2_set_offset_limit PCRE2_SUFFIX(pcre2_set_offset_limit_)
/external/pcre/dist2/
DMakefile.am85 doc/html/pcre2_set_offset_limit.html \
181 doc/pcre2_set_offset_limit.3 \
DNEWS294 pcre2_set_offset_limit().
DMakefile.in1026 doc/html/pcre2_set_offset_limit.html \
1122 doc/pcre2_set_offset_limit.3 \
DChangeLog1866 53. Implemented PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit().
/external/pcre/dist2/doc/
Dpcre2.txt300 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
985 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
1852 This option must be set for pcre2_compile() if pcre2_set_offset_limit()
1856 scription of pcre2_set_offset_limit() in the section that describes