Lines Matching refs:key
38 struct tokey key; member
51 struct tokey key; in world_obj_get() local
54 key.id = key_id; in world_obj_get()
55 objagg_obj = objagg_obj_get(objagg, &key); in world_obj_get()
93 const struct tokey *key = obj; in delta_check() local
94 int diff = key->id - parent_key->id; in delta_check()
103 struct tokey *key = obj; in delta_create() local
104 int diff = key->id - parent_key->id; in delta_create()
130 struct tokey *key = obj; in root_create() local
136 memcpy(&root->key, key, sizeof(root->key)); in root_create()
183 if (root->key.id != key_id) { in test_nodelta_obj_get()