Searched refs:pcre2_substitute (Results 1 – 15 of 15) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2.h.in | 165 pcre2_substitute(). Some are allowed only for one of the functions, and in 178 #define PCRE2_SUBSTITUTE_GLOBAL 0x00000100u /* pcre2_substitute() only */ 179 #define PCRE2_SUBSTITUTE_EXTENDED 0x00000200u /* pcre2_substitute() only */ 180 #define PCRE2_SUBSTITUTE_UNSET_EMPTY 0x00000400u /* pcre2_substitute() only */ 181 #define PCRE2_SUBSTITUTE_UNKNOWN_UNSET 0x00000800u /* pcre2_substitute() only */ 182 #define PCRE2_SUBSTITUTE_OVERFLOW_LENGTH 0x00001000u /* pcre2_substitute() only */ 185 #define PCRE2_SUBSTITUTE_LITERAL 0x00008000u /* pcre2_substitute() only */ 186 #define PCRE2_SUBSTITUTE_MATCHED 0x00010000u /* pcre2_substitute() only */ 187 #define PCRE2_SUBSTITUTE_REPLACEMENT_ONLY 0x00020000u /* pcre2_substitute() only */ 748 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ [all …]
|
D | pcre2.h.generic | 165 pcre2_substitute(). Some are allowed only for one of the functions, and in 178 #define PCRE2_SUBSTITUTE_GLOBAL 0x00000100u /* pcre2_substitute() only */ 179 #define PCRE2_SUBSTITUTE_EXTENDED 0x00000200u /* pcre2_substitute() only */ 180 #define PCRE2_SUBSTITUTE_UNSET_EMPTY 0x00000400u /* pcre2_substitute() only */ 181 #define PCRE2_SUBSTITUTE_UNKNOWN_UNSET 0x00000800u /* pcre2_substitute() only */ 182 #define PCRE2_SUBSTITUTE_OVERFLOW_LENGTH 0x00001000u /* pcre2_substitute() only */ 185 #define PCRE2_SUBSTITUTE_LITERAL 0x00008000u /* pcre2_substitute() only */ 186 #define PCRE2_SUBSTITUTE_MATCHED 0x00010000u /* pcre2_substitute() only */ 187 #define PCRE2_SUBSTITUTE_REPLACEMENT_ONLY 0x00020000u /* pcre2_substitute() only */ 748 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ [all …]
|
D | pcre2_substitute.c | 220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute() function
|
/third_party/pcre2/ |
D | BUILD.gn | 91 "$PCRE2_LIB_DIR/src/pcre2_substitute.c",
|
/third_party/pcre2/pcre2/ |
D | Makefile.am | 91 doc/html/pcre2_substitute.html \ 187 doc/pcre2_substitute.3 \ 377 src/pcre2_substitute.c \
|
D | NEWS | 61 2. Several new options for pcre2_substitute(). 96 1. Callouts from pcre2_substitute() are now available. 310 4. There have been a number of enhancements to the pcre2_substitute() function,
|
D | ChangeLog | 601 3. Added support for callouts from pcre2_substitute(). After 10.33-RC1, but 602 prior to release, fixed a bug that caused a crash if pcre2_substitute() was 838 21. In both pcre2test and pcre2_substitute(), with global matching, a pattern 1556 a call to pcre2_substitute() an out-of-bounds memory reference could occur. 2016 46. Add the ${*MARK} facility to pcre2_substitute(). 2083 67. In pcre2_substitute() in UTF mode, the UTF validity check on the 2087 68. In pcre2_substitute() in UTF mode, PCRE2_NO_UTF_CHECK can be set for the 2091 pcre2_substitute(). An added check for a number greater than the largest group 2099 71. In pcre2_substitute() there was the possibility of reading one code unit 2111 75. Give an error in pcre2_substitute() if a match ends before it starts (as a [all …]
|
D | NON-AUTOTOOLS-BUILD | 120 pcre2_substitute.c
|
D | CMakeLists.txt | 597 src/pcre2_substitute.c
|
D | README | 812 src/pcre2_substitute.c )
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2test.txt | 1221 Testing callouts from pcre2_substitute() is decribed separately in 1271 If the replace modifier is set, the pcre2_substitute() function is 1291 options) for pcre2_substitute(): 1318 to pcre2_substitute() as the size of the output buffer, with the re- 1328 The default action of pcre2_substitute() is to return PCRE2_ER- 1331 tute_overflow_length modifier), pcre2_substitute() continues to go 1344 pcre2_substitute(). 1499 When testing pcre2_substitute(), this modifier also has the effect of 1505 pcre2_dfa_match(), pcre2_jit_match() or pcre2_substitute(). If the
|
D | pcre2.txt | 356 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, 605 The function pcre2_substitute() can be called to match a pattern and 987 tion made by pcre2_substitute(). Details are given in the section enti- 997 not found. The pcre2_substitute() function makes no more substitutions. 1002 pcre2_dfa_match(), or pcre2_substitute() is greater than the offset 1462 placement strings passed to pcre2_substitute(). 3274 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, 3291 If successful, pcre2_substitute() returns the number of substitutions 3302 The first seven arguments of pcre2_substitute() are the same as for 3316 options can be set in the options argument of pcre2_substitute(). One [all …]
|
/third_party/glib/ |
D | BUILD.gn | 77 "$PCRE2_LIB_DIR/src/pcre2_substitute.c",
|
/third_party/pcre2/pcre2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 120 pcre2_substitute.c
|
D | README.txt | 812 src/pcre2_substitute.c )
|