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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.h553 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
556 ** device that holds the file that the [sqlite3_io_methods]
598 ** of an [sqlite3_io_methods] object.
610 ** [sqlite3_io_methods] object it uses a combination of
644 ** [sqlite3_io_methods] object that defines methods for performing
649 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
662 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
742 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
743 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c813 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
816 ** device that holds the file that the [sqlite3_io_methods]
858 ** of an [sqlite3_io_methods] object.
870 ** [sqlite3_io_methods] object it uses a combination of
904 ** [sqlite3_io_methods] object that defines methods for performing
909 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
922 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1002 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1003 struct sqlite3_io_methods { struct
[all...]

Completed in 581 milliseconds