Searched defs:db_open (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb.c88 * db_open --
92 db_open(fname, type, flags, mode, dbenv, dbinfo, dbpp) function
120 if ((ret = __db_fchk(dbenv, "db_open", flags, OKFLAGS)) != 0)
125 * You can't specify threads during the db_open() if the
135 * Specifying a cachesize to db_open(3), after creating an
162 /* Convert the db_open(3) flags. */
402 "db_open", btm->flags, BTM_MASK)) != 0)
441 "db_open", hashm->flags, DB_HASH_DUP)) != 0)
652 "db_open", dbinfo->flags, DB_RECNUM | DB_DUP)) != 0)
655 "db_open", dbinf
[all...]

Completed in 21 milliseconds