Home
last modified time | relevance | path

Searched refs:_kvblk_key_get (Results 1 – 2 of 2) sorted by relevance

/third_party/iowow/src/kv/
Diwkv.c729 static WUR iwrc _kvblk_key_get(KVBLK *kb, uint8_t *mm, uint8_t idx, IWKV_val *key) { in _kvblk_key_get() function
1282 rc = _kvblk_key_get(kb, mm, pidx, ukey); in _kvblk_updatev()
3808 rc = _kvblk_key_get(cur->cn->kvblk, mm, idx, okey); in iwkv_cursor_get()
4089 rc = _kvblk_key_get(sblk->kvblk, mm, sblk->pi[cur->cnpos], &key); in iwkv_cursor_del()
/third_party/iowow/
DChangelog431 * _kvblk_getkey renamed to _kvblk_key_get (iwkv.c)