Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c6347 int offsetcount) in pcre_exec() argument
6352 int offsetcount) in pcre_exec()
6357 int offsetcount) in pcre_exec()
6411 if (offsetcount < 0) return PCRE_ERROR_BADCOUNT; in pcre_exec()
6445 if (offsetcount >= 2) in pcre_exec()
6658 ocount = offsetcount - (offsetcount % 3); in pcre_exec()
6686 if (offsetcount > 0) md->offset_vector[0] = -1; in pcre_exec()
7090 if (resetcount > offsetcount) resetcount = offsetcount; in pcre_exec()
7100 if (offsetcount < 2) rc = 0; else in pcre_exec()
7143 if (offsetcount > 1) in pcre_exec()
[all …]

Completed in 14 milliseconds