Searched refs:tdb_open_ex (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dtdb.h106 TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/swig/
H A Dtdb.i106 /* Throw an IOError exception if tdb_open() or tdb_open_ex() returns NULL */
119 TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/include/
H A Dtdb.h93 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h125 TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
H A Dtdb.c1672 return tdb_open_ex(name, hash_size, tdb_flags, open_flags, mode, NULL, NULL);
1676 TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags, function
1701 TDB_LOG((tdb, 0, "tdb_open_ex: can't open tdb %s write-only\n",
1721 TDB_LOG((tdb, 0, "tdb_open_ex: tdb_new_database failed!"));
1728 TDB_LOG((tdb, 5, "tdb_open_ex: could not open file %s: %s\n",
1735 TDB_LOG((tdb, 0, "tdb_open_ex: failed to get global lock on %s: %s\n",
1745 TDB_LOG((tdb, 0, "tdb_open_ex: "
1778 TDB_LOG((tdb, 2, "tdb_open_ex: "
1795 TDB_LOG((tdb, 2, "tdb_open_ex: "
1805 TDB_LOG((tdb, 0, "tdb_open_ex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dopen.c122 return tdb_open_ex(name, hash_size, tdb_flags, open_flags, mode, NULL, NULL);
132 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags, function
169 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_open_ex: can't open tdb %s write-only\n",
189 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_open_ex: tdb_new_database failed!"));
196 TDB_LOG((tdb, TDB_DEBUG_WARNING, "tdb_open_ex: could not open file %s: %s\n",
203 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_open_ex: failed to get global lock on %s: %s\n",
213 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_open_ex: "
245 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_open_ex: spinlocks no longer supported\n"));
251 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_open_ex: "
270 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_open_ex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dstatcache.c352 tdb_stat_cache = tdb_open_ex("statcache", 1031, TDB_INTERNAL,
H A Dmangle_hash.c665 tdb_mangled_cache = tdb_open_ex("mangled_cache", 1031, TDB_INTERNAL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbtorture.c248 db = tdb_open_ex("torture.tdb", hash_size, TDB_CLEAR_IF_FIRST,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_tdb.c683 tdb = tdb_open_ex(name, hash_size, tdb_flags,
913 w->tdb = tdb_open_ex(name, hash_size, tdb_flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c1673 return tdb_open_ex(name, hash_size, tdb_flags, open_flags, mode, NULL);
1677 TDB_CONTEXT *tdb_open_ex(const char *name, int hash_size, int tdb_flags, function
1701 TDB_LOG((tdb, 0, "tdb_open_ex: can't open tdb %s write-only\n",
1721 TDB_LOG((tdb, 0, "tdb_open_ex: tdb_new_database failed!"));
1728 TDB_LOG((tdb, 5, "tdb_open_ex: could not open file %s: %s\n",
1735 TDB_LOG((tdb, 0, "tdb_open_ex: failed to get global lock on %s: %s\n",
1745 TDB_LOG((tdb, 0, "tdb_open_ex: "
1778 TDB_LOG((tdb, 2, "tdb_open_ex: "
1795 TDB_LOG((tdb, 2, "tdb_open_ex: "
1805 TDB_LOG((tdb, 0, "tdb_open_ex
[all...]

Completed in 143 milliseconds