Lines Matching defs:key
175 static inline bool implements_hashable(zval *key) { in implements_hashable()
195 static inline bool key_is_identical(zval *key, zval *other) in key_is_identical()
204 static inline bool ds_htable_bucket_key_match(ds_htable_bucket_t *bucket, zval *key) in ds_htable_bucket_key_match()
341 zval *key, in ds_htable_lookup_bucket_by_hash()
367 ds_htable_bucket_t *ds_htable_lookup_by_key(ds_htable_t *table, zval *key) in ds_htable_lookup_by_key()
429 bool ds_htable_isset(ds_htable_t *table, zval *key, bool check_empty) in ds_htable_isset()
436 zval *ds_htable_get(ds_htable_t *table, zval *key) in ds_htable_get()
443 bool ds_htable_has_key(ds_htable_t *table, zval *key) in ds_htable_has_key()
658 zval *key, in ds_htable_init_next_bucket()
680 bool ds_htable_lookup_or_next(ds_htable_t *table, zval *key, ds_htable_bucket_t **bucket) in ds_htable_lookup_or_next()
698 void ds_htable_put(ds_htable_t *table, zval *key, zval *value) in ds_htable_put()
785 zval *key; in ds_htable_join_keys() local
796 int ds_htable_remove(ds_htable_t *table, zval *key, zval *return_value) in ds_htable_remove()
1032 zval *key, *value; in ds_htable_reduce() local
1170 zval *key; in ds_htable_to_array() local
1191 zval *key, *value; in ds_htable_serialize() local
1222 zval *key = var_tmp_var(&unserialize_data); in ds_htable_unserialize() local