HomeSort by relevance Sort by last modified time
    Searched refs:xWrite (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_onefile.c 212 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);
os.c 69 return id->pMethods->xWrite(id, pBuf, amt, offset);
test_multiplex.c 535 /* 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;
    [all...]
test_osinst.c 200 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;
    [all...]
test_quota.c 393 /* 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;
test_vfstrace.c 237 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;
sqlite.h.in 501 ** to xWrite().
656 ** to xWrite().
669 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 506 ** to xWrite().
661 ** to xWrite().
674 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
    [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c     [all...]

Completed in 177 milliseconds