Home
last modified time | relevance | path

Searched refs:pcre2_compile (Results 1 – 20 of 20) sorted by relevance

/external/pcre/dist2/
DMakefile.in188 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
201 src/libpcre2_16_la-pcre2_compile.lo \
239 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
251 src/libpcre2_32_la-pcre2_compile.lo \
285 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
297 src/libpcre2_8_la-pcre2_compile.lo \
836 doc/html/pcre2_compile.html \
917 doc/pcre2_compile.3 \
1105 src/pcre2_compile.c \
1322 src/libpcre2_16_la-pcre2_compile.lo: src/$(am__dirstamp) \
[all …]
DChangeLog26 used to set PCRE2_NO_AUTO_CAPTURE when calling pcre2_compile(). However, this
205 7. Moved the pcre2_find_bracket() function from src/pcre2_compile.c into its
206 own source module to avoid a circular dependency between src/pcre2_compile.c
238 pcre2_compile() to run for a very long time. This bug was found by the LLVM
368 54. Add the null_context modifier to pcre2test so that calling pcre2_compile()
478 89. Paranoid check in regcomp() for bad error code from pcre2_compile().
510 an item and its qualifier (for example, A(?#comment)?B) pcre2_compile()
520 qualifier when PCRE2_AUTO_CALLOUT was set, pcre2_compile() misbehaved. This bug
529 pcre2_compile() to misbehave when auto callouts were enabled. This bug
534 parenthesis, pcre2_compile() misbehaved. Example: /(*:abc )/, but only when
[all …]
DMakefile.am30 doc/html/pcre2_compile.html \
111 doc/pcre2_compile.3 \
321 src/pcre2_compile.c \
DPrepareRelease197 src/pcre2_compile.c \
DNON-AUTOTOOLS-BUILD95 pcre2_compile.c
126 pcre2_compile.c #includes other files from the sljit subdirectory, where
DREADME225 it out by calling pcre2_compile() with the PCRE2_NEVER_BACKSLASH_C option.
604 pcre2_compile().
734 src/pcre2_compile.c )
DCMakeLists.txt411 src/pcre2_compile.c
/external/pcre/
DAndroid.bp7 libpcre2_dist_prefix + "/src/pcre2_compile.c",
/external/pcre/dist2/src/
Dpcre2.h.in83 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
91 /* The following option bits can be passed only to pcre2_compile(). However,
95 C alters what is compiled by pcre2_compile()
444 pcre2_code *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, \
560 pcre2_compile are called by application code. */
599 #define pcre2_compile PCRE2_SUFFIX(pcre2_compile_) macro
Dpcre2.h.generic83 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
91 /* The following option bits can be passed only to pcre2_compile(). However,
95 C alters what is compiled by pcre2_compile()
444 pcre2_code *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, \
560 pcre2_compile are called by application code. */
599 #define pcre2_compile PCRE2_SUFFIX(pcre2_compile_)
Dpcre2demo.c137 re = pcre2_compile( in main()
Dpcre2posix.c246 preg->re_pcre2_code = pcre2_compile((PCRE2_SPTR)pattern, PCRE2_ZERO_TERMINATED, in regcomp()
Dpcre2grep.c2797 p->compiled = pcre2_compile(buffer, PCRE2_ZERO_TERMINATED, options, &errcode, in compile_pattern()
Dpcre2_compile.c8312 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile() function
/external/pcre/pcrecpp/
Dpcrecpp.cc130 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(pattern_.c_str()), in Compile()
139 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(wrapped.c_str()), in Compile()
/external/selinux/libselinux/src/
Dregex.c77 (*regex)->regex = pcre2_compile( in regex_prepare_data()
/external/pcre/dist2/doc/
Dpcre2.txt46 generic names such as pcre2_compile(), and the documentation is written
92 calling pcre2_compile(). This causes an compile time error if a pattern
190 pcre2_code *pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE length,
473 The functions pcre2_compile(), and pcre2_match() are used for compiling
484 been successfully compiled by pcre2_compile(). This does nothing if JIT
565 when calling pcre2_compile(), or it can be specified by special text at
597 when pcre2_compile() is successful. The data in the compiled pattern is
616 pointer = pcre2_compile(...
729 ment of pcre2_compile().
801 function that is called whenever pcre2_compile() starts to compile a
[all …]
Dpcre2test.txt469 The following modifiers set options for pcre2_compile(). The most com-
599 Normally, pcre2test passes a context block to pcre2_compile(). If the
601 testing that pcre2_compile() behaves correctly in this case (it uses
625 pcre2_compile(), giving the length as PCRE2_ZERO_TERMINATED. However,
639 are expanded before the pattern is passed to pcre2_compile(). For exam-
750 length of pattern that pcre2_compile() will accept. Breaching the limit
792 up callback from pcre2_compile() to a local function. The argument it
801 passed to pcre2_compile(). This is used in the PCRE2 tests to check be-
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt95 pcre2_compile.c
126 pcre2_compile.c #includes other files from the sljit subdirectory, where
DREADME.txt225 it out by calling pcre2_compile() with the PCRE2_NEVER_BACKSLASH_C option.
604 pcre2_compile().
734 src/pcre2_compile.c )