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

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h567 ** An [sqlite3_file] object represents an open file in the
575 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
576 struct sqlite3_file { struct
584 ** [sqlite3_file] object (or, more commonly, a subclass of the
585 ** [sqlite3_file] object) with a pointer to an instance of this object.
587 ** against the open file represented by the [sqlite3_file] object.
589 ** If the xOpen method sets the sqlite3_file.pMethods element
593 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
672 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c1110 ** An [sqlite3_file] object represents an open file in the
1118 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1119 struct sqlite3_file { struct
1127 ** [sqlite3_file] object (or, more commonly, a subclass of the
1128 ** [sqlite3_file] object) with a pointer to an instance of this object.
1130 ** against the open file represented by the [sqlite3_file] object.
1132 ** If the xOpen method sets the sqlite3_file.pMethods element
1136 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
1215 int (*xClose)(sqlite3_file*);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h620 ** An [sqlite3_file] object represents an open file in the
628 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
629 struct sqlite3_file { struct
637 ** [sqlite3_file] object (or, more commonly, a subclass of the
638 ** [sqlite3_file] object) with a pointer to an instance of this object.
640 ** against the open file represented by the [sqlite3_file] object.
642 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
646 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
726 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c735 ** An [sqlite3_file] object represents an open file in the
743 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
744 struct sqlite3_file { struct
752 ** [sqlite3_file] object (or, more commonly, a subclass of the
753 ** [sqlite3_file] object) with a pointer to an instance of this object.
755 ** against the open file represented by the [sqlite3_file] object.
757 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
761 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
841 int (*xClose)(sqlite3_file*);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h620 ** An [sqlite3_file] object represents an open file in the
628 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
629 struct sqlite3_file { struct
637 ** [sqlite3_file] object (or, more commonly, a subclass of the
638 ** [sqlite3_file] object) with a pointer to an instance of this object.
640 ** against the open file represented by the [sqlite3_file] object.
642 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
646 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
726 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c735 ** An [sqlite3_file] object represents an open file in the
743 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
744 struct sqlite3_file { struct
752 ** [sqlite3_file] object (or, more commonly, a subclass of the
753 ** [sqlite3_file] object) with a pointer to an instance of this object.
755 ** against the open file represented by the [sqlite3_file] object.
757 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
761 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
841 int (*xClose)(sqlite3_file*);
[all...]

Completed in 644 milliseconds