Searched refs:ckptSetValue (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_ckpt.c | 280 ckptSetValue(p, nCkpt, aCksum[0], pRc); in ckptAddChecksum() 281 ckptSetValue(p, nCkpt+1, aCksum[1], pRc); in ckptAddChecksum() 330 ckptSetValue(p, iOut++, pLevel->nRight, pRc); in ckptExportLevel() 342 ckptSetValue(p, iOut++, pMerge->nInput, pRc); in ckptExportLevel() 343 ckptSetValue(p, iOut++, pMerge->nSkip, pRc); in ckptExportLevel() 449 ckptSetValue(&ckpt, iOut++, nFree, &rc); in ckptExportSnapshot() 452 ckptSetValue(&ckpt, iOut++, p->iBlk, &rc); in ckptExportSnapshot() 465 ckptSetValue(&ckpt, CKPT_HDR_NCKPT, iOut+2, &rc); in ckptExportSnapshot() 476 ckptSetValue(&ckpt, iOut, 0, &rc); in ckptExportSnapshot() 477 ckptSetValue(&ckpt, iOut+1, 0, &rc); in ckptExportSnapshot() [all …]
|