Searched refs:tdb_flags (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | database-tdb.c | 70 int tdb_flags, in tdb_open_cloexec() argument 84 if ((c = tdb_open(name, hash_size, tdb_flags, open_flags | O_CLOEXEC, mode))) in tdb_open_cloexec() 92 if (!(c = tdb_open(name, hash_size, tdb_flags, open_flags, mode))) in tdb_open_cloexec()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.h | 146 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags, 148 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
|
D | tdb.c | 3815 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags, in tdb_open() argument 3818 return tdb_open_ex(name, hash_size, tdb_flags, open_flags, mode, NULL, NULL); in tdb_open() 3830 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags, in tdb_open_ex() argument 3850 tdb->flags = tdb_flags; in tdb_open_ex() 3907 if ((tdb_flags & TDB_CLEAR_IF_FIRST) && in tdb_open_ex() 3981 if (tdb_flags & TDB_CLEAR_IF_FIRST) { in tdb_open_ex()
|