Searched refs:sqlite3_io_methods (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h497 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
500 ** device that holds the file that the [sqlite3_io_methods]
532 ** of an [sqlite3_io_methods] object.
544 ** [sqlite3_io_methods] object it uses a combination of
578 ** [sqlite3_io_methods] object that defines methods for performing
583 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
596 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
676 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
677 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c1050 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1053 ** device that holds the file that the [sqlite3_io_methods]
1085 ** of an [sqlite3_io_methods] object.
1097 ** [sqlite3_io_methods] object it uses a combination of
1131 ** [sqlite3_io_methods] object that defines methods for performing
1136 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1149 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1229 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1230 struct sqlite3_io_methods { struct
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h584 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
587 ** device that holds the file that the [sqlite3_io_methods]
635 ** of an [sqlite3_io_methods] object.
647 ** [sqlite3_io_methods] object it uses a combination of
681 ** [sqlite3_io_methods] object that defines methods for performing
686 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
699 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
783 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
784 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c1647 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1650 ** device that holds the file that the [sqlite3_io_methods]
1698 ** of an [sqlite3_io_methods] object.
1710 ** [sqlite3_io_methods] object it uses a combination of
1744 ** [sqlite3_io_methods] object that defines methods for performing
1749 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1762 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1846 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1847 struct sqlite3_io_methods { struct
[all...]
H A Dshell.c3828 static const sqlite3_io_methods apnd_io_methods = {

Completed in 802 milliseconds