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

/freebsd-11-stable/contrib/subversion/
H A Dget-deps.sh39 SQLITE_VERSION=${SQLITE_VERSION:-"3.8.11.1"}
50 SQLITE_VERSION_LIST=`echo $SQLITE_VERSION | sed -e 's/\./ /g'`
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h177 #define SVN_SQLITE_MIN_VERSION SQLITE_VERSION
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h76 #ifdef SQLITE_VERSION
77 # undef SQLITE_VERSION macro
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
92 ** numbers used in [SQLITE_VERSION].)^
110 #define SQLITE_VERSION "3.7.8" macro
118 ** These interfaces provide the same information as the [SQLITE_VERSION],
129 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A Dsqlite3.c629 #ifdef SQLITE_VERSION
630 # undef SQLITE_VERSION macro
639 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
645 ** numbers used in [SQLITE_VERSION].)^
663 #define SQLITE_VERSION "3.7.8" macro
671 ** These interfaces provide the same information as the [SQLITE_VERSION],
682 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
685 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
697 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h89 #ifdef SQLITE_VERSION
90 # undef SQLITE_VERSION macro
99 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
105 ** numbers used in [SQLITE_VERSION].)^
126 #define SQLITE_VERSION "3.35.5" macro
134 ** These interfaces provide the same information as the [SQLITE_VERSION],
145 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
148 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A DMakefile.msc1017 ![for /F "delims=" %V in ('type "$(SQLITE3H)" ^| "%SystemRoot%\System32\find.exe" "$(_HASHCHAR)define SQLITE_VERSION "') do (echo VERSION = ^^%V >> rcver.vc)] && \
1024 RESOURCE_VERSION = $(RESOURCE_VERSION:SQLITE_VERSION=)
H A Dsqlite3.c1152 #ifdef SQLITE_VERSION
1153 # undef SQLITE_VERSION macro
1162 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
1168 ** numbers used in [SQLITE_VERSION].)^
1189 #define SQLITE_VERSION "3.35.5" macro
1197 ** These interfaces provide the same information as the [SQLITE_VERSION],
1208 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
1211 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
1225 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c86 static const char sqlite_version[] = SQLITE_VERSION;
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3868 # define PACKAGE_VERSION SQLITE_VERSION

Completed in 1039 milliseconds