Searched refs:iwkv_puth (Results 1 – 4 of 4) sorted by relevance
/third_party/iowow/src/kv/ |
D | iwkv.h | 316 IW_EXPORT iwrc iwkv_puth(
|
D | iwkv.c | 3404 iwrc iwkv_puth( in iwkv_puth() function 3450 return iwkv_puth(db, key, val, opflags, 0, 0); in iwkv_put()
|
/third_party/iowow/ |
D | Changelog | 428 * 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/ |
D | ejdb2.c | 754 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()
|