Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
H A Dpcreposix.c269 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() function
H A DChangeLog1183 13. In the POSIX wrapper regcomp() function, setting re_nsub field in the preg
4477 17. Added a new option, REG_DOTALL, to the POSIX function regcomp(). This
/PHP-7.2/ext/mbstring/oniguruma/
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 DREADME.md158 |regparse.h |internal definitions for regparse.c and regcomp.c |
159 |regcomp.c |compiling and optimization functions |
H A DHISTORY101 2013/10/21: [impl] remove unused variable. (regcomp.c)
485 2006/08/07: [impl] remove warning in regcomp.c.
898 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
1536 2003/09/02: [impl] include <stdio.h> is forgotten to erase in regcomp.c.
1764 2003/03/10: [impl] divide regcomp.c to regcomp.c, regparse.c and regparse.h.
1919 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1964 2003/01/11: [inst] changes for Win32 platform. (regint.h, reggnu.c, regcomp.c)
1982 2003/01/08: [bug] move GET_WCINT() from regcomp.c to regint.h.
1995 2002/12/12: [impl] reconstruct node types. (regcomp.c)
2010 2002/04/20: [impl] divide regex.c file into regcomp.c, regexec.c, reggnu.c
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Donigposix.h154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
H A Dregposix.c134 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp() function
/PHP-7.2/ext/mbstring/
H A Dconfig.w3295 …so8859_7.c iso8859_8.c iso8859_9.c koi8.c koi8_r.c mktable.c onig_init.c regcomp.c regenc.c regerr…
H A Dconfig.m4144 oniguruma/src/regcomp.c
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2240 - return rx->rc = regcomp(&rx->rx, pat, flags);
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9567 int regcomp(regex_t *preg, const char *pattern,
9623 The function regcomp() is called to compile a pattern into an internal
9686 The yield of regcomp() is zero on success, and non-zero otherwise. The
9691 NOTE: If the yield of regcomp() is non-zero, you must not attempt to
9790 The regerror() function maps a non-zero errorcode from either regcomp()

Completed in 69 milliseconds