Home
last modified time | relevance | path

Searched refs:pcre_compile (Results 1 – 15 of 15) sorted by relevance

/PHP-7.1/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.c509 re = pcre_compile(pattern, in pcre_get_compiled_regex_cache()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcredemo.c99 re = pcre_compile( in main()
H A Dpcre.h540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
H A DChangeLog92 pcre_compile() to run for a very long time.
1069 pcre_compile.c when checking for a zero character.
1726 35. A minor code tidy in pcre_compile() when checking options for \R usage.
1876 places in pcre_compile().
1878 7. Related to (6) above, when pcre_compile() was skipping #-introduced
1949 pcre_compile().
2130 the pattern is reset in the first branch, pcre_compile() failed with
2648 pcre_compile.c and pcre_dfa_exec.c.
3268 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in
3331 14. If erroroffset was passed as NULL to pcre_compile, it provoked a
[all …]
H A DREADME723 pcre_compile().
795 pcre_compile() function is a pointer to a block of memory containing the
797 of tables in the current locale. If the final argument for pcre_compile() is
888 ) and can also be #included in pcre_compile()
H A DHACKING92 depth of parentheses was removed. However, there is a downside: pcre_compile()
99 system stack used by pcre_compile(). This is a safety feature for environments
H A DNEWS316 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In
697 pcre_compile() function. An additional argument has been added to make it
H A Dpcre_compile.c8972 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile() function
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c180 …if ((it->re = pcre_compile(regexp, PCRE_NO_AUTO_CAPTURE, &pcre_error, &pcre_error_offset, 0)) == N… in zend_accel_blacklist_update_regexp()
/PHP-7.1/main/
H A Dphp_compat.h31 #define pcre_compile php_pcre_compile macro
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt465 pcre_compile() is passed to pcre16_exec().
1591 pcre *pcre_compile(const char *pattern, int options,
2029 pcre *pcre_compile(const char *pattern, int options,
2106 re = pcre_compile(
2579 re = pcre_compile("pattern", 0, &error, &erroroffset, NULL);
2581 re, /* result of pcre_compile() */
2659 re = pcre_compile(..., tables);
2719 re, /* result of pcre_compile() */
3090 re, /* result of pcre_compile() */
4117 re, /* result of pcre_compile() */
[all …]
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1042 if (!(retval = pcre_compile(pattern, in _php_mb_compile_regex()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5781 if ((re = pcre_compile(regex, options, &err_msg, &err_offset, NULL)) == NULL) {

Completed in 116 milliseconds