Searched refs:count_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/col/
H A Dcol.c437 static int count_size, *count, sorted_size; local
449 if (l->l_max_col >= count_size) {
450 count_size = l->l_max_col + 1;
452 (unsigned)sizeof(int) * count_size)) == NULL)
/freebsd-11-stable/contrib/serf/buckets/
H A Dbwtp_buckets.c204 static int count_size(void *baton, const char *key, const char *value) function
219 serf_bucket_headers_do(hdrs, count_size, &size);

Completed in 58 milliseconds