Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.h136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
H A Dpcreposix.c266 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() function
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-7.1/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-7.1/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 DHISTORY13 2013/10/21: [impl] remove unused variable. (regcomp.c)
397 2006/08/07: [impl] remove warning in regcomp.c.
810 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
1448 2003/09/02: [impl] include <stdio.h> is forgotten to erase in regcomp.c.
1676 2003/03/10: [impl] divide regcomp.c to regcomp.c, regparse.c and regparse.h.
1831 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1876 2003/01/11: [inst] changes for Win32 platform. (regint.h, reggnu.c, regcomp.c)
1894 2003/01/08: [bug] move GET_WCINT() from regcomp.c to regint.h.
1907 2002/12/12: [impl] reconstruct node types. (regcomp.c)
1922 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-7.1/ext/mbstring/
H A Dconfig.w3287 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
H A Dconfig.m4121 oniguruma/regcomp.c
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch2296 - return rx->rc = regcomp(&rx->rx, pat, flags);
/PHP-7.1/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()

Completed in 63 milliseconds