Home
last modified time | relevance | path

Searched refs:regcomp (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.4/ext/ereg/regex/
H A Dregex.mak49 -@erase "$(INTDIR)\regcomp.obj"
70 "$(INTDIR)\regcomp.obj" \
99 -@erase "$(INTDIR)\regcomp.obj"
100 -@erase "$(INTDIR)\regcomp.sbr"
122 "$(INTDIR)\regcomp.sbr" \
135 "$(INTDIR)\regcomp.obj" \
179 SOURCE=.\regcomp.c
186 ".\regcomp.ih"\
192 "$(INTDIR)\regcomp.obj" : $(SOURCE) $(DEP_CPP_REGCO) "$(INTDIR)"
200 ".\regcomp.ih"\
[all …]
H A Dregex.h33 API_EXPORT(int) regcomp(regex_t *, const char *, int);
H A DREADME18 After that, "make r" will build regcomp.o, regexec.o, regfree.o,
H A Dmain.c78 err = regcomp(&re, argv[optind++], copts);
230 err = regcomp(&re, f0copy, opts);
H A Dregcomp.ih6 /* === regcomp.c === */
H A Dregex.dsp91 SOURCE=.\regcomp.c
H A DWHATSNEW42 regcomp() makes all characters ordinary, so you can match a literal
H A Dtests4 # C flag given, regcomp() is expected to fail, and the third field is the
22 # C regcomp() error expected, third field is error name
H A Dregcomp.c88 regcomp(preg, pattern, cflags)
/PHP-5.4/ext/ereg/
H A Dphp_regex.h35 #define regcomp php_regcomp macro
H A Dereg.c172 r = regcomp(preg, pattern, cflags); in _php_regcomp()
191 r = regcomp(preg, pattern, cflags);
214 #undef regcomp
215 #define regcomp(a, b, c) _php_regcomp(a, b, c TSRMLS_CC) macro
319 err = regcomp(&re, Z_STRVAL_PP(regex), REG_EXTENDED | copts); in php_ereg()
327 err = regcomp(&re, Z_STRVAL_PP(regex), copts); in php_ereg()
425 err = regcomp(&re, pattern, copts); in php_ereg_replace()
649 err = regcomp(&re, spliton, REG_EXTENDED | copts); in php_split()
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"
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.h136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
H A Dpcreposix.c268 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() function
/PHP-5.4/ext/mbstring/oniguruma/
H A DREADME.ja125 regparse.h regparse.c��regcomp.c������������
126 regcomp.c ����ѥ��롢��Ŭ���ؿ�
H A Donigposix.h154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
H A DREADME121 regparse.h internal definitions for regparse.c and regcomp.c
122 regcomp.c compiling and optimization functions
H A Dregposix.c134 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp() function
H A DHISTORY168 2006/08/07: [impl] remove warning in regcomp.c.
581 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
1219 2003/09/02: [impl] include <stdio.h> is forgotten to erase in regcomp.c.
1447 2003/03/10: [impl] divide regcomp.c to regcomp.c, regparse.c and regparse.h.
1602 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1647 2003/01/11: [inst] changes for Win32 platform. (regint.h, reggnu.c, regcomp.c)
1665 2003/01/08: [bug] move GET_WCINT() from regcomp.c to regint.h.
1678 2002/12/12: [impl] reconstruct node types. (regcomp.c)
1693 2002/04/20: [impl] divide regex.c file into regcomp.c, regexec.c, reggnu.c
/PHP-5.4/ext/mbstring/
H A Dconfig.w3268 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
H A Dconfig.m4121 oniguruma/regcomp.c
H A Dmbstring.dsp938 SOURCE=.\oniguruma\regcomp.c
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch2175 - rc = regcomp(&rx, pat, REG_EXTENDED);
2963 - rc = regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
3376 - rc = regcomp(&rx, m->value.s,
/PHP-5.4/win32/
H A Dphp5dll.dsp732 SOURCE=..\regex\regcomp.c

Completed in 61 milliseconds

12