HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
122 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
125 ** SQLite3) and Y is the minor version number and Z is the release number.)^
266 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
273 ** sqlite3 object.
275 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
320 ** DESTRUCTOR: sqlite3
323 ** 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
320 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
321 /************** Begin file sqlite3.h *****************************************/
351 ** the version number) and changes its name to "sqlite3.h" as
443 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
446 ** SQLite3) and Y is the minor version number and Z is the release number.)
596 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
18685 struct sqlite3 { struct
    [all...]

Completed in 45 milliseconds