Home
last modified time | relevance | path

Searched refs:iwkv_puth (Results 1 – 4 of 4) sorted by relevance

/third_party/iowow/src/kv/
Diwkv.h316 IW_EXPORT iwrc iwkv_puth(
Diwkv.c3404 iwrc iwkv_puth( in iwkv_puth() function
3450 return iwkv_puth(db, key, val, opflags, 0, 0); in iwkv_put()
/third_party/iowow/
DChangelog428 * BUG: `iwkv_puth` called with incorrect previous value (iwkv.h)
479 * Added iwkv_puth() with provided old value interceptor: `IWKV_PUT_HANDLER` (iwkv.h)
/third_party/ejdb/src/
Dejdb2.c754 return _jb_put_handler_after(iwkv_puth(jbc->cdb, &key, &val, 0, _jb_put_handler, &pctx), &pctx); in _jb_put_impl()
1373 …RCC(rc, finish, _jb_put_handler_after(iwkv_puth(jbc->cdb, &key, &val, 0, _jb_put_handler, &pctx), … in _jb_put_new_lw()