Searched refs:pMap (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c15606 static void recoverBitmapFree(RecoverBitmap *pMap){ argument
15607 sqlite3_free(pMap);
15611 ** Set the bit associated with page iPg in bitvec pMap.
15613 static void recoverBitmapSet(RecoverBitmap *pMap, i64 iPg){ argument
15614 if( iPg<=pMap->nPg ){
15617 pMap->aElem[iElem] |= (((u32)1) << iBit);
15622 ** Query bitmap object pMap for the state of the bit associated with page
15625 static int recoverBitmapQuery(RecoverBitmap *pMap, i64 iPg){ argument
15627 if( iPg<=pMap->nPg && iPg>0 ){
15630 ret = (pMap
[all...]
H A Dsqlite3.c50038 void *pMap; member in struct:winShmNode::ShmRegion
50593 void *pMap = 0; /* Mapped memory region */ local
245805 Fts5Iter *pMap = pT->apIter[aMap[iTest].iIter]; local
[all...]

Completed in 690 milliseconds