/PHP-5.5/ext/ereg/regex/ |
H A D | regex.mak | 51 -@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 D | regex.h | 68 API_EXPORT(int) regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
|
H A D | README | 18 After that, "make r" will build regcomp.o, regexec.o, regfree.o,
|
H A D | regexec.c | 113 regexec(preg, string, nmatch, pmatch, eflags)
|
H A D | main.c | 96 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); 260 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));
|
H A D | WHATSNEW | 87 word width isn't hardwired into regexec.c any more, the public header 92 extension, the REG_STARTEND option to regexec().
|
H A D | regex.dsp | 99 SOURCE=.\regexec.c
|
/PHP-5.5/ext/ereg/ |
H A D | php_regex.h | 32 #define regexec php_regexec macro
|
H A D | config.w32 | 8 ADD_SOURCES("ext/ereg/regex", "regcomp.c regexec.c regerror.c regfree.c", "ereg");
|
H A D | config0.m4 | 32 ereg_regex_sources="regex/regcomp.c regex/regexec.c regex/regerror.c regex/regfree.c"
|
H A D | ereg.c | 342 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 D | pcreposix.h | 137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
|
H A D | pcreposix.c | 322 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
|
/PHP-5.5/ext/mbstring/oniguruma/win32/ |
H A D | Makefile | 33 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 D | testc.c | 51 r = regexec(®, str, reg.re_nsub + 1, pmatch, 0); in xx()
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | onigposix.h | 155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
|
H A D | regposix.c | 166 regexec(regex_t* reg, const char* str, size_t nmatch, in regexec() function
|
H A D | README.ja | 130 regexec.c �������ȹ�ؿ�
|
H A D | HISTORY | 380 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 D | README | 124 regexec.c search and match functions
|
H A D | testc.c | 51 r = regexec(®, str, reg.re_nsub + 1, pmatch, 0); in xx()
|
H A D | testu.c | 79 r = regexec(®, str, reg.re_nsub + 1, pmatch, 0); in xx()
|
/PHP-5.5/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 365 if (regexec(&(regexp_list_it->comp_regex), verify_path, 0, NULL, 0) == 0) {
|
/PHP-5.5/ext/mbstring/ |
H A D | config.w32 | 88 regenc.c regexec.c reggnu.c regparse.c regposerr.c \
|
/PHP-5.5/ext/pcre/tests/ |
H A D | 005.phpt | 26 /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
|