Home
last modified time | relevance | path

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

12

/PHP-5.5/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
/PHP-5.5/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.5/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.5/ext/mbstring/oniguruma/win32/
H A DMakefile32 onigobjs = reggnu.obj regerror.obj regparse.obj regext.obj regcomp.obj \
58 onigsources = regerror.c regparse.c regext.c regcomp.c regexec.c regenc.c \
100 regcomp.obj: regcomp.c $(onigheaders) config.h
179 $(CP) regcomp.c $(RUBYDIR)
H A Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigposix.h154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
H A DREADME.ja125 regparse.h regparse.c��regcomp.c������������
126 regcomp.c ����ѥ��롢��Ŭ���ؿ�
H A DREADME119 regparse.h internal definitions for regparse.c and regcomp.c
120 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 DHISTORY373 2006/08/07: [impl] remove warning in regcomp.c.
786 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
1424 2003/09/02: [impl] include <stdio.h> is forgotten to erase in regcomp.c.
1652 2003/03/10: [impl] divide regcomp.c to regcomp.c, regparse.c and regparse.h.
1807 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1852 2003/01/11: [inst] changes for Win32 platform. (regint.h, reggnu.c, regcomp.c)
1870 2003/01/08: [bug] move GET_WCINT() from regcomp.c to regint.h.
1883 2002/12/12: [impl] reconstruct node types. (regcomp.c)
1898 2002/04/20: [impl] divide regex.c file into regcomp.c, regexec.c, reggnu.c
H A Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
H A Dtestu.c71 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c196 if ((reg_err = regcomp(&it->comp_regex, regexp, REGEX_MODE)) != 0) { in zend_accel_blacklist_update_regexp()
/PHP-5.5/ext/mbstring/
H A Dconfig.w3287 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \

Completed in 69 milliseconds

12