Home
last modified time | relevance | path

Searched refs:open_db (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.sbin/yp_mkdb/
HDyp_mkdb.c69 open_db(char *path, int flags) in open_db() function
82 dbp = open_db(map, O_RDONLY); in unwind()
193 if ((dbp = open_db(map, O_RDWR|O_EXLOCK|O_EXCL|O_CREAT)) == NULL) in main()
/NextBSD/contrib/sqlite3/
HDshell.c1922 static void open_db(ShellState *p, int keepAlive){ in open_db() function
2566 open_db(p, 0); in shell_dbinfo_command()
2694 open_db(p, 0); in do_meta_command()
2753 open_db(p, 0); in do_meta_command()
2774 open_db(p, 0); in do_meta_command()
2894 open_db(p, 0); in do_meta_command()
2971 open_db(p, 0); in do_meta_command()
3150 open_db(p, 0); in do_meta_command()
3232 open_db(p, 0); in do_meta_command()
3283 open_db(p, 0); in do_meta_command()
[all …]