open_database
ret = open_database(context, s, 0);
ret = open_database(context, s, SQLITE_OPEN_CREATE);
database_fd = open_database(context, file, &database_size);
static int open_database(krb5_context context, char *data_fn, off_t *size);