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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d303 int function (sqlite3_file*) xDeviceCharacteristics;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h624 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
795 ** other bytes in the file. The xDeviceCharacteristics()
848 int (*xDeviceCharacteristics)(sqlite3_file*); member in struct:sqlite3_io_methods
977 ** xDeviceCharacteristics methods. The fourth parameter to
H A Dshell.c8836 apndDeviceCharacteristics, /* xDeviceCharacteristics */
8998 return pFile->pMethods->xDeviceCharacteristics(pFile);
17691 pFd->pMethods->xDeviceCharacteristics(pFd)
H A Dsqlite3.c937 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1108 ** other bytes in the file. The xDeviceCharacteristics()
1161 int (*xDeviceCharacteristics)(sqlite3_file*); member in struct:sqlite3_io_methods
1290 ** xDeviceCharacteristics methods. The fourth parameter to
[all...]

Completed in 620 milliseconds