Searched refs:ptrmapGet (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 74344 static int ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno){ function 74377 #define ptrmapGet(w,x,y,z) SQLITE_OK macro 77279 rc = ptrmapGet(pBt, iLastPg, &eType, &iPtrPage); 78262 rc = ptrmapGet(pBt, iGuess, &eType, &pgno); 79781 rc = ptrmapGet(pBt, nearby, &eType, 0); 81352 ptrmapGet(pBt, ovfl, &e, &n); 81357 ptrmapGet(pBt, child, &e, &n); 81363 ptrmapGet(pBt, child, &e, &n); 83359 rc = ptrmapGet(pBt, pgnoRoot, &eType, &iPtrPage); 83926 rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent);
|