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