Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c1054 static int ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno){ in ptrmapGet() function
1087 #define ptrmapGet(w,x,y,z) SQLITE_OK macro
3886 rc = ptrmapGet(pBt, iLastPg, &eType, &iPtrPage); in incrVacuumStep()
4852 rc = ptrmapGet(pBt, iGuess, &eType, &pgno); in getOverflowPage()
6281 rc = ptrmapGet(pBt, nearby, &eType, 0); in allocateBtreePage()
7741 ptrmapGet(pBt, ovfl, &e, &n);
7746 ptrmapGet(pBt, child, &e, &n);
7752 ptrmapGet(pBt, child, &e, &n);
9706 rc = ptrmapGet(pBt, pgnoRoot, &eType, &iPtrPage); in btreeCreateTable()
10235 rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent); in checkPtrmap()