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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
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.6.22" 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.c600 #ifdef SQLITE_VERSION
601 # undef SQLITE_VERSION macro
610 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
616 ** numbers used in [SQLITE_VERSION].)^
634 #define SQLITE_VERSION "3.6.22" macro
642 ** These interfaces provide the same information as the [SQLITE_VERSION],
653 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
656 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
668 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]

Completed in 246 milliseconds