Searched refs:btinfo (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | adb_openclose.c | 55 BTREEINFO btinfo; in osa_adb_create_db() local 57 memset(&btinfo, 0, sizeof(btinfo)); in osa_adb_create_db() 58 btinfo.flags = 0; in osa_adb_create_db() 59 btinfo.cachesize = 0; in osa_adb_create_db() 60 btinfo.psize = 4096; in osa_adb_create_db() 61 btinfo.lorder = 0; in osa_adb_create_db() 62 btinfo.minkeypage = 0; in osa_adb_create_db() 63 btinfo.compare = NULL; in osa_adb_create_db() 64 btinfo.prefix = NULL; in osa_adb_create_db() 65 db = dbopen(filename, O_RDWR | O_CREAT | O_EXCL, 0600, DB_BTREE, &btinfo); in osa_adb_create_db() [all …]
|
H A D | policy_db.h | 65 BTREEINFO btinfo; member
|
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | adb.h | 53 BTREEINFO btinfo; member
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1934 BTREEINFO btinfo; local 1937 DB_INFO btinfo; local 1940 void *btinfo = NULL; local 1948 memset(&btinfo, '\0', sizeof(btinfo)); 1950 btinfo.db_cachesize = DB_CACHE_SIZE; 1954 return db_map_open(map, mode, "btree", DB_BTREE, &btinfo);
|