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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h551 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
712 ** to xWrite().
725 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c1122 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1283 ** to xWrite().
1296 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
15170 return id->pMethods->xWrite(id, pBuf, amt, offset);
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h512 ** to xWrite().
668 ** to xWrite().
681 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c1065 ** to xWrite().
1221 ** to xWrite().
1234 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
14403 return id->pMethods->xWrite(id, pBuf, amt, offset);
23794 os2Write, /* xWrite */
[all...]

Completed in 628 milliseconds