Searched refs:sqlite3_file (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumPosix.cpp45 void chromium_sqlite3_initialize_unix_sqlite3_file(sqlite3_file* file);
46 int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock);
47 int chromium_sqlite3_get_reusable_file_handle(sqlite3_file* file, const char* fileName, int flags, int* fd);
48 void chromium_sqlite3_update_reusable_file_handle(sqlite3_file* file, int fd, int flags);
49 void chromium_sqlite3_destroy_reusable_file_handle(sqlite3_file* file);
63 sqlite3_file* id, int desiredFlags, int* usedFlags)
H A DSQLiteFileSystemChromiumWin.cpp42 int chromium_sqlite3_initialize_win_sqlite3_file(sqlite3_file* file, HANDLE handle);
56 sqlite3_file* id, int desiredFlags, int* usedFlags)
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h477 ** An [sqlite3_file] object represents an open file in the OS
484 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
485 struct sqlite3_file { struct
493 ** [sqlite3_file] object (or, more commonly, a subclass of the
494 ** [sqlite3_file] object) with a pointer to an instance of this object.
496 ** against the open file represented by the [sqlite3_file] object.
573 int (*xClose)(sqlite3_file*);
574 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
575 int (*xWrite)(sqlite3_file*, cons
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h579 ** An [sqlite3_file] object represents an open file in the
587 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
588 struct sqlite3_file { struct
596 ** [sqlite3_file] object (or, more commonly, a subclass of the
597 ** [sqlite3_file] object) with a pointer to an instance of this object.
599 ** against the open file represented by the [sqlite3_file] object.
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
685 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c1129 ** An [sqlite3_file] object represents an open file in the
1137 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1138 struct sqlite3_file { struct
1146 ** [sqlite3_file] object (or, more commonly, a subclass of the
1147 ** [sqlite3_file] object) with a pointer to an instance of this object.
1149 ** against the open file represented by the [sqlite3_file] object.
1151 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1155 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1235 int (*xClose)(sqlite3_file*);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h579 ** An [sqlite3_file] object represents an open file in the
587 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
588 struct sqlite3_file { struct
596 ** [sqlite3_file] object (or, more commonly, a subclass of the
597 ** [sqlite3_file] object) with a pointer to an instance of this object.
599 ** against the open file represented by the [sqlite3_file] object.
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
685 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c1129 ** An [sqlite3_file] object represents an open file in the
1137 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1138 struct sqlite3_file { struct
1146 ** [sqlite3_file] object (or, more commonly, a subclass of the
1147 ** [sqlite3_file] object) with a pointer to an instance of this object.
1149 ** against the open file represented by the [sqlite3_file] object.
1151 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1155 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1235 int (*xClose)(sqlite3_file*);
[all...]

Completed in 316 milliseconds