HomeSort by: relevance | last modified time | path
    Searched refs:SQLite (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/sqlite2mdoc/
README.md 3 This utility accepts an [SQLite](https://www.sqlite.org) header file
8 Specification for SQLite](https://www.sqlite.org/c3ref/intro.html).
11 SQLite.
14 **Note**: this only works with sqlite3, *not* the original `sqlite.h`
25 SQLite deployment phase. You can run `make install`, however, if you
42 - [SQLITE\_FCNTL\_LOCKSTATE(3)](samples/SQLITE_FCNTL_LOCKSTATE.3.md)
  /src/external/public-domain/sqlite/dist/tea/
teaish.tcl 1 # Teaish configure script for the SQLite Tcl extension
24 # The canonical SQLite TEA(ish) build
27 set distname sqlite-tcl
30 # updating SQLite's tree.
36 set distname sqlite-teaish
44 proj-fatal "Cannot determine the SQLite version number"
49 "Unexpected SQLite version: $version"
63 -name sqlite
67 -libDir sqlite$version
75 # https://sqlite.org/forum/forumpost/fde857fb8101a4b
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 2 # sqlite build tree. They are in this file, instead of auto.def, so
23 msg-result "Configuring SQLite version [get-define PACKAGE_VERSION]"
38 # Gets set by [sqlite-configure] (the main configure script driver).
92 # use sqlite-config
93 # sqlite-configure BUILD_NAME { build-specific configure script }
96 # [sqlite-configure-finalize], which gets run after $configScript.
97 proc sqlite-configure {buildMode configScript} {
99 "sqlite-configure must not be called more than once"
244 copy of autosetup/jimsh0.c for that. The SQLite TCL extension and the
343 # --disable-static-shell: https://sqlite.org/forum/forumpost/cc219ee70
    [all...]

Completed in 39 milliseconds