Home
last modified time | relevance | path

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

/PHP-5.3/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 \
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_config.c70 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.h531 PCRE_EXP_DECL int pcre_config(int, void *);
H A DChangeLog1492 3. The pcre_config() function was treating the PCRE_MATCH_LIMIT and
4061 43. Added a new function pcre_config(int, void *) to enable run-time extraction
4092 to extract all the available output from the new pcre_config() function, and to
/PHP-5.3/main/
H A Dphp_compat.h43 #define pcre_config php_pcre_config macro
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt79 library is built. The pcre_config() function makes it possible for a
414 option is given to pcre_config() or pcre32_config(), or if the
743 option is given to pcre_config() or pcre16_config(), or if the
1310 pcreapi(3), pcre16, pcre32, pcre_config(3).
1626 int pcre_config(int what, void *where);
1846 int pcre_config(int what, void *where);
1848 The function pcre_config() makes it possible for a PCRE client to dis-
1853 The first argument for pcre_config() is an integer, specifying which
1864 to the 8-bit version of this function, pcre_config(). If it is given to
7843 port is available by calling pcre_config() with the PCRE_CONFIG_JIT

Completed in 54 milliseconds