Searched refs:database (Results 76 - 87 of 87) sorted by relevance

1234

/freebsd-13-stable/libexec/rc/rc.d/
H A Dsendmail75 database = \$dir/index.txt # database index file.
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDebugLib.h428 handle database.
434 is present on any handle in the handle database. If Handle is not NULL, then
443 handle database is searched.
456 _ASSERT (Guid already installed in database); \
/freebsd-13-stable/contrib/file/magic/
H A DMakefile.am77 $(MAGIC_FRAGMENT_DIR)/database \
H A DMakefile.in350 $(MAGIC_FRAGMENT_DIR)/database \
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql1 /* wc-checks.sql -- trigger-based checks for the wc-metadata database.
H A Dwc-metadata.sql1 /* wc-metadata.sql -- schema used in the wc-metadata SQLite database
88 pristine texts referenced from this database. */
H A Dwc-queries.sql2 * SQLite database
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate_v1_v2.sql30 -- Migration of a database with version 1 of the schema to version 2.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc660 // password database.
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf466 desription = Queries on the WC database
1290 description = Test the wc-ng database subsystem
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure720 --disable-db-install suppress install of terminal database
766 --disable-database do not use terminfo, only fallbacks/termcap
767 --with-database=XXX specify terminfo source to install
768 --with-hashed-db specify hashed-database library
3378 echo "$as_me:3378: checking if you want to install terminal database" >&5
3379 echo $ECHO_N "checking if you want to install terminal database... $ECHO_C" >&6
7952 echo "$as_me:7952: checking if external terminfo-database is used" >&5
7953 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
7955 # Check whether --enable-database or --disable-database wa
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c1300 ** KEYWORDS: {database connection} {database connections}
1302 ** Each open SQLite database is represented by a pointer to an instance of
1369 ** ^If the database connection is associated with unfinalized prepared
1371 ** sqlite3_close() will leave the database connection open and return
1374 ** it returns [SQLITE_OK] regardless, but instead of deallocating the database
1375 ** connection immediately, it marks the database connection as an unusable
1376 ** "zombie" and makes arrangements to automatically deallocate the database
1414 ** in the context of the [database connection] passed in as its 1st
1451 ** SQL comments, then no SQL statements are evaluated and the database
[all...]

Completed in 596 milliseconds

1234