Lines Matching refs:key_value

58 static int wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset);
59 static int gnumcoll(struct key_value*, struct key_value *, size_t offset);
60 static int monthcoll(struct key_value*, struct key_value *, size_t offset);
61 static int numcoll(struct key_value*, struct key_value *, size_t offset);
62 static int hnumcoll(struct key_value*, struct key_value *, size_t offset);
63 static int randomcoll(struct key_value*, struct key_value *, size_t offset);
64 static int versioncoll(struct key_value*, struct key_value *, size_t offset);
99 return (keys_num * (sizeof(struct key_value) + key_hint_size())); in keys_array_size()
111 const struct key_value *kv; in clean_keys_array()
124 struct key_value *
128 return ((struct key_value *)((caddr_t)ka->key + in get_key_from_keys_array()
129 ind * (sizeof(struct key_value) + key_hint_size()))); in get_key_from_keys_array()
140 struct key_value *kv; in set_key_on_keys_array()
176 const struct key_value *kv; in sort_list_item_size()
493 struct key_value *kv1, *kv2; in key_coll()
784 wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in wstrcoll()
813 numcoll_impl(struct key_value *kv1, struct key_value *kv2, in numcoll_impl()
968 numcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in numcoll()
978 hnumcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in hnumcoll()
986 randomcoll_init_hint(struct key_value *kv, void *hash) in randomcoll_init_hint()
997 randomcoll(struct key_value *kv1, struct key_value *kv2, in randomcoll()
1045 versioncoll(struct key_value *kv1, struct key_value *kv2, in versioncoll()
1120 gnumcoll(struct key_value *kv1, struct key_value *kv2, in gnumcoll()
1277 monthcoll(struct key_value *kv1, struct key_value *kv2, size_t offset __unused) in monthcoll()