Lines Matching defs:key
298 static int32_t __item_recovery_cb(kv_item_t *item, const char *key) in __item_recovery_cb()
336 static int32_t __item_find_cb(kv_item_t *item, const char *key) in __item_find_cb()
370 static int32_t __item_gc_cb(kv_item_t *item, const char *key) in __item_gc_cb()
415 char *key = NULL; in __item_del_by_prefix_cb() local
445 static kv_item_t *kv_item_search(const char *key) in kv_item_search()
473 static int32_t kv_item_store(const char *key, const void *val, int len, in kv_item_store()
536 static int32_t kv_item_update(kv_item_t *item, const char *key, const void *val, in kv_item_update()
734 kv_item_t *kv_item_traverse(item_func func, uint8_t blk_idx, const char *key) in kv_item_traverse()
871 int32_t kv_item_set(const char *key, const void *val, int32_t len) in kv_item_set()
908 int32_t kv_item_get(const char *key, void *buffer, int32_t *buffer_len) in kv_item_get()
946 int32_t kv_item_delete(const char *key) in kv_item_delete()
988 int32_t kv_item_secure_set(const char *key, const void *val, int32_t len) in kv_item_secure_set()
1041 int32_t kv_item_secure_get(const char *key, void *buffer, int32_t *buffer_len) in kv_item_secure_get()
1097 int32_t kv_item_secure_set(const char *key, const void *val, int32_t len) in kv_item_secure_set()
1102 int32_t kv_item_secure_get(const char *key, void *buffer, int32_t *buffer_len) in kv_item_secure_get()