Searched refs:IWKV_VAL_INCREMENT (Results 1 – 5 of 5) sorted by relevance
/third_party/iowow/src/kv/ |
D | iwkv.h | 131 #define IWKV_VAL_INCREMENT ((iwkv_opflags) 0x10U) macro
|
D | iwkv.c | 2453 if (lx->opflags & IWKV_VAL_INCREMENT) { in _lx_addkv() 3415 if (opflags & IWKV_VAL_INCREMENT) { in iwkv_puth()
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test1.c | 808 rc = iwkv_put(db1, &key, &val, IWKV_VAL_INCREMENT); in iwkv_test7_impl() 811 rc = iwkv_put(db1, &key, &val, IWKV_VAL_INCREMENT); in iwkv_test7_impl() 814 rc = iwkv_put(db1, &key, &val, IWKV_VAL_INCREMENT); in iwkv_test7_impl()
|
/third_party/iowow/ |
D | Changelog | 461 * Added `IWKV_VAL_INCREMENT` mode for `iwkv_put()` and test case (iwkv.h)
|
/third_party/ejdb/src/ |
D | ejdb2.c | 28 return iwkv_put(db->nrecdb, &key, &val, IWKV_VAL_INCREMENT); in _jb_meta_nrecs_update()
|