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

  /src/external/public-domain/sqlite/dist/
sqlite3.rc 71 VALUE "FileVersion", SQLITE_VERSION
75 VALUE "ProductVersion", SQLITE_VERSION
sqlite3.h 112 #ifdef SQLITE_VERSION
113 # undef SQLITE_VERSION
122 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
128 ** numbers used in [SQLITE_VERSION].)^
147 ** [sqlite_version()] and [sqlite_source_id()].
149 #define SQLITE_VERSION "3.45.1"
157 ** These interfaces provide the same information as the [SQLITE_VERSION],
168 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
171 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
183 ** See also: [sqlite_version()] and [sqlite_source_id()]
    [all...]
Makefile.msc 1047 ![for /F "delims=" %V in ('type "$(SQLITE3H)" ^| "%SystemRoot%\System32\find.exe" "$(_HASHCHAR)define SQLITE_VERSION "') do (echo VERSION = ^^%V >> rcver.vc)] && \
1054 RESOURCE_VERSION = $(RESOURCE_VERSION:SQLITE_VERSION=)
sqlite3.c 425 #ifdef SQLITE_VERSION
426 # undef SQLITE_VERSION
435 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
441 ** numbers used in [SQLITE_VERSION].)^
460 ** [sqlite_version()] and [sqlite_source_id()].
462 #define SQLITE_VERSION "3.45.1"
470 ** These interfaces provide the same information as the [SQLITE_VERSION],
481 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
484 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
496 ** See also: [sqlite_version()] and [sqlite_source_id()]
    [all...]
  /src/external/public-domain/sqlite/lib/
Makefile 39 @(V=$$( (echo '#include <sqlite3.h>'; echo SQLITE_VERSION) | \
  /src/external/public-domain/sqlite/man/
Makefile 48 SQLITE_VERSION.3 \
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 3930 # define PACKAGE_VERSION SQLITE_VERSION

Completed in 140 milliseconds