Lines Matching refs:key_value
56 static int wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset);
57 static int gnumcoll(struct key_value*, struct key_value *, size_t offset);
58 static int monthcoll(struct key_value*, struct key_value *, size_t offset);
59 static int numcoll(struct key_value*, struct key_value *, size_t offset);
60 static int hnumcoll(struct key_value*, struct key_value *, size_t offset);
61 static int randomcoll(struct key_value*, struct key_value *, size_t offset);
62 static int versioncoll(struct key_value*, struct key_value *, size_t offset);
96 return (keys_num * (sizeof(struct key_value) + key_hint_size())); in keys_array_size()
108 const struct key_value *kv; in clean_keys_array()
121 struct key_value *
125 return ((struct key_value *)((caddr_t)ka->key + in get_key_from_keys_array()
126 ind * (sizeof(struct key_value) + key_hint_size()))); in get_key_from_keys_array()
137 struct key_value *kv; in set_key_on_keys_array()
172 const struct key_value *kv; in sort_list_item_size()
489 struct key_value *kv1, *kv2; in key_coll()
780 wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in wstrcoll()
809 numcoll_impl(struct key_value *kv1, struct key_value *kv2, in numcoll_impl()
964 numcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in numcoll()
974 hnumcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in hnumcoll()
982 randomcoll_init_hint(struct key_value *kv, void *hash) in randomcoll_init_hint()
993 randomcoll(struct key_value *kv1, struct key_value *kv2, in randomcoll()
1041 versioncoll(struct key_value *kv1, struct key_value *kv2, in versioncoll()
1116 gnumcoll(struct key_value *kv1, struct key_value *kv2, in gnumcoll()
1273 monthcoll(struct key_value *kv1, struct key_value *kv2, size_t offset __unused) in monthcoll()