Searched refs:grp (Results 1 – 2 of 2) sorted by relevance
346 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) ); in pcache1Alloc()448 assert( pCache->pGroup==&pcache1.grp ); in pcache1AllocPage()740 pcache1.grp.mxPinned = 10; in pcache1Init()779 pGroup = &pcache1.grp; in pcache1Create()1238 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) ); in sqlite3PcacheReleaseMemory()1242 pcache1EnterMutex(&pcache1.grp); in sqlite3PcacheReleaseMemory()1244 && (p=pcache1.grp.lru.pLruPrev)!=0 in sqlite3PcacheReleaseMemory()1252 pcache1LeaveMutex(&pcache1.grp); in sqlite3PcacheReleaseMemory()1275 *pnCurrent = pcache1.grp.nPurgeable; in sqlite3PcacheStats()1276 *pnMax = (int)pcache1.grp.nMaxPage; in sqlite3PcacheStats()[all …]
5444 sqlite3_changegroup grp; /* Hash table */ member5591 for(pTab=p->grp.pList; pTab; pTab=pTab->pNext){ in sessionRebase()5727 rc = sessionChangesetToHash(pIter, &p->grp, 1); in sqlite3rebaser_configure()5778 sessionDeleteTable(0, p->grp.pList); in sqlite3rebaser_delete()