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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile127 sqlite3_io_methods.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h624 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
627 ** device that holds the file that the [sqlite3_io_methods]
675 ** of an [sqlite3_io_methods] object. These values are ordered from
691 ** [sqlite3_io_methods] object it uses a combination of
725 ** [sqlite3_io_methods] object that defines methods for performing
730 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
743 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
834 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
835 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c937 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
940 ** device that holds the file that the [sqlite3_io_methods]
988 ** of an [sqlite3_io_methods] object. These values are ordered from
1004 ** [sqlite3_io_methods] object it uses a combination of
1038 ** [sqlite3_io_methods] object that defines methods for performing
1043 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1056 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1147 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1148 struct sqlite3_io_methods { struct
[all...]
H A Dshell.c8823 static const sqlite3_io_methods apnd_io_methods = {
15477 const sqlite3_io_methods *pMethods;
17394 static sqlite3_io_methods recover_methods = {
17623 ** Used to make sqlite3_io_methods wrapper methods less verbose.
17638 ** simply uninstall the sqlite3_io_methods wrapper, invoke the equivalent
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d282 const(sqlite3_io_methods)*pMethods; /* Methods for an open file */
289 struct sqlite3_io_methods

Completed in 618 milliseconds