HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3 (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher2/
fill_screens.py 7 import sqlite3 namespace
54 conn = sqlite3.connect(fn)
print_db.py 7 import sqlite3 namespace
122 conn = sqlite3.connect(fn)
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
84 ** the sqlite3.h file specify the version of SQLite with which
89 ** The X value is major version number always 3 in SQLite3.
166 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
172 ** sqlite3 object.
174 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
213 ** This routine is the destructor for the [sqlite3] object.
217 ** the [sqlite3] object prior to attempting to close the object
    [all...]
  /external/sqlite/dist/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
89 ** SQLite3) and Y is the minor version number and Z is the release number.)^
219 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
225 ** sqlite3 object.
227 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
269 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object i
    [all...]
sqlite3.c 11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
17 ** language. The code for the "sqlite3" command-line shell is also in a
546 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
547 /************** Begin file sqlite3.h *****************************************/
577 ** the version number) and changes its name to "sqlite3.h" as
633 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
636 ** SQLite3) and Y is the minor version number and Z is the release number.)
774 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
8931 struct sqlite3 { struct
    [all...]

Completed in 197 milliseconds