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