Lines Matching refs:offsetcount
6337 int offsetcount) in pcre_exec() argument
6342 int offsetcount) in pcre_exec()
6347 int offsetcount) in pcre_exec()
6399 if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0)) in pcre_exec()
6401 if (offsetcount < 0) return PCRE_ERROR_BADCOUNT; in pcre_exec()
6435 if (offsetcount >= 2) in pcre_exec()
6472 start_offset, options, offsets, offsetcount); in pcre_exec()
6648 ocount = offsetcount - (offsetcount % 3); in pcre_exec()
7079 if (resetcount > offsetcount) resetcount = offsetcount; in pcre_exec()
7089 if (offsetcount < 2) rc = 0; else in pcre_exec()
7132 if (offsetcount > 1) in pcre_exec()
7136 if (offsetcount > 2) in pcre_exec()