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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h536 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
539 ** device that holds the file that the [sqlite3_io_methods]
576 ** of an [sqlite3_io_methods] object.
588 ** [sqlite3_io_methods] object it uses a combination of
622 ** [sqlite3_io_methods] object that defines methods for performing
627 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
640 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
720 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
721 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c1107 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1110 ** device that holds the file that the [sqlite3_io_methods]
1147 ** of an [sqlite3_io_methods] object.
1159 ** [sqlite3_io_methods] object it uses a combination of
1193 ** [sqlite3_io_methods] object that defines methods for performing
1198 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1211 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1291 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1292 struct sqlite3_io_methods { struct
[all...]
/freebsd-10.2-release/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...]

Completed in 1504 milliseconds