Home | History | Annotate | Download | only in dist

Lines Matching refs:pOther

37644     PCache1 *pOther;
37648 pOther = pPage->pCache;
37650 /* We want to verify that szPage and szExtra are the same for pOther
37654 assert( (pOther->szPage & (pOther->szPage-1))==0 && pOther->szPage>=512 );
37655 assert( pOther->szExtra<512 );
37657 if( pOther->szPage+pOther->szExtra != pCache->szPage+pCache->szExtra ){
37661 pGroup->nCurrentPage -= (pOther->bPurgeable - pCache->bPurgeable);
84148 Index *pOther = pTab->pIndex;
84149 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
84150 pOther = pOther->pNext;
84152 pIndex->pNext = pOther->pNext;
84153 pOther->pNext = pIndex;
85335 FuncDef *pOther;
85339 pOther = functionSearch(pHash, h, pDef->zName, nName);
85340 if( pOther ){
85341 assert( pOther!=pDef && pOther->pNext!=pDef );
85342 pDef->pNext = pOther->pNext;
85343 pOther->pNext = pDef;
103512 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent];
103513 b |= getMask(pMaskSet, pOther->leftCursor);
105983 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent];
105984 if( (--pOther->nChild)==0 ){
105985 disableTerm(pLevel, pOther);
115658 ** (call it pOther) in the same process was busy using the same shared
115659 ** cache. pOther is found by looking at db->pBlockingConnection.
115664 ** If pOther is already blocked on db, then report SQLITE_LOCKED, to indicate
115667 ** Otherwise, make arrangements to invoke xNotify when pOther drops