Searched refs:DB_HASH (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | cache_a.out.h | 55 #define DB_HASH 11 /* number of hash buckets in caches */ macro 67 struct dbe db_hash[DB_HASH]; /* hash buckets */
|
H A D | cache_a.out.c | 389 for (i = 0; i < DB_HASH; i++) { 442 h = ((h & 0x7fffffff) % DB_HASH);
|
/titanic_50/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb2.c | 49 return DB_HASH; 52 return DB_HASH; 469 if (db_type == DB_HASH) 504 if (db_type == DB_HASH)
|
H A D | smdb1.c | 73 return DB_HASH; 76 return DB_HASH; 82 return DB_HASH;
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db.c | 423 if (type != DB_HASH && type != DB_UNKNOWN) 445 type = DB_HASH; 601 if (type == DB_HASH) 660 case DB_HASH:
|
H A D | db_pr.c | 97 if (dbp->type == DB_HASH) 149 case DB_HASH:
|
H A D | db_am.c | 126 case DB_HASH:
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/ |
H A D | db.c | 67 case DB_HASH:
|
/titanic_50/usr/src/cmd/sendmail/db/hsearch/ |
H A D | hsearch.c | 78 DB_HASH, DB_CREATE, __db_omode("rw----"), NULL, &dbinfo, &dbp);
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 66 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
|
/titanic_50/usr/src/cmd/sendmail/db/log/ |
H A D | log_register.c | 53 if (type != DB_BTREE && type != DB_HASH && type != DB_RECNO) {
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_validate.c | 100 *vdb = dbopen(NULL, O_CREAT|O_RDWR, O_CREAT|O_RDWR, DB_HASH, NULL);
|
/titanic_50/usr/src/cmd/sendmail/db/dbm/ |
H A D | dbm.c | 211 DB_HASH, __db_oflags(oflags), mode, NULL, &dbinfo, &dbp)) != 0)
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | adb_openclose.c | 412 db->db = dbopen(db->filename, O_RDWR, 0600, DB_HASH, &db->info); in osa_adb_open_and_lock()
|
H A D | kdb_db2.c | 278 dbc->hashfirst ? DB_HASH : DB_BTREE, in k5db2_dbopen() 290 dbc->hashfirst ? DB_BTREE : DB_HASH, in k5db2_dbopen()
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 287 DB_HASH, /* Extended Linear Hashing. */ enumerator
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 250 dbp->type = DB_HASH;
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1986 return db_map_open(map, mode, "hash", DB_HASH, &hinfo); 2161 if (dbtype == DB_HASH && ret == 0 && db != NULL)
|