Home | History | Annotate | Download | only in pppd

Lines Matching refs:tdb_open_ex

1672 	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,
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: "
1810 TDB_LOG((tdb, 0, "tdb_open_ex: "
1854 TDB_LOG((tdb, 5, "tdb_open_ex: failed to close tdb->fd on error!\n"));