Searched refs:pShared (Results 1 – 2 of 2) sorted by relevance
105 RbtCursor *pShared; /* List of all cursors on the same Rbtree */ member166 for(p=pCur->pTree->pCursors; p; p=p->pShared){ in checkReadLocks()733 pCur->pShared = pCur->pTree->pCursors; in memRbtreeCursor()1215 pCur->pTree->pCursors = pCur->pShared; in memRbtreeCloseCursor()1218 while( p && p->pShared!=pCur ){ p = p->pShared; } in memRbtreeCloseCursor()1221 p->pShared = pCur->pShared; in memRbtreeCloseCursor()
374 BtCursor *pShared; /* Loop of cursors with the same root page */ member1084 pCur->pShared = pRing->pShared; in fileBtreeCursor()1085 pRing->pShared = pCur; in fileBtreeCursor()1087 pCur->pShared = pCur; in fileBtreeCursor()1120 if( pCur->pShared!=pCur ){ in fileBtreeCloseCursor()1121 BtCursor *pRing = pCur->pShared; in fileBtreeCloseCursor()1122 while( pRing->pShared!=pCur ){ pRing = pRing->pShared; } in fileBtreeCloseCursor()1123 pRing->pShared = pCur->pShared; in fileBtreeCloseCursor()2610 for(p=pCur->pShared; p!=pCur; p=p->pShared){ in checkReadLocks()