Searched refs:iwrdb_oflags_t (Results 1 – 2 of 2) sorted by relevance
10 typedef uint8_t iwrdb_oflags_t; typedef11 #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);
17 iwrdb_oflags_t oflags;117 iwrc iwrdb_open(const char *path, iwrdb_oflags_t oflags, size_t bufsz, IWRDB *odb) { in iwrdb_open()