Home | History | Annotate | Download | only in orig

Lines Matching defs:pOther

37616     PCache1 *pOther;
37620 pOther = pPage->pCache;
37622 /* We want to verify that szPage and szExtra are the same for pOther
37626 assert( (pOther->szPage & (pOther->szPage-1))==0 && pOther->szPage>=512 );
37627 assert( pOther->szExtra<512 );
37629 if( pOther->szPage+pOther->szExtra != pCache->szPage+pCache->szExtra ){
37633 pGroup->nCurrentPage -= (pOther->bPurgeable - pCache->bPurgeable);
84112 Index *pOther = pTab->pIndex;
84113 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
84114 pOther = pOther->pNext;
84116 pIndex->pNext = pOther->pNext;
84117 pOther->pNext = pIndex;
85299 FuncDef *pOther;
85303 pOther = functionSearch(pHash, h, pDef->zName, nName);
85304 if( pOther ){
85305 assert( pOther!=pDef && pOther->pNext!=pDef );
85306 pDef->pNext = pOther->pNext;
85307 pOther->pNext = pDef;
103476 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent];
103477 b |= getMask(pMaskSet, pOther->leftCursor);
105947 WhereTerm *pOther = &pTerm->pWC->a[pTerm->iParent];
105948 if( (--pOther->nChild)==0 ){
105949 disableTerm(pLevel, pOther);
115622 ** (call it pOther) in the same process was busy using the same shared
115623 ** cache. pOther is found by looking at db->pBlockingConnection.
115628 ** If pOther is already blocked on db, then report SQLITE_LOCKED, to indicate
115631 ** Otherwise, make arrangements to invoke xNotify when pOther drops