OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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.53.0"
160
** These interfaces provide the same information as the [
SQLITE_VERSION
],
171
** assert( strcmp(sqlite3_libversion(),
SQLITE_VERSION
)==0 );
175
** [
SQLITE_VERSION
] macro. ^The sqlite3_libversion() function returns a
186
** See also: [
sqlite_version
()] and [sqlite_source_id()]
[
all
...]
Makefile.msc
1006
![for /F "delims=" %V in ('type "$(SQLITE3H)" ^| "%SystemRoot%\System32\find.exe" "$(_HASHCHAR)define
SQLITE_VERSION
"') do (echo VERSION = ^^%V >> rcver.vc)] && \
1013
RESOURCE_VERSION = $(RESOURCE_VERSION:
SQLITE_VERSION
=)
sqlite3.c
433
#ifdef
SQLITE_VERSION
434
# undef
SQLITE_VERSION
443
** ^(The [
SQLITE_VERSION
] C preprocessor macro in the sqlite3.h header
449
** numbers used in [
SQLITE_VERSION
].)^
468
** [
sqlite_version
()] and [sqlite_source_id()].
470
#define
SQLITE_VERSION
"3.53.0"
481
** These interfaces provide the same information as the [
SQLITE_VERSION
],
492
** assert( strcmp(sqlite3_libversion(),
SQLITE_VERSION
)==0 );
496
** [
SQLITE_VERSION
] macro. ^The sqlite3_libversion() function returns a
507
** 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
52
SQLITE_VERSION
.3 \
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
4433
# define PACKAGE_VERSION
SQLITE_VERSION
Completed in 115 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026