Home
last modified time | relevance | path

Searched refs:hash_items (Results 76 – 100 of 120) sorted by relevance

12345

/dports/devel/dconf/dconf-0.40.0/gvdb/
H A Dgvdb-builder.c312 struct gvdb_hash_item **hash_items, in file_builder_allocate_for_hash() argument
336 *hash_items = (struct gvdb_hash_item *) chunk (n_items * in file_builder_allocate_for_hash()
/dports/sysutils/tracker/tracker-2.3.4/src/gvdb/
H A Dgvdb-builder.c311 struct gvdb_hash_item **hash_items, in file_builder_allocate_for_hash() argument
335 *hash_items = (struct gvdb_hash_item *) chunk (n_items * in file_builder_allocate_for_hash()
/dports/sysutils/tracker3/tracker-3.1.2/src/gvdb/
H A Dgvdb-builder.c311 struct gvdb_hash_item **hash_items, in file_builder_allocate_for_hash() argument
335 *hash_items = (struct gvdb_hash_item *) chunk (n_items * in file_builder_allocate_for_hash()
/dports/devel/ctypes.sh/ctypes-sh-1.2/src/
H A Dunpack.c57 for (item = hash_items (i, table); item; item = item->next) in assoc_walk_data()
/dports/shells/bash/bash-5.1/
H A Dalias.c235 for (tlist = hash_items (i, aliases); tlist; tlist = tlist->next)
/dports/net/bird/bird-1.6.8/nest/
H A Drt-table.c2236 hc->hash_items++; in hc_new_hostentry()
2237 if (hc->hash_items > hc->hash_max) in hc_new_hostentry()
2252 hc->hash_items--; in hc_delete_hostentry()
2253 if (hc->hash_items < hc->hash_min) in hc_delete_hostentry()
2263 hc->hash_items = 0; in rt_init_hostcache()
H A Droute.h173 unsigned hash_items; member
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-table.c2855 hc->hash_items++; in hc_new_hostentry()
2856 if (hc->hash_items > hc->hash_max) in hc_new_hostentry()
2871 hc->hash_items--; in hc_delete_hostentry()
2872 if (hc->hash_items < hc->hash_min) in hc_delete_hostentry()
2882 hc->hash_items = 0; in rt_init_hostcache()
H A Droute.h208 unsigned hash_items; member
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/plan/
H A Dplanner.c4406 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4468 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4470 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4481 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/plan/
H A Dplanner.c4406 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4468 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4470 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4481 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/plan/
H A Dplanner.c4406 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4468 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4470 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4481 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/plan/
H A Dplanner.c4406 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4468 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4470 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4481 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/plan/
H A Dplanner.c4406 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4468 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4470 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4481 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/plan/
H A Dplanner.c4406 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4468 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4470 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4481 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/plan/
H A Dplanner.c4406 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4468 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4470 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4481 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/plan/
H A Dplanner.c4334 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4396 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4398 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4409 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/plan/
H A Dplanner.c4334 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4396 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4398 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4409 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/plan/
H A Dplanner.c4334 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4396 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4398 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4409 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/plan/
H A Dplanner.c4334 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4396 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4398 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4409 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/plan/
H A Dplanner.c4334 Bitmapset *hash_items = NULL;
4396 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL);
4398 if (!bms_is_empty(hash_items))
4409 if (bms_is_member(i, hash_items))
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/plan/
H A Dplanner.c4334 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
4396 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
4398 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
4409 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/plan/
H A Dplanner.c3874 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
3937 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
3939 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
3950 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/plan/
H A Dplanner.c3874 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
3937 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
3939 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
3950 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/plan/
H A Dplanner.c3874 Bitmapset *hash_items = NULL; in consider_groupingsets_paths() local
3937 hash_items = DiscreteKnapsack(k_capacity, i, k_weights, NULL); in consider_groupingsets_paths()
3939 if (!bms_is_empty(hash_items)) in consider_groupingsets_paths()
3950 if (bms_is_member(i, hash_items)) in consider_groupingsets_paths()

12345