Lines Matching refs:ptrmapGet
55468 static int ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno){
55501 #define ptrmapGet(w,x,y,z) SQLITE_OK
57983 rc = ptrmapGet(pBt, iLastPg, &eType, &iPtrPage);
58835 rc = ptrmapGet(pBt, iGuess, &eType, &pgno);
60042 rc = ptrmapGet(pBt, nearby, &eType, 0);
61343 ptrmapGet(pBt, ovfl, &e, &n);
61348 ptrmapGet(pBt, child, &e, &n);
61354 ptrmapGet(pBt, child, &e, &n);
62824 rc = ptrmapGet(pBt, pgnoRoot, &eType, &iPtrPage);
63371 rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent);