Searched refs:pcre2_substitute (Results 1 – 15 of 15) sorted by relevance
/external/pcre/dist2/ |
D | Makefile.in | 213 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 …]
|
D | Makefile.am | 88 doc/html/pcre2_substitute.html \ 181 doc/pcre2_substitute.3 \ 368 src/pcre2_substitute.c \
|
D | ChangeLog | 96 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 …]
|
D | NEWS | 177 4. There have been a number of enhancements to the pcre2_substitute() function,
|
D | NON-AUTOTOOLS-BUILD | 110 pcre2_substitute.c
|
D | CMakeLists.txt | 461 src/pcre2_substitute.c
|
D | README | 795 src/pcre2_substitute.c )
|
/external/pcre/ |
D | Android.bp | 25 libpcre2_dist_prefix + "/src/pcre2_substitute.c",
|
/external/pcre/dist2/src/ |
D | pcre2.h.in | 185 /* 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
|
D | pcre2.h.generic | 185 /* 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_)
|
D | pcre2_substitute.c | 217 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute() function
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 1210 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
|
D | pcre2.txt | 347 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/ |
D | NON-AUTOTOOLS-BUILD.txt | 110 pcre2_substitute.c
|
D | README.txt | 795 src/pcre2_substitute.c )
|