Searched defs:sqlite3_file (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h628 ** An [sqlite3_file] object represents an open file in the
636 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
637 struct sqlite3_file { struct
645 ** [sqlite3_file] object (or, more commonly, a subclass of the
646 ** [sqlite3_file] object) with a pointer to an instance of this object.
648 ** against the open file represented by the [sqlite3_file] object.
650 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
654 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
734 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c842 ** An [sqlite3_file] object represents an open file in the
850 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
851 struct sqlite3_file { struct
859 ** [sqlite3_file] object (or, more commonly, a subclass of the
860 ** [sqlite3_file] object) with a pointer to an instance of this object.
862 ** against the open file represented by the [sqlite3_file] object.
864 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
868 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
948 int (*xClose)(sqlite3_file*);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h628 ** An [sqlite3_file] object represents an open file in the
636 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
637 struct sqlite3_file { struct
645 ** [sqlite3_file] object (or, more commonly, a subclass of the
646 ** [sqlite3_file] object) with a pointer to an instance of this object.
648 ** against the open file represented by the [sqlite3_file] object.
650 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
654 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
734 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c842 ** An [sqlite3_file] object represents an open file in the
850 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
851 struct sqlite3_file { struct
859 ** [sqlite3_file] object (or, more commonly, a subclass of the
860 ** [sqlite3_file] object) with a pointer to an instance of this object.
862 ** against the open file represented by the [sqlite3_file] object.
864 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
868 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
948 int (*xClose)(sqlite3_file*);
[all...]

Completed in 499 milliseconds