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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h497 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
641 ** other bytes in the file. The xDeviceCharacteristics()
690 int (*xDeviceCharacteristics)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c1050 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1194 ** other bytes in the file. The xDeviceCharacteristics()
1243 int (*xDeviceCharacteristics)(sqlite3_file*); member in struct:sqlite3_io_methods
14435 return id->pMethods->xDeviceCharacteristics(id);
23803 os2DeviceCharacteristics, /* xDeviceCharacteristics */
[all...]

Completed in 403 milliseconds