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

/macosx-10.9.5/Heimdal-323.92.1/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...]

Completed in 422 milliseconds