Searched refs:hashfirst (Results 1 – 2 of 2) sorted by relevance
237 dbc->hashfirst = TRUE; in configure_context()370 dbc->hashfirst ? DB_HASH : DB_BTREE, in open_db()371 dbc->hashfirst ? (void *) &hashi : (void *) &bti); in open_db()375 dbc->hashfirst ? DB_BTREE : DB_HASH, in open_db()376 dbc->hashfirst ? (void *) &bti : (void *) &hashi); in open_db()379 dbc->hashfirst = !dbc->hashfirst; in open_db()383 if (db != NULL && dbc->hashfirst) in open_db()988 if (dbc->hashfirst) { in curs_init()
40 krb5_boolean hashfirst; /* Try hash database type first */ member