Searched refs:sqlite3_version (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl184 if {[regexp {const char sqlite3_version\[\];} $line]} {
185 set line {const char sqlite3_version[] = SQLITE_VERSION;}
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c30 /* IMPLEMENTATION-OF: R-46656-45156 The sqlite3_version[] string constant
33 const char sqlite3_version[] = SQLITE_VERSION; variable
37 ** a pointer to the to the sqlite3_version[] string constant.
39 const char *sqlite3_libversion(void){ return sqlite3_version; }
H A Dsqlite.h.in111 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
127 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
129 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
139 SQLITE_EXTERN const char sqlite3_version[];
H A Dtclsqlite.c2884 Tcl_AppendResult(interp,sqlite3_version,0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h116 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
134 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
144 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
H A Dsqlite3.c659 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
675 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
677 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
687 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
107485 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h116 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
134 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
144 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
H A Dsqlite3.c666 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
682 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
684 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
694 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
112469 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h116 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
134 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
144 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
H A Dsqlite3.c666 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
682 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
684 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
694 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
112505 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
[all...]

Completed in 524 milliseconds