Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 19 of 19) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.h137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
H A Dpcreposix.c320 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
H A DChangeLog2343 17. If a caller to the POSIX matching function regexec() passes a non-zero
2657 matching function regexec().
3934 9. In the POSIX regexec() interface, if nmatch is specified as a ridiculously
3942 with this option is matched, the nmatch and pmatch options of regexec() are
4629 3. The first argument for regexec() in the POSIX wrapper should have been
5432 3. Typo on pcretest.c; a cast of (unsigned char *) in the POSIX regexec() call
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A DMakefile33 regexec.obj regenc.obj regsyntax.obj regtrav.obj \
58 onigsources = regerror.c regparse.c regext.c regcomp.c regexec.c regenc.c \
101 regexec.obj: regexec.c regint.h regenc.h oniguruma.h config.h
180 $(CP) regexec.c $(RUBYDIR)
H A Dtestc.c51 r = regexec(&reg, str, reg.re_nsub + 1, pmatch, 0); in xx()
/PHP-7.1/ext/mbstring/oniguruma/
H A Donigposix.h155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
H A Dregposix.c166 regexec(regex_t* reg, const char* str, size_t nmatch, in regexec() function
H A DREADME.ja130 regexec.c �������ȹ�ؿ�
H A DHISTORY404 segmentation fault in regexec(). (POSIX API)
871 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
959 2004/07/24: [bug] fix warnings for regexec.c. (gcc 2.91.66)
1019 fix nmatch argument of regexec() is smaller than
1831 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1833 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case.
1835 change SBTRANSCMP() in regexec.c.
1850 2003/01/22: [bug] POSIX API regexec() was not thread safe.
1854 speed up regexec().
1867 2003/01/16: [impl] rewrite POSIX API regexec() for speed up.
[all …]
H A DREADME124 regexec.c search and match functions
H A Dtestc.c51 r = regexec(&reg, str, reg.re_nsub + 1, pmatch, 0); in xx()
H A Dtestu.c79 r = regexec(&reg, str, reg.re_nsub + 1, pmatch, 0); in xx()
/PHP-7.1/ext/mbstring/
H A Dconfig.w3288 regenc.c regexec.c reggnu.c regparse.c regposerr.c \
H A Dconfig.m4123 oniguruma/regexec.c
/PHP-7.1/ext/pcre/tests/
H A D005.phpt26 /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used
217 [0] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used
222 [5] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch2304 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9523 int regexec(regex_t *preg, const char *string,
9607 tern that is compiled with this flag is passed to regexec() for match-
9646 regexec(), the result is undefined and your program is likely to crash.
9686 The function regexec() is called to match a compiled pattern preg
9721 regexec() are ignored.
9744 or regexec() to a printable message. If preg is not NULL, the error
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic352 # Fixed to avoid regexec 17 errors on some dex files
H A Dmagic私はガラスを食べられます352 # Fixed to avoid regexec 17 errors on some dex files

Completed in 254 milliseconds