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

  /external/sqlite/dist/orig/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
99 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
102 ** SQLite3) and Y is the minor version number and Z is the release number.)^
237 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
244 ** sqlite3 object.
246 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
291 ** DESTRUCTOR: sqlite3
294 ** for the [sqlite3] object
    [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
1023 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
1024 /************** Begin file sqlite3.h *****************************************/
1054 ** the version number) and changes its name to "sqlite3.h" as
1123 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
1126 ** SQLite3) and Y is the minor version number and Z is the release number.)
1270 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
15211 struct sqlite3 { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
99 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
102 ** SQLite3) and Y is the minor version number and Z is the release number.)^
237 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
244 ** sqlite3 object.
246 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
291 ** DESTRUCTOR: sqlite3
294 ** for the [sqlite3] object
    [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
1023 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
1024 /************** Begin file sqlite3.h *****************************************/
1054 ** the version number) and changes its name to "sqlite3.h" as
1123 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
1126 ** SQLite3) and Y is the minor version number and Z is the release number.)
1270 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
15211 struct sqlite3 { struct
    [all...]

Completed in 495 milliseconds