Home
last modified time | relevance | path

Searched refs:keysz (Results 1 – 4 of 4) sorted by relevance

/third_party/iowow/src/utils/
Diwutils.c259 int keysz, in iwu_replace() argument
268 if (datalen < 1 || keysz < 1) { in iwu_replace()
286 for (int i = 0; i < keysz; ++i) { in iwu_replace()
Diwutils.h402 int keysz,
/third_party/e2fsprogs/lib/ext2fs/
Dundo_io.c367 __u32 keysz; in undo_write_tdb() local
431 keysz = ext2fs_le32_to_cpu(key->size); in undo_write_tdb()
434 keysz = 0; in undo_write_tdb()
439 keysz) / channel->block_size == backing_blk_num && in undo_write_tdb()
441 keysz + data_size) { in undo_write_tdb()
445 key->size = ext2fs_cpu_to_le32(keysz + data_size); in undo_write_tdb()
/third_party/iowow/src/kv/
Diwkv_internal.h111 size_t keysz; member