Home
last modified time | relevance | path

Searched refs:ds_htable_lookup_bucket_by_hash (Results 1 – 2 of 2) sorted by path

/ext-ds/
H A DCHANGELOG.md45 - Segfault in ds_htable_lookup_bucket_by_hash. @gnoddep #86
/ext-ds/src/ds/
H A Dds_htable.c339 static ds_htable_bucket_t *ds_htable_lookup_bucket_by_hash( in ds_htable_lookup_bucket_by_hash() function
369 return ds_htable_lookup_bucket_by_hash(table, key, get_hash(key)); in ds_htable_lookup_by_key()
685 if ((*bucket = ds_htable_lookup_bucket_by_hash(table, key, hash))) { in ds_htable_lookup_or_next()

Completed in 12 milliseconds