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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h578 ** An [sqlite3_file] object represents an open file in the
586 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
587 struct sqlite3_file { struct
595 ** [sqlite3_file] object (or, more commonly, a subclass of the
596 ** [sqlite3_file] object) with a pointer to an instance of this object.
598 ** against the open file represented by the [sqlite3_file] object.
600 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
604 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
684 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c1128 ** An [sqlite3_file] object represents an open file in the
1136 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1137 struct sqlite3_file { struct
1145 ** [sqlite3_file] object (or, more commonly, a subclass of the
1146 ** [sqlite3_file] object) with a pointer to an instance of this object.
1148 ** against the open file represented by the [sqlite3_file] object.
1150 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1154 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1234 int (*xClose)(sqlite3_file*);
[all...]

Completed in 413 milliseconds