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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_onefile.c212 fsWrite, /* xWrite */
233 tmpWrite, /* xWrite */
454 rc = pF->pMethods->xWrite(pF, zBuf, iAmt, iOfst+BLOCKSIZE);
471 rc = pF->pMethods->xWrite(pF, &((char *)zBuf)[iBuf], iRealAmt,iRealOff);
514 rc = pRealFile->pMethods->xWrite(pRealFile, zSize, 4, 0);
640 rc = pRealFile->pMethods->xWrite(pRealFile, "\0", 1, BLOBSIZE-1);
699 rc = pF->pMethods->xWrite(pF, "\0\0\0\0", 4, pReal->nBlob-BLOCKSIZE);
H A Dos.c69 return id->pMethods->xWrite(id, pBuf, amt, offset);
H A Dtest_multiplex.c535 /* Pass xWrite requests thru to the original VFS after
551 rc = ( !pSubOpen ) ? SQLITE_IOERR_WRITE : pSubOpen->pMethods->xWrite(pSubOpen, pBuf, iAmt, iOfst);
560 rc = pSubOpen->pMethods->xWrite(pSubOpen, pBuf, iAmt, iOfst % pGroup->nChunkSize);
938 gMultiplex.sIoMethodsV1.xWrite = multiplexWrite;
H A Dtest_osinst.c200 vfslogWrite, /* xWrite */
297 rc = p->pReal->pMethods->xWrite(p->pReal, z, iAmt, iOfst);
624 p->pLog->pMethods->xWrite(p->pLog, p->aBuf, p->nBuf, p->iOffset);
766 case OS_WRITE: zEvent = "xWrite"; break;
H A Dtest_quota.c393 /* Check xWrite requests to see if they expand the file. If they do,
428 return pSubOpen->pMethods->xWrite(pSubOpen, pBuf, iAmt, iOfst);
594 gQuota.sIoMethodsV1.xWrite = quotaWrite;
H A Dtest_vfstrace.c237 vfstrace_printf(pInfo, "%s.xWrite(%s,n=%d,ofst=%lld)",
239 rc = p->pReal->pMethods->xWrite(p->pReal, zBuf, iAmt, iOfst);
506 pNew->xWrite = vfstraceWrite;
H A Dsqlite.h.in501 ** to xWrite().
656 ** to xWrite().
669 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h506 ** to xWrite().
661 ** to xWrite().
674 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c1049 ** to xWrite().
1204 ** to xWrite().
1217 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
14013 return id->pMethods->xWrite(id, pBuf, amt, offset);
23360 os2Write, /* xWrite */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h549 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
715 ** to xWrite().
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c664 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
830 ** to xWrite().
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
15809 return id->pMethods->xWrite(id, pBuf, amt, offset);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h549 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
715 ** to xWrite().
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c664 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
830 ** to xWrite().
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
15809 return id->pMethods->xWrite(id, pBuf, amt, offset);
[all...]
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1025 asyncWrite, /* xWrite */
1410 rc = pBase->pMethods->xWrite(pBase, (void *)(p->zBuf), p->nByte, p->iOffset);

Completed in 780 milliseconds