Home
last modified time | relevance | path

Searched refs:pcre2_substitute (Results 1 – 15 of 15) sorted by relevance

/external/pcre/dist2/
DMakefile.in213 src/pcre2_study.c src/pcre2_substitute.c src/pcre2_substring.c \
235 src/libpcre2_16_la-pcre2_substitute.lo \
265 src/pcre2_study.c src/pcre2_substitute.c src/pcre2_substring.c \
287 src/libpcre2_32_la-pcre2_substitute.lo \
313 src/pcre2_study.c src/pcre2_substitute.c src/pcre2_substring.c \
335 src/libpcre2_8_la-pcre2_substitute.lo \
928 doc/html/pcre2_substitute.html \
1021 doc/pcre2_substitute.3 \
1190 src/pcre2_substitute.c \
1445 src/libpcre2_16_la-pcre2_substitute.lo: src/$(am__dirstamp) \
[all …]
DMakefile.am88 doc/html/pcre2_substitute.html \
181 doc/pcre2_substitute.3 \
368 src/pcre2_substitute.c \
DChangeLog96 21. In both pcre2test and pcre2_substitute(), with global matching, a pattern
814 a call to pcre2_substitute() an out-of-bounds memory reference could occur.
1274 46. Add the ${*MARK} facility to pcre2_substitute().
1341 67. In pcre2_substitute() in UTF mode, the UTF validity check on the
1345 68. In pcre2_substitute() in UTF mode, PCRE2_NO_UTF_CHECK can be set for the
1349 pcre2_substitute(). An added check for a number greater than the largest group
1357 71. In pcre2_substitute() there was the possibility of reading one code unit
1369 75. Give an error in pcre2_substitute() if a match ends before it starts (as a
1400 85. Check for too many replacements (more than INT_MAX) in pcre2_substitute().
1408 88. In pcre2_substitute(), ensure that CRLF is not split when it is a valid
[all …]
DNEWS177 4. There have been a number of enhancements to the pcre2_substitute() function,
DNON-AUTOTOOLS-BUILD110 pcre2_substitute.c
DCMakeLists.txt461 src/pcre2_substitute.c
DREADME795 src/pcre2_substitute.c )
/external/pcre/
DAndroid.bp25 libpcre2_dist_prefix + "/src/pcre2_substitute.c",
/external/pcre/dist2/src/
Dpcre2.h.in185 /* These are additional options for pcre2_substitute(), which passes any others
734 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
875 #define pcre2_substitute PCRE2_SUFFIX(pcre2_substitute_) macro
Dpcre2.h.generic185 /* These are additional options for pcre2_substitute(), which passes any others
734 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
875 #define pcre2_substitute PCRE2_SUFFIX(pcre2_substitute_)
Dpcre2_substitute.c217 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute() function
/external/pcre/dist2/doc/
Dpcre2test.txt1210 If the replace modifier is set, the pcre2_substitute() function is
1223 options) for pcre2_substitute():
1246 to pcre2_substitute() as the size of the output buffer, with the
1256 The default action of pcre2_substitute() is to return
1259 stitute_overflow_length modifier), pcre2_substitute() continues to go
1271 pcre2_substitute().
1384 When testing pcre2_substitute(), this modifier also has the effect of
Dpcre2.txt347 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
593 The function pcre2_substitute() can be called to match a pattern and
947 given offset is not found. The pcre2_substitute() function makes no
953 pcre2_dfa_match(), or pcre2_substitute() is greater than the offset
3082 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
3099 The first seven arguments of pcre2_substitute() are the same as for
3124 pcre2_substitute() has to simulate all the matching and copying,
3159 options can be set in the options argument of pcre2_substitute().
3187 ORY immediately. If this option is set, however, pcre2_substitute()
3271 If successful, pcre2_substitute() returns the number of replacements
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt110 pcre2_substitute.c
DREADME.txt795 src/pcre2_substitute.c )