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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h497 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
500 ** device that holds the file that the [sqlite3_io_methods]
537 ** of an [sqlite3_io_methods] object.
549 ** [sqlite3_io_methods] object it uses a combination of
583 ** [sqlite3_io_methods] object that defines methods for performing
588 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
601 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
681 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
682 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c1047 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1050 ** device that holds the file that the [sqlite3_io_methods]
1087 ** of an [sqlite3_io_methods] object.
1099 ** [sqlite3_io_methods] object it uses a combination of
1133 ** [sqlite3_io_methods] object that defines methods for performing
1138 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1151 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1231 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1232 struct sqlite3_io_methods { struct
[all...]

Completed in 377 milliseconds