Home
last modified time | relevance | path

Searched refs:pShared (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree_rb.c102 RbtCursor *pShared; /* List of all cursors on the same Rbtree */ member
163 for(p=pCur->pTree->pCursors; p; p=p->pShared){ in checkReadLocks()
730 pCur->pShared = pCur->pTree->pCursors; in memRbtreeCursor()
1212 pCur->pTree->pCursors = pCur->pShared; in memRbtreeCloseCursor()
1215 while( p && p->pShared!=pCur ){ p = p->pShared; } in memRbtreeCloseCursor()
1218 p->pShared = pCur->pShared; in memRbtreeCloseCursor()
H A Dbtree.c367 BtCursor *pShared; /* Loop of cursors with the same root page */ member
1077 pCur->pShared = pRing->pShared; in fileBtreeCursor()
1078 pRing->pShared = pCur; in fileBtreeCursor()
1080 pCur->pShared = pCur; in fileBtreeCursor()
1113 if( pCur->pShared!=pCur ){ in fileBtreeCloseCursor()
1114 BtCursor *pRing = pCur->pShared; in fileBtreeCloseCursor()
1115 while( pRing->pShared!=pCur ){ pRing = pRing->pShared; } in fileBtreeCloseCursor()
1116 pRing->pShared = pCur->pShared; in fileBtreeCloseCursor()
2602 for(p=pCur->pShared; p!=pCur; p=p->pShared){ in checkReadLocks()

Completed in 17 milliseconds