Searched refs:db_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgtxt.c57 static struct db_info *db_info; variable in typeref:struct:db_info
60 struct db_info { struct
104 static struct db_info *
110 struct db_info *db;
117 if (!db_info) {
118 if ((db_info =
119 libc_malloc(MINDB * sizeof (struct db_info))) == NULL) {
127 if (db_info[i].flag == 0)
133 if ((db = libc_realloc(db_info,
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb2.c462 DB_INFO db_info; local
465 (void) memset(&db_info, '\0', sizeof db_info);
468 db_info.db_cachesize = db_params->smdbp_cache_size;
470 db_info.h_nelem = db_params->smdbp_num_elements;
472 db_info.flags |= DB_DUP;
473 params = &db_info;

Completed in 490 milliseconds