Home
last modified time | relevance | path

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

/external/pcre/dist2/
DMakefile.in205 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
217 src/libpcre2_16_la-pcre2_compile.lo \
257 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
269 src/libpcre2_32_la-pcre2_compile.lo \
305 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
317 src/libpcre2_8_la-pcre2_compile.lo \
874 doc/html/pcre2_compile.html \
967 doc/pcre2_compile.3 \
1170 src/pcre2_compile.c \
1409 src/libpcre2_16_la-pcre2_compile.lo: src/$(am__dirstamp) \
[all …]
DMakefile.am34 doc/html/pcre2_compile.html \
127 doc/pcre2_compile.3 \
348 src/pcre2_compile.c \
DChangeLog218 6. Defined public names for all the pcre2_compile() error numbers, and used
574 pcre2_compile() which could never actually trigger (code should have been cut
590 3. There has been a major re-factoring of the pcre2_compile.c file. Most syntax
959 used to set PCRE2_NO_AUTO_CAPTURE when calling pcre2_compile(). However, this
1138 7. Moved the pcre2_find_bracket() function from src/pcre2_compile.c into its
1139 own source module to avoid a circular dependency between src/pcre2_compile.c
1171 pcre2_compile() to run for a very long time. This bug was found by the LLVM
1301 54. Add the null_context modifier to pcre2test so that calling pcre2_compile()
1411 89. Paranoid check in regcomp() for bad error code from pcre2_compile().
1443 an item and its qualifier (for example, A(?#comment)?B) pcre2_compile()
[all …]
DNEWS43 3. There are now public names for all the pcre2_compile() error numbers.
111 2. There has been a major re-factoring of the pcre2_compile.c file. Most syntax
DPrepareRelease196 src/pcre2_compile.c \
DREADME223 it out by calling pcre2_compile() with the PCRE2_NEVER_BACKSLASH_C option.
634 pcre2_compile().
775 src/pcre2_compile.c )
DNON-AUTOTOOLS-BUILD92 pcre2_compile.c
DCMakeLists.txt443 src/pcre2_compile.c
/external/pcre/
DAndroid.bp7 libpcre2_dist_prefix + "/src/pcre2_compile.c",
/external/pcre/dist2/src/
Dpcre2.h.in109 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
118 /* The following option bits can be passed only to pcre2_compile(). However,
122 C alters what is compiled by pcre2_compile()
223 /* Error codes for pcre2_compile(). Some of these are also used by
638 *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, int *, PCRE2_SIZE *, \
781 pcre2_compile are called by application code. */
823 #define pcre2_compile PCRE2_SUFFIX(pcre2_compile_) macro
Dpcre2.h.generic109 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
118 /* The following option bits can be passed only to pcre2_compile(). However,
122 C alters what is compiled by pcre2_compile()
223 /* Error codes for pcre2_compile(). Some of these are also used by
638 *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, int *, PCRE2_SIZE *, \
781 pcre2_compile are called by application code. */
823 #define pcre2_compile PCRE2_SUFFIX(pcre2_compile_)
Dpcre2demo.c137 re = pcre2_compile( in main()
Dpcre2posix.c252 preg->re_pcre2_code = pcre2_compile((PCRE2_SPTR)pattern, patlen, options, in regcomp()
Dpcre2_fuzzsupport.c144 code = pcre2_compile((PCRE2_SPTR)data, (PCRE2_SIZE)size, compile_options, in LLVMFuzzerTestOneInput()
Dpcre2grep.c3464 p->compiled = pcre2_compile((PCRE2_SPTR)ps, patlen, options, &errcode, in compile_pattern()
Dpcre2_compile.c9114 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.c80 (*regex)->regex = pcre2_compile( in regex_prepare_data()
/external/pcre/dist2/doc/
Dpcre2.txt54 generic names such as pcre2_compile(), and the documentation is written
100 calling pcre2_compile(). This causes a compile time error if the pat-
201 pcre2_code *pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE length,
449 patterns that can be processed by pcre2_compile(). This facility is
532 The functions pcre2_compile() and pcre2_match() are used for compiling
550 after a pattern has been successfully compiled by pcre2_compile(). This
634 application when calling pcre2_compile(), or it can be specified by
667 when pcre2_compile() is successful. The data in the compiled pattern is
686 pointer = pcre2_compile(...
803 ment of pcre2_compile().
[all …]
Dpcre2test.txt523 The following modifiers set options for pcre2_compile(). Most of them
531 pcre2_compile() behaves. See pcre2api for a description of the effects
683 Normally, pcre2test passes a context block to pcre2_compile(). If the
685 testing that pcre2_compile() behaves correctly in this case (it uses
741 are expanded before the pattern is passed to pcre2_compile(). For exam-
853 length of pattern that pcre2_compile() will accept. Breaching the limit
899 up callback from pcre2_compile() to a local function. The argument it
908 passed to pcre2_compile(). This is used in the PCRE2 tests to check be-
990 pcre2_compile(). The normal utf and no_utf_check options, if set, cause
/external/pcre/dist2/doc/html/
DREADME.txt223 it out by calling pcre2_compile() with the PCRE2_NEVER_BACKSLASH_C option.
634 pcre2_compile().
775 src/pcre2_compile.c )
DNON-AUTOTOOLS-BUILD.txt92 pcre2_compile.c