Home
last modified time | relevance | path

Searched refs:iwrdb_oflags_t (Results 1 – 2 of 2) sorted by relevance

/third_party/iowow/src/rdb/
Diwrdb.h10 typedef uint8_t iwrdb_oflags_t; typedef
11 #define IWRDB_NOLOCKS ((iwrdb_oflags_t) 0x01U)
15 IW_EXPORT iwrc iwrdb_open(const char *path, iwrdb_oflags_t oflags, size_t bufsz, IWRDB *db);
Diwrdb.c17 iwrdb_oflags_t oflags;
117 iwrc iwrdb_open(const char *path, iwrdb_oflags_t oflags, size_t bufsz, IWRDB *odb) { in iwrdb_open()