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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h512 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
673 ** to xWrite().
686 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c1062 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1223 ** to xWrite().
1236 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
14712 return id->pMethods->xWrite(id, pBuf, amt, offset);
24168 os2Write, /* xWrite */
[all...]

Completed in 378 milliseconds