Lines Matching refs:offsetcount
6234 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()
7023 if (offsetcount > 1) in pcre_exec()