Home
last modified time | relevance | path

Searched refs:re_nsub (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c272 int re_nsub = 0; in regcomp() local
296 &re_nsub); in regcomp()
297 preg->re_nsub = (size_t)re_nsub; in regcomp()
H A Dpcreposix.h99 size_t re_nsub; member
H A DChangeLog997 13. In the POSIX wrapper regcomp() function, setting re_nsub field in the preg
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregposix.c161 reg->re_nsub = ONIG_C(reg)->num_mem; in regcomp()
216 if (reg->re_nsub > nmatch - 1) in regexec()
217 reg->re_nsub = (nmatch <= 1 ? 0 : nmatch - 1); in regexec()
H A Donigposix.h85 size_t re_nsub; member
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/oniguruma/win32/
H A Dtestc.c51 r = regexec(&reg, str, reg.re_nsub + 1, pmatch, 0); in xx()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9641 is public: re_nsub contains the number of capturing subpatterns in the

Completed in 51 milliseconds