Searched refs:pcre_config (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_config.c | 68 pcre_config(int what, void *where) in pcre_config() function
|
H A D | pcredemo.c | 277 (void)pcre_config(PCRE_CONFIG_NEWLINE, &d); in main()
|
H A D | pcre.h | 552 PCRE_EXP_DECL int pcre_config(int, void *);
|
H A D | ChangeLog | 2428 3. The pcre_config() function was treating the PCRE_MATCH_LIMIT and 4998 43. Added a new function pcre_config(int, void *) to enable run-time extraction 5029 to extract all the available output from the new pcre_config() function, and to
|
/PHP-7.0/ext/pcre/ |
H A D | config.w32 | 6 ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exe…
|
H A D | config0.m4 | 56 pcrelib/pcre_compile.c pcrelib/pcre_config.c pcrelib/pcre_exec.c \
|
H A D | php_pcre.c | 168 if (!pcre_config(PCRE_CONFIG_JIT, &jit_yes)) { in PHP_INI_END()
|
/PHP-7.0/main/ |
H A D | php_compat.h | 43 #define pcre_config php_pcre_config macro
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 91 library is built. The pcre_config() function makes it possible for a 433 option is given to pcre_config() or pcre32_config(), or if the 764 option is given to pcre_config() or pcre16_config(), or if the 1344 pcreapi(3), pcre16, pcre32, pcre_config(3). 1670 int pcre_config(int what, void *where); 1900 int pcre_config(int what, void *where); 1902 The function pcre_config() makes it possible for a PCRE client to dis- 1907 The first argument for pcre_config() is an integer, specifying which 1918 to the 8-bit version of this function, pcre_config(). If it is given to 8353 port is available by calling pcre_config() with the PCRE_CONFIG_JIT
|
Completed in 60 milliseconds