Searched refs:regcomp (Results 1 – 16 of 16) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcreposix.h | 136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
|
H A D | pcreposix.c | 266 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() function
|
H A D | ChangeLog | 997 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.0/ext/mbstring/oniguruma/win32/ |
H A D | Makefile | 32 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 D | testc.c | 43 r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | onigposix.h | 154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
|
H A D | README.ja | 125 regparse.h regparse.c��regcomp.c�Τ����������� 126 regcomp.c ����ѥ��롢��Ŭ���ؿ�
|
H A D | README | 119 regparse.h internal definitions for regparse.c and regcomp.c 120 regcomp.c compiling and optimization functions
|
H A D | regposix.c | 134 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp() function
|
H A D | HISTORY | 13 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 D | testc.c | 43 r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
|
H A D | testu.c | 71 r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
|
/PHP-7.0/ext/mbstring/ |
H A D | config.w32 | 87 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
|
H A D | config.m4 | 121 oniguruma/regcomp.c
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 2296 - return rx->rc = regcomp(&rx->rx, pat, flags);
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9520 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 89 milliseconds