Searched refs:pcre2_substitute (Results 1 – 15 of 15) sorted by relevance
/external/pcre/dist2/ |
D | Makefile.in | 221 src/pcre2_substitute.c src/pcre2_substring.c \ 244 src/libpcre2_16_la-pcre2_substitute.lo \ 275 src/pcre2_substitute.c src/pcre2_substring.c \ 298 src/libpcre2_32_la-pcre2_substitute.lo \ 325 src/pcre2_substitute.c src/pcre2_substring.c \ 348 src/libpcre2_8_la-pcre2_substitute.lo \ 463 src/$(DEPDIR)/libpcre2_16_la-pcre2_substitute.Plo \ 490 src/$(DEPDIR)/libpcre2_32_la-pcre2_substitute.Plo \ 517 src/$(DEPDIR)/libpcre2_8_la-pcre2_substitute.Plo \ 1025 doc/html/pcre2_substitute.html \ [all …]
|
D | Makefile.am | 89 doc/html/pcre2_substitute.html \ 183 doc/pcre2_substitute.3 \ 371 src/pcre2_substitute.c \
|
D | NEWS | 11 1. Callouts from pcre2_substitute() are now available. 225 4. There have been a number of enhancements to the pcre2_substitute() function,
|
D | ChangeLog | 15 3. Added support for callouts from pcre2_substitute(). After 10.33-RC1, but 16 prior to release, fixed a bug that caused a crash if pcre2_substitute() was 252 21. In both pcre2test and pcre2_substitute(), with global matching, a pattern 970 a call to pcre2_substitute() an out-of-bounds memory reference could occur. 1430 46. Add the ${*MARK} facility to pcre2_substitute(). 1497 67. In pcre2_substitute() in UTF mode, the UTF validity check on the 1501 68. In pcre2_substitute() in UTF mode, PCRE2_NO_UTF_CHECK can be set for the 1505 pcre2_substitute(). An added check for a number greater than the largest group 1513 71. In pcre2_substitute() there was the possibility of reading one code unit 1525 75. Give an error in pcre2_substitute() if a match ends before it starts (as a [all …]
|
D | NON-AUTOTOOLS-BUILD | 116 pcre2_substitute.c
|
D | CMakeLists.txt | 475 src/pcre2_substitute.c
|
D | README | 799 src/pcre2_substitute.c )
|
/external/pcre/ |
D | Android.bp | 26 libpcre2_dist_prefix + "/src/pcre2_substitute.c",
|
/external/pcre/dist2/src/ |
D | pcre2.h.in | 163 pcre2_substitute(). Some are allowed only for one of the functions, and in 176 #define PCRE2_SUBSTITUTE_GLOBAL 0x00000100u /* pcre2_substitute() only */ 177 #define PCRE2_SUBSTITUTE_EXTENDED 0x00000200u /* pcre2_substitute() only */ 178 #define PCRE2_SUBSTITUTE_UNSET_EMPTY 0x00000400u /* pcre2_substitute() only */ 179 #define PCRE2_SUBSTITUTE_UNKNOWN_UNSET 0x00000800u /* pcre2_substitute() only */ 180 #define PCRE2_SUBSTITUTE_OVERFLOW_LENGTH 0x00001000u /* pcre2_substitute() only */ 736 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 879 #define pcre2_substitute PCRE2_SUFFIX(pcre2_substitute_) macro
|
D | pcre2.h.generic | 163 pcre2_substitute(). Some are allowed only for one of the functions, and in 176 #define PCRE2_SUBSTITUTE_GLOBAL 0x00000100u /* pcre2_substitute() only */ 177 #define PCRE2_SUBSTITUTE_EXTENDED 0x00000200u /* pcre2_substitute() only */ 178 #define PCRE2_SUBSTITUTE_UNSET_EMPTY 0x00000400u /* pcre2_substitute() only */ 179 #define PCRE2_SUBSTITUTE_UNKNOWN_UNSET 0x00000800u /* pcre2_substitute() only */ 180 #define PCRE2_SUBSTITUTE_OVERFLOW_LENGTH 0x00001000u /* pcre2_substitute() only */ 736 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 879 #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 | 1189 Testing callouts from pcre2_substitute() is decribed separately in 1239 If the replace modifier is set, the pcre2_substitute() function is 1252 options) for pcre2_substitute(): 1275 to pcre2_substitute() as the size of the output buffer, with the 1285 The default action of pcre2_substitute() is to return 1288 stitute_overflow_length modifier), pcre2_substitute() continues to go 1301 pcre2_substitute(). 1456 When testing pcre2_substitute(), this modifier also has the effect of 1462 pcre2_dfa_match(), pcre2_jit_match() or pcre2_substitute(). If the
|
D | pcre2.txt | 351 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, 598 The function pcre2_substitute() can be called to match a pattern and 950 tion made by pcre2_substitute(). Details are given in the section enti- 960 given offset is not found. The pcre2_substitute() function makes no 966 pcre2_dfa_match(), or pcre2_substitute() is greater than the offset 1420 replacement strings passed to pcre2_substitute(). 3150 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, 3171 The first seven arguments of pcre2_substitute() are the same as for 3196 pcre2_substitute() has to simulate all the matching and copying, 3230 options can be set in the options argument of pcre2_substitute(). [all …]
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 116 pcre2_substitute.c
|
D | README.txt | 799 src/pcre2_substitute.c )
|