Searched refs:tdb_open (Results 1 - 25 of 25) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdbback.c102 tdb = tdb_open(old_name, 0, 0, O_RDWR, 0);
110 tdb_new = tdb_open(tmp_name, tdb->header.hash_size,
147 tdb_new = tdb_open(tmp_name, 0, TDB_DEFAULT, O_RDONLY, 0);
194 tdb = tdb_open(fname, 0, 0, O_RDONLY, 0);
H A Dtdbdump.c67 tdb = tdb_open(fname, 0, 0, O_RDONLY, 0);
H A Dtdb.h34 /* flags for tdb_open() */
91 u32 flags; /* the flags passed to tdb_open */
104 TDB_CONTEXT *tdb_open(const char *name, int hash_size, int tdb_flags,
H A Dtdbtool.c178 tdb = tdb_open(tok, 0, TDB_CLEAR_IF_FIRST,
193 tdb = tdb_open(tok, 0, 0, O_RDWR, 0600);
329 dst_tdb = tdb_open(file, 0, 0, O_RDWR, 0600);
H A Dtdbtest.c229 db = tdb_open("test.tdb", 0, TDB_CLEAR_IF_FIRST,
H A Dtdbtorture.c192 db = tdb_open("torture.tdb", 2, TDB_CLEAR_IF_FIRST,
H A Dtdb.c203 through tdb_open(). */
1691 TDB_CONTEXT *tdb_open(const char *name, int hash_size, int tdb_flags, function
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtdb.h54 /* flags for tdb_open() */
62 TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags,
H A Dtdb.c1106 TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags, function
H A Dmain.c355 pppdb = tdb_open(_PATH_PPPDB, 0, 0, O_RDWR|O_CREAT, 0644);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.h54 /* flags for tdb_open() */
62 TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags,
H A Dtdb.c1112 TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags, function
H A Dmain.c402 pppdb = tdb_open(_PATH_PPPDB, 0, 0, O_RDWR|O_CREAT, 0644);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.h54 /* flags for tdb_open() */
62 TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags,
H A Dtdb.c1112 TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags, function
H A Dmain.c402 pppdb = tdb_open(_PATH_PPPDB, 0, 0, O_RDWR|O_CREAT, 0644);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdb.h40 /* flags for tdb_open() */
80 #define tdb_open ext2fs_tdb_open macro
145 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags,
H A Dtdbtool.c190 tdb = tdb_open(tdbname, 0, TDB_CLEAR_IF_FIRST,
200 tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
320 dst_tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
H A Dicount.c187 icount->tdb = tdb_open(fn, 0, TDB_CLEAR_IF_FIRST,
H A Dtdb.c236 u32 flags; /* the flags passed to tdb_open */
330 through tdb_open().
1287 - if TDB_NOSYNC is passed to flags in tdb_open then transactions are
2588 mem_tdb = tdb_open("flval", tdb->header.hash_size,
3797 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags, function
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/printing/
H A Dpsec.c175 tdb = tdb_open(tdb_path, 0, 0, O_RDONLY, 0600);
279 tdb = tdb_open(tdb_path, 0, 0, O_RDWR, 0600);
H A Dvlp.c382 if (!(tdb = tdb_open(PRINT_TDB, 0, 0, O_RDWR | O_CREAT,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dmangle_test.c170 tdb = tdb_open(NULL, 100000, TDB_INTERNAL, 0, 0);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddirinfo.c65 db->tdb = tdb_open(db->tdb_fn, 0, TDB_CLEAR_IF_FIRST,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dpy_tdb.c104 if (!(tdb = tdb_open(name, hash_size, flags, open_flags, open_mode))) {
653 /* Flags for tdb_open() */

Completed in 222 milliseconds