Searched defs:db_info (Results 1 – 2 of 2) sorted by relevance
59 static struct db_info *db_info; variable62 struct db_info { struct63 char db_name[DB_NAME_LEN]; /* Name of the message file */64 uintptr_t addr; /* Virtual memory address */65 size_t length;66 char *saved_locale;67 char flag;
462 DB_INFO db_info; local