Searched refs:_jb_put_handler (Results 1 – 1 of 1) sorted by relevance
/third_party/ejdb/src/ |
D | ejdb2.c | 685 static iwrc _jb_put_handler(const IWKV_val *key, const IWKV_val *val, IWKV_val *oldval, void *op) { in _jb_put_handler() function 754 return _jb_put_handler_after(iwkv_puth(jbc->cdb, &key, &val, 0, _jb_put_handler, &pctx), &pctx); in _jb_put_impl() 770 return _jb_put_handler_after(iwkv_cursor_seth(cur, &val, 0, _jb_put_handler, &pctx), &pctx); in jb_cursor_set() 1373 …RCC(rc, finish, _jb_put_handler_after(iwkv_puth(jbc->cdb, &key, &val, 0, _jb_put_handler, &pctx), … in _jb_put_new_lw()
|