Lines Matching defs:opened
158 * 1) That we have not actually opened the underlying database (yet). The
159 * <opened> field should be false.
160 * 2) We opened it readonly and it wasn't present.
162 * The delayed opening (determined by <opened>) makes creating a lockdb
175 int opened; /* we opened the database */
310 * If the database hasn't been opened yet, then open the thing.
317 if (lockdb->info->opened) {
335 /* all right. it is opened now. */
336 lockdb->info->opened = 1;
345 * If force is TRUE, then the database is opened now, rather than lazily.
391 lockdb->info->opened = 0;
449 "INTERNAL DESIGN ERROR: the lockdb was opened "
577 * If we opened readonly and the db wasn't there, then there are no
679 * ### shouldn't do this if we've been opened READONLY. elide the
940 * If we opened readonly and the db wasn't there, then there are no