Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_htable.c204 static inline bool ds_htable_bucket_key_match(ds_htable_bucket_t *bucket, zval *key) in ds_htable_bucket_key_match() function
358 if (ds_htable_bucket_key_match(bucket, key)) { in ds_htable_lookup_bucket_by_hash()
807 if (DS_HTABLE_BUCKET_HASH(bucket) != hash || ! ds_htable_bucket_key_match(bucket, key)) { in ds_htable_remove()

Completed in 7 milliseconds