Searched defs:pCursors (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c119 RbtCursor *pCursors; /* All cursors pointing to this tree */ member in struct:BtRbTree
166 for(p=pCur->pTree->pCursors; p; p=p->pShared){
679 assert( pTree->pCursors==0 );
733 pCur->pShared = pCur->pTree->pCursors;
734 pCur->pTree->pCursors = pCur;
1214 if( pCur->pTree->pCursors==pCur ){
1215 pCur->pTree->pCursors = pCur->pShared;
1217 RbtCursor *p = pCur->pTree->pCursors;

Completed in 50 milliseconds