Home
last modified time | relevance | path

Searched refs:get_hash (Results 1 – 1 of 1) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.c303 static uint32_t get_hash(zval *value) in get_hash() function
332 return get_hash(Z_REFVAL_P(value)); in get_hash()
369 return ds_htable_lookup_bucket_by_hash(table, key, get_hash(key)); in ds_htable_lookup_by_key()
682 const uint32_t hash = get_hash(key); in ds_htable_lookup_or_next()
798 uint32_t hash = get_hash(key); in ds_htable_remove()

Completed in 8 milliseconds