Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c6234 int offsetcount) in pcre_exec() argument
6239 int offsetcount) in pcre_exec()
6244 int offsetcount) in pcre_exec()
6295 if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0)) in pcre_exec()
6297 if (offsetcount < 0) return PCRE_ERROR_BADCOUNT; in pcre_exec()
6331 if (offsetcount >= 2) in pcre_exec()
6368 start_offset, options, offsets, offsetcount); in pcre_exec()
6533 ocount = offsetcount - (offsetcount % 3); in pcre_exec()
6970 if (resetcount > offsetcount) resetcount = offsetcount; in pcre_exec()
6980 if (offsetcount < 2) rc = 0; else in pcre_exec()
[all …]

Completed in 16 milliseconds