Home
last modified time | relevance | path

Searched refs:regcomp (Results 1 – 25 of 35) sorted by last modified time

12

/PHP-5.5/win32/
H A Dphp5dll.dsp724 SOURCE=..\regex\regcomp.c
H A Dphp5dllts.dsp668 SOURCE=..\regex\regcomp.c
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5354 regerr = regcomp(&re, regex, regopt);
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c268 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() function
H A Dpcreposix.h136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
H A DChangeLog997 13. In the POSIX wrapper regcomp() function, setting re_nsub field in the preg
4291 17. Added a new option, REG_DOTALL, to the POSIX function regcomp(). This
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9520 int regcomp(regex_t *preg, const char *pattern,
9576 The function regcomp() is called to compile a pattern into an internal
9639 The yield of regcomp() is zero on success, and non-zero otherwise. The
9644 NOTE: If the yield of regcomp() is non-zero, you must not attempt to
9743 The regerror() function maps a non-zero errorcode from either regcomp()
/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/oniguruma/win32/
H A Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
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)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c134 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp() function
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()
H A Donigposix.h154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
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 DREADME119 regparse.h internal definitions for regparse.c and regcomp.c
120 regcomp.c compiling and optimization functions
H A DREADME.ja125 regparse.h regparse.c��regcomp.c������������
126 regcomp.c ����ѥ��롢��Ŭ���ؿ�
/PHP-5.5/ext/mbstring/
H A Dmbstring.dsp938 SOURCE=.\oniguruma\regcomp.c
H A Dconfig.m4121 oniguruma/regcomp.c
H A Dconfig.w3287 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2175 - rc = regcomp(&rx, pat, REG_EXTENDED);
2966 - rc = regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
3379 - rc = regcomp(&rx, m->value.s,
/PHP-5.5/ext/ereg/regex/
H A Dregex.h33 API_EXPORT(int) regcomp(regex_t *, const char *, int);
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 Dregex.dsp91 SOURCE=.\regcomp.c
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 …]

Completed in 139 milliseconds

12