Searched defs:sqlite3 (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h30 ** the version number) and changes its name to "sqlite3.h" as
84 ** the sqlite3.h file specify the version of SQLite with which
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.
233 ** pointer or an [sqlite3] objec
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h30 ** the version number) and changes its name to "sqlite3.h" as
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
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 is
275 ** the [sqlite3] objec
[all...]
H A Dsqlite3.c11 ** 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
549 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
550 /************** Begin file sqlite3.h *****************************************/
580 ** the version number) and changes its name to "sqlite3.h" as
636 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
769 ** the opaque structure named "sqlite3"
777 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
9713 struct sqlite3 { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h30 ** the version number) and changes its name to "sqlite3.h" as
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
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 is
275 ** the [sqlite3] objec
[all...]
H A Dsqlite3.c11 ** 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
549 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
550 /************** Begin file sqlite3.h *****************************************/
580 ** the version number) and changes its name to "sqlite3.h" as
636 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
769 ** the opaque structure named "sqlite3"
777 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
9713 struct sqlite3 { struct
[all...]

Completed in 546 milliseconds