Home
last modified time | relevance | path

Searched refs:piOut (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_ckpt.c286 int iOut = *piOut; in ckptAppend64()
289 *piOut = iOut; in ckptAppend64()
310 int *piOut, in ckptExportSegment() argument
313 ckptAppend64(p, piOut, pSeg->iFirst, pRc); in ckptExportSegment()
315 ckptAppend64(p, piOut, pSeg->iRoot, pRc); in ckptExportSegment()
316 ckptAppend64(p, piOut, pSeg->nSize, pRc); in ckptExportSegment()
325 int iOut = *piOut; in ckptExportLevel()
353 *piOut = iOut; in ckptExportLevel()
363 int *piOut, in ckptExportLog() argument
366 int iOut = *piOut; in ckptExportLog()
[all …]
H A Dlsm_main.c639 unsigned int *piOut = va_arg(ap, unsigned int *); in lsm_info() local
641 *piOut = pDb->pClient->iCmpId; in lsm_info()
643 rc = lsmInfoCompressionId(pDb, piOut); in lsm_info()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_util.c177 int *piOut in testArgSelectX() argument
206 *piOut = iOut; in testArgSelectX()
/sqlite-3.40.0/src/
H A Dos_unix.c4335 static int unixFcntlExternalReader(unixFile *pFile, int *piOut){ in unixFcntlExternalReader() argument
4337 *piOut = 0; in unixFcntlExternalReader()
4352 *piOut = (f.l_type!=F_UNLCK); in unixFcntlExternalReader()