Home
last modified time | relevance | path

Searched refs:WBSEP (Results 1 – 3 of 3) sorted by relevance

/third_party/iowow/src/kv/
Diwal.h50 typedef struct WBSEP { struct
55 } WBSEP; argument
Diwal.c134 wal->buf -= sizeof(WBSEP); in _destroy()
145 WBSEP sep = { in _flush_wl()
150 size_t wz = wal->bufpos + sizeof(WBSEP); in _flush_wl()
151 uint8_t *wp = wal->buf - sizeof(WBSEP); in _flush_wl()
152 memcpy(wp, &sep, sizeof(WBSEP)); in _flush_wl()
326 WBSEP wb; in _last_fix_and_reset_points()
453 rpos -= sizeof(WBSEP); in _rollforward_exl()
478 WBSEP wb; in _rollforward_exl()
599 wal->rollforward_offset = fsz - (sizeof(WBSEP) + sizeof(WBRESET)); in _rollforward_exl()
1144 wal->buf += sizeof(WBSEP); in iwal_create()
[all …]
Diwkv.c2999 if (((waloff != pos) && (waloff > pos - sizeof(WBSEP))) || (waloff & (aunit - 1))) { in _iwkv_check_online_backup()
3005 WBSEP wbsep = { 0 }; in _iwkv_check_online_backup()