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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h599 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
775 ** to xWrite().
788 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
1068 ** except for calls to the xWrite method and the xFileControl method
H A Dshell.c3832 apndWrite, /* xWrite */
3893 if( SQLITE_OK==(rc = pFile->pMethods->xWrite
3918 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
H A Dsqlite3.c1662 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1838 ** to xWrite().
1851 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
2131 ** except for calls to the xWrite method and the xFileControl method
23339 return id->pMethods->xWrite(id, pBuf, amt, offset);
[all...]

Completed in 1284 milliseconds