Searched refs:lsmBlockAllocate (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_file.c | 2148 rc = lsmBlockAllocate(pFS->pDb, 0, &iNew); in lsmFsSortedAppend() 2487 rc = lsmBlockAllocate(pFS->pDb, 0, &iBlk); in fsAppendData() 2516 rc = lsmBlockAllocate(pFS->pDb, 0, &iBlk); in fsAppendData() 2624 rc = lsmBlockAllocate(pFS->pDb, 0, &iBlk); in fsAppendPage()
|
| H A D | lsmInt.h | 918 int lsmBlockAllocate(lsm_db *, int, int *);
|
| H A D | lsm_shared.c | 774 int lsmBlockAllocate(lsm_db *pDb, int iBefore, int *piBlk){ in lsmBlockAllocate() function
|
| H A D | lsm_sorted.c | 4819 rc = lsmBlockAllocate(pDb, iFrom, &iTo); in sortedMoveBlock()
|