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.c360 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit() function
Dpcre2.h.generic431 PCRE2_EXP_DECL int pcre2_set_offset_limit(pcre2_match_context *, \
640 #define pcre2_set_offset_limit PCRE2_SUFFIX(pcre2_set_offset_limit_)
Dpcre2.h.in431 PCRE2_EXP_DECL int pcre2_set_offset_limit(pcre2_match_context *, \
640 #define pcre2_set_offset_limit PCRE2_SUFFIX(pcre2_set_offset_limit_) macro
/external/pcre/dist2/
DMakefile.am68 doc/html/pcre2_set_offset_limit.html \
149 doc/pcre2_set_offset_limit.3 \
DNEWS57 pcre2_set_offset_limit().
DChangeLog366 53. Implemented PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit().
DMakefile.in874 doc/html/pcre2_set_offset_limit.html \
955 doc/pcre2_set_offset_limit.3 \
/external/pcre/dist2/doc/
Dpcre2.txt285 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
847 int pcre2_set_offset_limit(pcre2_match_context *mcontext,
1502 This option must be set for pcre2_compile() if pcre2_set_offset_limit()
1506 description of pcre2_set_offset_limit() in the section that describes