Searched refs:SQLITE_VERSION (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/public-domain/sqlite/lib/
H A DMakefile39 @(V=$$( (echo '#include <sqlite3.h>'; echo SQLITE_VERSION) | \
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile48 SQLITE_VERSION.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h112 #ifdef SQLITE_VERSION
113 # undef SQLITE_VERSION macro
122 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
128 ** numbers used in [SQLITE_VERSION].)^
149 #define SQLITE_VERSION "3.45.1" macro
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]
H A DMakefile.msc1047 ![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=)
H A Dsqlite3.c425 #ifdef SQLITE_VERSION
426 # undef SQLITE_VERSION macro
435 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
441 ** numbers used in [SQLITE_VERSION].)^
462 #define SQLITE_VERSION "3.45.1" macro
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]
498 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d42 enum SQLITE_VERSION = "3.10.2";
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3930 # define PACKAGE_VERSION SQLITE_VERSION

Completed in 557 milliseconds