Searched refs:iwlog_ecode_error2 (Results 1 – 7 of 7) sorted by relevance
/third_party/iowow/src/kv/benchmark/ |
D | iwkv_benchmark.c | 14 iwlog_ecode_error2(rc, "Failed to init iwkv: iwkv_init()"); in env_setup() 59 iwlog_ecode_error2(rc, "Failed to open iwkv file"); in db_open() 64 iwlog_ecode_error2(rc, "Failed to open iwkv db: 1"); in db_open() 77 iwlog_ecode_error2(rc, "db_close"); in db_close() 88 iwlog_ecode_error2(rc, "db_put"); in db_put() 103 iwlog_ecode_error2(rc, "db_get"); in db_get() 116 iwlog_ecode_error2(rc, "db_del"); in db_del() 129 iwlog_ecode_error2(rc, "db_read_seq::iwkv_cursor_open failed"); in db_read_seq() 141 iwlog_ecode_error2(rc, "db_read_seq"); in db_read_seq() 156 iwlog_ecode_error2(rc, "db_cursor_to_key::iwkv_cursor_val failed"); in db_cursor_to_key() [all …]
|
/third_party/iowow/src/kv/examples/ |
D | example1.c | 22 iwlog_ecode_error2(rc, "Failed to open mydb"); in main()
|
/third_party/iowow/src/log/ |
D | iwlog.h | 296 #define iwlog_ecode_error2(IW_ecode, IW_fmt) \ macro
|
/third_party/iowow/src/kv/ |
D | iwal.c | 423 iwlog_ecode_error2(rc, msg_); \ in _rollforward_exl() 844 iwlog_ecode_error2(rc, "WAL worker savepoint/checkpoint error\n"); in _cpt_worker_fn() 851 iwlog_ecode_error2(rc, "WAL worker exited with error\n"); in _cpt_worker_fn()
|
/third_party/iowow/src/fs/ |
D | iwfile.c | 189 iwlog_ecode_error2(IW_ERROR_INVALID_ARGS, "Invalid 'opts->dlsnr' specified"); in iwfs_file_open()
|
D | iwfsmfile.c | 951 iwlog_ecode_error2(rc, "New and old bitmap areas are overlaped"); in _fsm_init_lw() 962 iwlog_ecode_error2(rc, "Old bitmap area is not mmaped"); in _fsm_init_lw() 1300 iwlog_ecode_error2(rc, "Invalid file magic number"); in _fsm_read_meta_lr()
|
/third_party/iowow/ |
D | README.md | 113 iwlog_ecode_error2(rc, "Failed to open mydb");
|