Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.3/ext/ereg/regex/
H A Dregex.mak51 -@erase "$(INTDIR)\regexec.obj"
72 "$(INTDIR)\regexec.obj" \
103 -@erase "$(INTDIR)\regexec.obj"
104 -@erase "$(INTDIR)\regexec.sbr"
124 "$(INTDIR)\regexec.sbr" \
137 "$(INTDIR)\regexec.obj" \
241 SOURCE=.\regexec.c
253 "$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
267 "$(INTDIR)\regexec.obj" "$(INTDIR)\regexec.sbr" : $(SOURCE) $(DEP_CPP_REGEX)\
H A Dregex.h68 API_EXPORT(int) regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
H A DREADME18 After that, "make r" will build regcomp.o, regexec.o, regfree.o,
H A Dregexec.c113 regexec(preg, string, nmatch, pmatch, eflags)
H A Dmain.c96 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
260 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));
H A DWHATSNEW87 word width isn't hardwired into regexec.c any more, the public header
92 extension, the REG_STARTEND option to regexec().
H A Dregex.dsp99 SOURCE=.\regexec.c
/PHP-5.3/ext/ereg/
H A Dphp_regex.h32 #define regexec php_regexec macro
H A Dconfig.w328 ADD_SOURCES("ext/ereg/regex", "regcomp.c regexec.c regerror.c regfree.c", "ereg");
H A Dconfig0.m432 ereg_regex_sources="regex/regcomp.c regex/regexec.c regex/regerror.c regex/regfree.c"
H A Dereg.c342 err = regexec(&re, string, re.re_nsub+1, subs, 0); in php_ereg()
443 err = regexec(&re, &string[pos], re.re_nsub+1, subs, (pos ? REG_NOTBOL : 0)); in php_ereg_replace()
658 while ((count == -1 || count > 1) && !(err = regexec(&re, strp, 1, subs, 0))) { in php_split()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.h137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
H A Dpcreposix.c311 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
H A DChangeLog1407 17. If a caller to the POSIX matching function regexec() passes a non-zero
1720 matching function regexec().
2997 9. In the POSIX regexec() interface, if nmatch is specified as a ridiculously
3005 with this option is matched, the nmatch and pmatch options of regexec() are
3692 3. The first argument for regexec() in the POSIX wrapper should have been
4495 3. Typo on pcretest.c; a cast of (unsigned char *) in the POSIX regexec() call
/PHP-5.3/ext/mbstring/oniguruma/
H A Donigposix.h155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
H A Dregposix.c166 regexec(regex_t* reg, const char* str, size_t nmatch, in regexec() function
H A DREADME.ja130 regexec.c �������ȹ�ؿ�
H A DHISTORY175 segmentation fault in regexec(). (POSIX API)
642 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
730 2004/07/24: [bug] fix warnings for regexec.c. (gcc 2.91.66)
790 fix nmatch argument of regexec() is smaller than
1602 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1604 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case.
1606 change SBTRANSCMP() in regexec.c.
1621 2003/01/22: [bug] POSIX API regexec() was not thread safe.
1625 speed up regexec().
1638 2003/01/16: [impl] rewrite POSIX API regexec() for speed up.
[all …]
H A DREADME126 regexec.c search and match functions
/PHP-5.3/ext/mbstring/
H A Dconfig.w3267 regenc.c regexec.c reggnu.c regparse.c regposerr.c \
H A Dconfig.m4123 oniguruma/regexec.c
H A Dmbstring.dsp946 SOURCE=.\oniguruma\regexec.c
/PHP-5.3/ext/pcre/tests/
H A D005.phpt26 /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used
217 [0] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used
222 [5] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1927 - while (regexec(&rx, ms->o.buf, 1, &rm, 0) == 0) {
2836 - rc = regexec(&rx, m->desc, 0, 0, 0);
3027 - rc = regexec(&rx, (const char *)ms->search.s,
3169 - file_magerror(ms, "regexec error %d, (%s)",
/PHP-5.3/win32/
H A Dphp5dll.dsp744 SOURCE=..\regex\regexec.c

Completed in 83 milliseconds

12