Home
last modified time | relevance | path

Searched defs:sqlite3_io_methods (Results 1 – 5 of 5) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h682 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
683 struct sqlite3_io_methods { struct
684 int iVersion;
685 int (*xClose)(sqlite3_file*);
686 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
710 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
Dsqlite3.c1232 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1233 struct sqlite3_io_methods { struct
1234 int iVersion;
1235 int (*xClose)(sqlite3_file*);
1236 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1260 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/external/sqlite/dist/orig/
Dsqlite3.h682 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
683 struct sqlite3_io_methods { struct
684 int iVersion;
685 int (*xClose)(sqlite3_file*);
686 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
710 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
Dsqlite3.c1232 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
1233 struct sqlite3_io_methods { struct
1234 int iVersion;
1235 int (*xClose)(sqlite3_file*);
1236 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1260 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h570 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef
571 struct sqlite3_io_methods { struct
592 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument