Searched refs:xWrite (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 858 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member
|
| H A D | shell.c | 731 int (*xWrite)(void*,const char*,sqlite3_int64); /* Write output */ member 1352 if( p->spec.xWrite && (n = sqlite3_str_length(p->pOut))>0 ){ in qrfWrite() 1353 int rc = p->spec.xWrite(p->spec.pWriteArg, in qrfWrite() 11720 if( SQLITE_OK==(rc = pFile->pMethods->xWrite in apndWriteMark() 11745 return pFile->pMethods->xWrite(pFile, zBuf, iAmt, paf->iPgOne+iOfst); in apndWrite() 18608 rc = p->pReal->pMethods->xWrite(p->pReal, zBuf, iAmt, iOfst); in vfstraceWrite() 19087 pNew->xWrite = vfstraceWrite; in vfstraceOpen() 23162 pFd->pMethods->xWrite(pFd, aBuf, nByte, iOff) in recoverVfsWrite() 26547 spec.xWrite = shellWriteQR; in shell_exec()
|
| H A D | sqlite3.c | 1179 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member 27355 return id->pMethods->xWrite(id, pBuf, amt, offset); in sqlite3OsWrite() 229086 p->rc = pDb->pMethods->xWrite(pDb, p->aBuf, p->pgsz, iOff); 230696 rc = p->pReal->pMethods->xWrite(p->pReal, zBuf, iAmt, iOfst);
|