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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d294 int function (sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst) xWrite;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h639 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
826 ** to xWrite().
839 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
1118 ** except for calls to the xWrite method and the xFileControl method
H A Dshell.c8827 apndWrite, /* xWrite */
8888 if( SQLITE_OK==(rc = pFile->pMethods->xWrite
8913 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst);
17646 pFd->pMethods->xWrite(pFd, aBuf, nByte, iOff)
H A Dsqlite3.c952 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1139 ** to xWrite().
1152 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
1431 ** except for calls to the xWrite method and the xFileControl method
[all...]

Completed in 632 milliseconds