Lines Matching refs:key_value

55 static int wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset);
56 static int gnumcoll(struct key_value*, struct key_value *, size_t offset);
57 static int monthcoll(struct key_value*, struct key_value *, size_t offset);
58 static int numcoll(struct key_value*, struct key_value *, size_t offset);
59 static int hnumcoll(struct key_value*, struct key_value *, size_t offset);
60 static int randomcoll(struct key_value*, struct key_value *, size_t offset);
61 static int versioncoll(struct key_value*, struct key_value *, size_t offset);
95 return (keys_num * (sizeof(struct key_value) + key_hint_size())); in keys_array_size()
107 const struct key_value *kv; in clean_keys_array()
120 struct key_value *
124 return ((struct key_value *)((caddr_t)ka->key + in get_key_from_keys_array()
125 ind * (sizeof(struct key_value) + key_hint_size()))); in get_key_from_keys_array()
136 struct key_value *kv; in set_key_on_keys_array()
171 const struct key_value *kv; in sort_list_item_size()
488 struct key_value *kv1, *kv2; in key_coll()
779 wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in wstrcoll()
808 numcoll_impl(struct key_value *kv1, struct key_value *kv2, in numcoll_impl()
963 numcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in numcoll()
973 hnumcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in hnumcoll()
981 randomcoll_init_hint(struct key_value *kv, void *hash) in randomcoll_init_hint()
992 randomcoll(struct key_value *kv1, struct key_value *kv2, in randomcoll()
1040 versioncoll(struct key_value *kv1, struct key_value *kv2, in versioncoll()
1115 gnumcoll(struct key_value *kv1, struct key_value *kv2, in gnumcoll()
1272 monthcoll(struct key_value *kv1, struct key_value *kv2, size_t offset __unused) in monthcoll()