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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_status.c74 TDB_DEFAULT, O_RDONLY, 0);
185 TDB_DEFAULT, O_RDONLY, 0);
196 TDB_DEFAULT, O_RDONLY, 0);
225 TDB_DEFAULT, O_RDONLY, 0);
H A Dnet_idmap.c59 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDONLY, 0);
135 idmap_tdb = tdb_open_log(tdbfile, 0, TDB_DEFAULT, O_RDWR, 0);
250 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDWR, 0);
H A Dsmbcontrol.c51 TDB_DEFAULT, O_RDWR, 0);
H A Dstatus.c650 tdb = tdb_open_log(lock_path("sessionid.tdb"), 0, TDB_DEFAULT, O_RDONLY, 0);
667 tdb = tdb_open_log(lock_path("connections.tdb"), 0, TDB_DEFAULT, O_RDONLY, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbback.c124 TDB_DEFAULT, O_RDWR|O_CREAT|O_EXCL,
160 tdb_new = tdb_open(tmp_name, 0, TDB_DEFAULT, O_RDONLY, 0);
H A Dtdb.h52 #define TDB_DEFAULT 0 /* just a readability place holder */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/intl/
H A Dlang_tdb.c143 tdb = tdb_open_log(path, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0644);
145 tdb = tdb_open_log(path, 0, TDB_DEFAULT, O_RDONLY, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dsamlogon_cache.c38 TDB_DEFAULT, O_RDWR | O_CREAT, 0600);
71 TDB_DEFAULT, O_RDWR, 0600);
H A Dunexpected.c50 TDB_CLEAR_IF_FIRST|TDB_DEFAULT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dtdb.h35 #define TDB_DEFAULT 0 /* just a readability place holder */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_db.c134 tdb_reg = tdb_open_log(lock_path("registry.tdb"), 0, TDB_DEFAULT, O_RDWR, 0600);
137 tdb_reg = tdb_open_log(lock_path("registry.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dconnection.c38 tdb = tdb_open_log(lock_path("connections.tdb"), 0, TDB_CLEAR_IF_FIRST|TDB_DEFAULT,
148 tdb = tdb_open_log(lock_path("connections.tdb"), 0, TDB_CLEAR_IF_FIRST|TDB_DEFAULT,
H A Dsession.c37 tdb = tdb_open_log(lock_path("sessionid.tdb"), 0, TDB_CLEAR_IF_FIRST|TDB_DEFAULT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting_db.c101 p->tdb = tdb_open_log(printdb_path, 5000, TDB_DEFAULT, O_RDWR|O_CREAT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h52 #define TDB_DEFAULT 0 /* just a readability place holder */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Daccount_pol.c58 tdb = tdb_open_log(lock_path("account_policy.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
H A Dgencache.c65 cache = tdb_open_log(cache_fname, 0, TDB_DEFAULT,
H A Dmessages.c102 0, TDB_CLEAR_IF_FIRST|TDB_DEFAULT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dlogin_cache.c47 cache = tdb_open_log(cache_fname, 0, TDB_DEFAULT,
H A Dpdb_tdb.c193 if (!(pdb_tdb = tdb_open_log(name, 0, TDB_DEFAULT,
220 pdb_tdb = tdb_open_log(name, 0, TDB_DEFAULT, (open_flags & 07777770) | O_RDWR, 0600);
235 pdb_tdb = tdb_open_log(name, 0, TDB_DEFAULT, open_flags, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_tdb.c83 int hash_size = 0, flags = TDB_DEFAULT, open_flags = -1, open_mode = 0600;
651 { "TDB_DEFAULT", TDB_DEFAULT },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_util.c878 TDB_DEFAULT, O_RDWR,
963 TDB_DEFAULT, O_RDWR,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/web/
H A Dstatuspage.c308 tdb = tdb_open_log(lock_path("connections.tdb"), 0, TDB_DEFAULT, O_RDONLY, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_tdb.c504 TDB_DEFAULT, O_RDWR | O_CREAT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_processlogon.c44 TDB_DEFAULT, O_RDONLY, 0);

Completed in 473 milliseconds

12