Home
last modified time | relevance | path

Searched refs:pcre_exec (Results 1 – 22 of 22) sorted by relevance

/PHP-5.5/ext/pcre/
H A Dconfig.w326 …re/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.…
H A Dconfig0.m456 pcrelib/pcre_compile.c pcrelib/pcre_config.c pcrelib/pcre_exec.c \
H A Dphp_pcre.c682 count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, in php_pcre_match_impl()
1120 count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, in php_pcre_replace_impl()
1573 count = pcre_exec(pce->re, extra, subject, in php_pcre_split_impl()
1637 count = pcre_exec(re_bump, extra_bump, subject, in php_pcre_split_impl()
1847 count = pcre_exec(pce->re, extra, Z_STRVAL(subject), in php_pcre_grep_impl()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcredemo.c121 rc = pcre_exec( in main()
313 rc = pcre_exec( in main()
H A Dpcreposix.c376 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
H A DChangeLog220 behaviour by pcre_exec(). This bug has been fixed.
604 matched by pcre_exec() without using JIT:
1084 pcre_exec().
1534 given to pcre_exec() or pcre_dfa_exec() it did work.)
1577 pcre_exec() and pcre_dfa_exec().
1602 using pcre_exec().
2457 pcre_exec() and pcre_dfa_exec().
4403 pcre_exec() and the \P data escape in pcretest.
5026 of match() calls in a pcre_exec() execution. See 42 above.
5045 call to pcre_exec()
[all …]
H A DNEWS130 available. This bypasses some of the sanity checks of pcre_exec() to give a
355 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec()
705 to the API for the pcre_exec() function. An additional argument has been
709 you need to do is to stick in a new fifth argument to pcre_exec(), with a
712 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize)
714 pcre_exec(pattern, extra, subject, length, 0, options, ovec, ovecsize)
H A Dpcre.h573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
H A DHACKING106 The "traditional", and original, matching function is called pcre_exec(), and
112 successful, the JIT code is run instead of the normal pcre_exec() code, but the
123 intreprets the same compiled pattern data as pcre_exec(); however, not all the
H A DREADME299 pcre_exec() can supply their own value. There is more discussion on the
321 pcre_exec() does not call itself recursively. Instead, it uses memory blocks
330 normal execution of the pcre_exec() function; if JIT support is being
H A Dpcre_exec.c6347 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_exec() function
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2013 pcre_exec() execution. Further details are given with pcre_exec()
2584 rc = pcre_exec( /* see below for details of pcre_exec() options */
3089 rc = pcre_exec(
3099 Extra data for pcre_exec()
3219 pcre_exec().
3233 Option bits for pcre_exec()
3455 The string to be matched by pcre_exec()
3605 Error return values from pcre_exec()
3653 returned by pcre_exec().
8374 pcre_exec().
[all …]
/PHP-5.5/ext/filter/
H A Dlogical_filters.c439 matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); in php_filter_validate_regexp()
547 matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); in php_filter_validate_email()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput387 pcregrep: pcre_exec() gave error -8 while matching this text:
391 pcregrep: pcre_exec() gave error -8 while matching this text:
513 pcregrep: pcre_exec() gave error -8 while matching text that starts:
523 pcregrep: pcre_exec() gave error -21 while matching text that starts:
/PHP-5.5/main/
H A Dphp_compat.h34 #define pcre_exec php_pcre_exec macro
/PHP-5.5/ext/standard/
H A Dbrowscap.c401 …if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) ==… in browser_reg_compare()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c357 return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
/PHP-5.5/ext/zip/
H A Dphp_zip.c708 matches = pcre_exec(re, NULL, namelist[i], strlen(namelist[i]), 0, 0, ovector, 3); in php_zip_pcre()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c2005 …count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, subject, subject_len, 0, 0,… in SPL_METHOD()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1034 return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0, in _php_mb_match_regex()
/PHP-5.5/win32/
H A Dphp5dllts.dsp393 SOURCE=..\ext\pcre\pcrelib\pcre_exec.c
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2979 + return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);

Completed in 154 milliseconds