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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgtxt.c56 static struct db_info *db_info; variable in typeref:struct:db_info
59 struct db_info { struct
103 static struct db_info *
109 struct db_info *db;
116 if (!db_info) {
117 if ((db_info =
118 libc_malloc(MINDB * sizeof (struct db_info))) == NULL) {
126 if (db_info[i].flag == 0)
132 if ((db = libc_realloc(db_info,
[all...]
/osnet-11/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 17 milliseconds