Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_exec.c6349 int offsetcount) in pcre_exec() argument
6354 int offsetcount) in pcre_exec()
6359 int offsetcount) in pcre_exec()
6413 if (offsetcount < 0) return PCRE_ERROR_BADCOUNT; in pcre_exec()
6447 if (offsetcount >= 2) in pcre_exec()
6660 ocount = offsetcount - (offsetcount % 3); in pcre_exec()
6688 if (offsetcount > 0) md->offset_vector[0] = -1; in pcre_exec()
7092 if (resetcount > offsetcount) resetcount = offsetcount; in pcre_exec()
7102 if (offsetcount < 2) rc = 0; else in pcre_exec()
7145 if (offsetcount > 1) in pcre_exec()
[all …]

Completed in 23 milliseconds