Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/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.5/ext/pcre/pcrelib/
H A Dpcreposix.h137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
H A Dpcreposix.c322 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A DMakefile33 regexec.obj regenc.obj regsyntax.obj regtrav.obj \
58 onigsources = regerror.c regparse.c regext.c regcomp.c regexec.c regenc.c \
101 regexec.obj: regexec.c regint.h regenc.h oniguruma.h config.h
180 $(CP) regexec.c $(RUBYDIR)
H A Dtestc.c51 r = regexec(&reg, str, reg.re_nsub + 1, pmatch, 0); in xx()
/PHP-5.5/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 DHISTORY380 segmentation fault in regexec(). (POSIX API)
847 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
935 2004/07/24: [bug] fix warnings for regexec.c. (gcc 2.91.66)
995 fix nmatch argument of regexec() is smaller than
1807 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1809 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case.
1811 change SBTRANSCMP() in regexec.c.
1826 2003/01/22: [bug] POSIX API regexec() was not thread safe.
1830 speed up regexec().
1843 2003/01/16: [impl] rewrite POSIX API regexec() for speed up.
[all …]
H A DREADME124 regexec.c search and match functions
H A Dtestc.c51 r = regexec(&reg, str, reg.re_nsub + 1, pmatch, 0); in xx()
H A Dtestu.c79 r = regexec(&reg, str, reg.re_nsub + 1, pmatch, 0); in xx()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c365 if (regexec(&(regexp_list_it->comp_regex), verify_path, 0, NULL, 0) == 0) {
/PHP-5.5/ext/mbstring/
H A Dconfig.w3288 regenc.c regexec.c reggnu.c regparse.c regposerr.c \
/PHP-5.5/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

Completed in 52 milliseconds

12