Lines Matching defs:SQLITE_SOURCE_ID
450 ** system</a>. ^The SQLITE_SOURCE_ID macro evaluates to
452 ** within its configuration management system. ^The SQLITE_SOURCE_ID
464 #define SQLITE_SOURCE_ID "2024-08-13 09:16:08 c9c2ab54ba1f5f46360f1b4f35d849cd3f080e6fc2b6c60e91b16c63f69a1e33"
471 ** [SQLITE_VERSION_NUMBER], and [SQLITE_SOURCE_ID] C preprocessor macros
480 ** assert( strncmp(sqlite3_sourceid(),SQLITE_SOURCE_ID,80)==0 );
492 ** [SQLITE_SOURCE_ID] C preprocessor macro. Except if SQLite is built
494 ** of the hash might be different from [SQLITE_SOURCE_ID].)^
179860 ** SQLITE_SOURCE_ID C preprocessor macro. Except if SQLite is built using
179862 ** the hash might be different from SQLITE_SOURCE_ID.
179864 /* SQLITE_API const char *sqlite3_sourceid(void){ return SQLITE_SOURCE_ID; } */
257678 SQLITE_API const char *sqlite3_sourceid(void){ return SQLITE_SOURCE_ID; }