Lines Matching refs:offsetcount
404 int offsetcount, in internal_dfa_exec() argument
436 offsetcount &= (-2); in internal_dfa_exec()
790 if (match_count < 0) match_count = (offsetcount >= 2)? 1 : 0; in internal_dfa_exec()
791 else if (match_count > 0 && ++match_count * 2 > offsetcount) in internal_dfa_exec()
793 count = ((match_count == 0)? offsetcount : match_count * 2) - 2; in internal_dfa_exec()
795 if (offsetcount >= 2) in internal_dfa_exec()
3178 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() argument
3183 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec()
3188 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec()
3212 (offsets == NULL && offsetcount > 0)) return PCRE_ERROR_NULL; in pcre_dfa_exec()
3213 if (offsetcount < 0) return PCRE_ERROR_BADCOUNT; in pcre_dfa_exec()
3345 if (offsetcount >= 2) in pcre_dfa_exec()
3621 offsetcount, /* size of same */ in pcre_dfa_exec()
3631 if (rc == PCRE_ERROR_PARTIAL && offsetcount >= 2) in pcre_dfa_exec()
3635 if (offsetcount > 2) in pcre_dfa_exec()