Searched refs:pcre2_config (Results 1 – 17 of 17) sorted by relevance
/external/pcre/dist2/ |
D | Makefile.in | 212 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \ 227 src/libpcre2_16_la-pcre2_config.lo \ 267 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \ 282 src/libpcre2_32_la-pcre2_config.lo \ 318 src/pcre2_compile.c src/pcre2_config.c src/pcre2_context.c \ 333 src/libpcre2_8_la-pcre2_config.lo \ 447 src/$(DEPDIR)/libpcre2_16_la-pcre2_config.Plo \ 474 src/$(DEPDIR)/libpcre2_32_la-pcre2_config.Plo \ 501 src/$(DEPDIR)/libpcre2_8_la-pcre2_config.Plo \ 979 doc/html/pcre2_config.html \ [all …]
|
D | Makefile.am | 38 doc/html/pcre2_config.html \ 134 doc/pcre2_config.3 \ 355 src/pcre2_config.c \
|
D | PrepareRelease | 197 src/pcre2_config.c \
|
D | NEWS | 136 1. New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and
|
D | NON-AUTOTOOLS-BUILD | 98 pcre2_config.c
|
D | CMakeLists.txt | 571 src/pcre2_config.c
|
D | README | 790 src/pcre2_config.c )
|
D | ChangeLog | 199 (c) PCRE2_CONFIG_TABLES_LENGTH is added to pcre2_config() so that an 779 4. Add new pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and
|
/external/pcre/dist2/src/ |
D | pcre2_config.c | 78 pcre2_config(uint32_t what, void *where) in pcre2_config() function
|
D | pcre2.h.in | 433 /* Request types for pcre2_config(). */ 567 PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_config(uint32_t, void *); 841 #define pcre2_config PCRE2_SUFFIX(pcre2_config_) macro
|
D | pcre2.h.generic | 433 /* Request types for pcre2_config(). */ 567 PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_config(uint32_t, void *); 841 #define pcre2_config PCRE2_SUFFIX(pcre2_config_)
|
D | pcre2grep.c | 3567 (void)pcre2_config(PCRE2_CONFIG_VERSION, buffer); in handle_option() 4289 (void)pcre2_config(PCRE2_CONFIG_NEWLINE, &endlinetype); in main() 4342 (void)pcre2_config(PCRE2_CONFIG_JIT, &answer); in main()
|
/external/selinux/libselinux/src/ |
D | regex.c | 103 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/ |
D | Android.bp | 41 libpcre2_dist_prefix + "/src/pcre2_config.c",
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 98 pcre2_config.c
|
D | README.txt | 790 src/pcre2_config.c )
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 69 library is built. The pcre2_config() function makes it possible for a 415 int pcre2_config(uint32_t what, void *where); 609 which PCRE2 was built (pcre2_config()). 1133 int pcre2_config(uint32_t what, void *where); 1135 The function pcre2_config() makes it possible for a PCRE2 client to 1140 The first argument for pcre2_config() specifies which information is 1149 When requesting information, the returned value from pcre2_config() is 1192 pcre2_config() with where set to NULL.) The buffer is filled with a 1204 2. This is the value that is returned by pcre2_config(). However, when 1268 pcre2_config() with where set to NULL.) If PCRE2 has been compiled [all …]
|