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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h617 ** An [sqlite3_file] object represents an open file in the
625 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
626 struct sqlite3_file { struct
634 ** [sqlite3_file] object (or, more commonly, a subclass of the
635 ** [sqlite3_file] object) with a pointer to an instance of this object.
637 ** against the open file represented by the [sqlite3_file] object.
639 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
643 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
723 int (*xClose)(sqlite3_file*);
[all...]
H A Dsqlite3.c1188 ** An [sqlite3_file] object represents an open file in the
1196 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1197 struct sqlite3_file { struct
1205 ** [sqlite3_file] object (or, more commonly, a subclass of the
1206 ** [sqlite3_file] object) with a pointer to an instance of this object.
1208 ** against the open file represented by the [sqlite3_file] object.
1210 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1214 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1294 int (*xClose)(sqlite3_file*);
[all...]
/freebsd-10.2-release/crypto/heimdal/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 708 milliseconds