Home
last modified time | relevance | path

Searched refs:pcre_config (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_config.c68 pcre_config(int what, void *where) in pcre_config() function
H A Dpcredemo.c277 (void)pcre_config(PCRE_CONFIG_NEWLINE, &d); in main()
H A Dpcre.h552 PCRE_EXP_DECL int pcre_config(int, void *);
H A DChangeLog2428 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 Dconfig.w326 ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exe…
H A Dconfig0.m456 pcrelib/pcre_compile.c pcrelib/pcre_config.c pcrelib/pcre_exec.c \
H A Dphp_pcre.c168 if (!pcre_config(PCRE_CONFIG_JIT, &jit_yes)) { in PHP_INI_END()
/PHP-7.0/main/
H A Dphp_compat.h43 #define pcre_config php_pcre_config macro
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt91 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 76 milliseconds