Home
last modified time | relevance | path

Searched refs:pcre2_config (Results 1 – 17 of 17) sorted by relevance

/external/pcre/dist2/
DMakefile.in212 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
226 src/libpcre2_16_la-pcre2_config.lo \
266 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
280 src/libpcre2_32_la-pcre2_config.lo \
316 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \
330 src/libpcre2_8_la-pcre2_config.lo \
445 src/$(DEPDIR)/libpcre2_16_la-pcre2_config.Plo \
472 src/$(DEPDIR)/libpcre2_32_la-pcre2_config.Plo \
499 src/$(DEPDIR)/libpcre2_8_la-pcre2_config.Plo \
974 doc/html/pcre2_config.html \
[all …]
DMakefile.am38 doc/html/pcre2_config.html \
132 doc/pcre2_config.3 \
351 src/pcre2_config.c \
DPrepareRelease197 src/pcre2_config.c \
DNEWS85 1. New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and
DNON-AUTOTOOLS-BUILD98 pcre2_config.c
DCMakeLists.txt457 src/pcre2_config.c
DREADME779 src/pcre2_config.c )
DChangeLog368 4. Add new pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and
/external/pcre/dist2/src/
Dpcre2_config.c77 pcre2_config(uint32_t what, void *where) in pcre2_config() function
Dpcre2.h.in426 /* Request types for pcre2_config(). */
559 PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_config(uint32_t, void *);
830 #define pcre2_config PCRE2_SUFFIX(pcre2_config_) macro
Dpcre2.h.generic426 /* Request types for pcre2_config(). */
559 PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_config(uint32_t, void *);
830 #define pcre2_config PCRE2_SUFFIX(pcre2_config_)
Dpcre2grep.c3411 (void)pcre2_config(PCRE2_CONFIG_VERSION, buffer); in handle_option()
4117 (void)pcre2_config(PCRE2_CONFIG_NEWLINE, &endlinetype); in main()
4170 (void)pcre2_config(PCRE2_CONFIG_JIT, &answer); in main()
/external/pcre/
DAndroid.bp8 libpcre2_dist_prefix + "/src/pcre2_config.c",
/external/selinux/libselinux/src/
Dregex.c103 size_t len = pcre2_config(PCRE2_CONFIG_VERSION, NULL); in regex_version()
107 pcre2_config(PCRE2_CONFIG_VERSION, version_buf); in regex_version()
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt98 pcre2_config.c
DREADME.txt779 src/pcre2_config.c )
/external/pcre/dist2/doc/
Dpcre2.txt69 library is built. The pcre2_config() function makes it possible for a
412 int pcre2_config(uint32_t what, void *where);
607 which PCRE2 was built (pcre2_config()).
1103 int pcre2_config(uint32_t what, void *where);
1105 The function pcre2_config() makes it possible for a PCRE2 client to
1110 The first argument for pcre2_config() specifies which information is
1119 When requesting information, the returned value from pcre2_config() is
1162 pcre2_config() with where set to NULL.) The buffer is filled with a
1174 2. This is the value that is returned by pcre2_config(). However, when
1232 pcre2_config() with where set to NULL.) If PCRE2 has been compiled
[all …]