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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h573 ** An [sqlite3_file] object represents an open file in the
581 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
582 struct sqlite3_file { struct
590 ** [sqlite3_file] object (or, more commonly, a subclass of the
591 ** [sqlite3_file] object) with a pointer to an instance of this object.
593 ** against the open file represented by the [sqlite3_file] object.
595 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
599 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
679 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c1126 ** An [sqlite3_file] object represents an open file in the
1134 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1135 struct sqlite3_file { struct
1143 ** [sqlite3_file] object (or, more commonly, a subclass of the
1144 ** [sqlite3_file] object) with a pointer to an instance of this object.
1146 ** against the open file represented by the [sqlite3_file] object.
1148 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1152 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1232 int (*xClose)(sqlite3_file*);
[all...]

Completed in 293 milliseconds