Searched refs:piNew (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_file.c | 2596 LsmPgno *piNew, in fsAppendPage() argument 2617 *piNew = fsFirstPageOnBlock(pFS, iNext); in fsAppendPage() 2620 *piNew = iPrev+1; in fsAppendPage() 2621 if( fsIsLast(pFS, *piNew) ){ in fsAppendPage() 2631 pSeg->iLastPg = *piNew; in fsAppendPage()
|
| H A D | lsm_tree.c | 790 u32 *piNew, in copyTreeNode() argument 795 pNew = newTreeNode(pDb, piNew, pRc); in copyTreeNode() 807 u32 *piNew, in copyTreeLeaf() argument 811 pNew = newTreeLeaf(pDb, piNew, pRc); in copyTreeLeaf()
|
| /sqlite-3.40.0/src/ |
| H A D | expr.c | 6056 int *piNew; in selectRefEnter() local 6060 piNew = sqlite3DbRealloc(p->db, p->aiExclude, p->nExclude*sizeof(int)); in selectRefEnter() 6061 if( piNew==0 ){ in selectRefEnter() 6065 p->aiExclude = piNew; in selectRefEnter()
|