Searched refs:pcre_config (Results 1 – 21 of 21) sorted by relevance
/external/pcre/dist/ |
D | makevp_l.txt | 4 +pcre_config.obj &
|
D | makevp_c.txt | 4 pcre_config.c
|
D | Makefile.am | 30 doc/html/pcre_config.html \ 230 pcre_config.c \ 648 DLL_OBJS= pcre_byte_order.o pcre_compile.o pcre_config.o \ 686 doc/pcre_config.3 \ 735 ln -sf pcre_config.3 $(DESTDIR)$(man3dir)/pcre16_config.3 761 ln -sf pcre_config.3 $(DESTDIR)$(man3dir)/pcre32_config.3
|
D | pcre_config.c | 70 pcre_config(int what, void *where) in pcre_config() function
|
D | pcredemo.c | 277 (void)pcre_config(PCRE_CONFIG_NEWLINE, &d); in main()
|
D | pcre_jit_test.c | 99 pcre_config(PCRE_CONFIG_JIT, &jit); in main() 1164 pcre_config(PCRE_CONFIG_JITTARGET, &cpu_info); in regression_tests() 1175 pcre_config(PCRE_CONFIG_UTF8, &utf); in regression_tests() 1176 pcre_config(PCRE_CONFIG_UNICODE_PROPERTIES, &ucp); in regression_tests()
|
D | Makefile.in | 218 pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \ 227 @WITH_PCRE8_TRUE@ libpcre_la-pcre_config.lo \ 928 doc/html/pcre_config.html \ 1078 @WITH_PCRE8_TRUE@ pcre_config.c \ 1216 DLL_OBJS = pcre_byte_order.o pcre_compile.o pcre_config.o \ 1239 doc/pcre_config.3 \ 1609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_config.Plo@am__quote@ 1676 libpcre_la-pcre_config.lo: pcre_config.c 1677 …pcre_config.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_config.Tpo -c -o libpcre_la-pcre_config.lo `t… 1678 …epCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_config.Tpo $(DEPDIR)/libpcre_la-pcre_conf… [all …]
|
D | PrepareRelease | 211 pcre_config.c \
|
D | pcregexp.pas | 347 function pcre_config( what : integer; where : pointer) : integer; external; in pcre_config() function
|
D | pcre.h.in | 285 /* Request types for pcre_config(). Do not re-arrange, in order to remain 552 PCRE_EXP_DECL int pcre_config(int, void *);
|
D | pcre.h.generic | 285 /* Request types for pcre_config(). Do not re-arrange, in order to remain 552 PCRE_EXP_DECL int pcre_config(int, void *);
|
D | pcrecpp.cc | 364 pcre_config(PCRE_CONFIG_NEWLINE, &newline); in NewlineMode()
|
D | pcretest.c | 571 #define PCRE_CONFIG pcre_config 927 #define PCRE_CONFIG pcre_config 3241 (void)pcre_config(PCRE_CONFIG_UTF8, &rc); in main() 3317 (void)pcre_config(PCRE_CONFIG_UTF8, &rc); in main()
|
D | NON-AUTOTOOLS-BUILD | 113 pcre_config.c 541 4. Edit pcre.h and pcre_config.c so that they include config.h.
|
D | CMakeLists.txt | 456 pcre_config.c
|
D | pcregrep.c | 2612 (void)pcre_config(PCRE_CONFIG_NEWLINE, &i); in main()
|
D | ChangeLog | 2085 3. The pcre_config() function was treating the PCRE_MATCH_LIMIT and 4655 43. Added a new function pcre_config(int, void *) to enable run-time extraction 4686 to extract all the available output from the new pcre_config() function, and to
|
/external/pcre/ |
D | Android.mk | 7 dist/pcre_config.c \
|
D | pcre.h | 552 PCRE_EXP_DECL int pcre_config(int, void *);
|
/external/pcre/dist/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 113 pcre_config.c 541 4. Edit pcre.h and pcre_config.c so that they include config.h.
|
/external/pcre/dist/doc/ |
D | pcre.txt | 80 library is built. The pcre_config() function makes it possible for a 422 option is given to pcre_config() or pcre32_config(), or if the 753 option is given to pcre_config() or pcre16_config(), or if the 1333 pcreapi(3), pcre16, pcre32, pcre_config(3). 1659 int pcre_config(int what, void *where); 1889 int pcre_config(int what, void *where); 1891 The function pcre_config() makes it possible for a PCRE client to dis- 1896 The first argument for pcre_config() is an integer, specifying which 1907 to the 8-bit version of this function, pcre_config(). If it is given to 8329 port is available by calling pcre_config() with the PCRE_CONFIG_JIT
|