Lines Matching refs:nBusy
15629 int nBusy; /* Incremented with each busy call */ member
95209 db->busyHandler.nBusy = 0;
141146 db->busyHandler.nBusy = 0;
144614 db->busyHandler.nBusy = 0;
184401 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0;
184402 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
184404 p->nBusy = -1;
184406 p->nBusy++;
184426 db->busyHandler.nBusy = 0;
185214 db->busyHandler.nBusy = 0;
186778 int nSave = db->busyHandler.nBusy;
186780 db->busyHandler.nBusy = nSave;
213635 u32 nBusy; /* Current number of users of this structure */
214482 pRtree->nBusy++;
214490 pRtree->nBusy--;
214491 if( pRtree->nBusy==0 ){
217110 pRtree->nBusy = 1;
217186 assert( pRtree->nBusy==1 );
219022 pRtree->nBusy = 1;
219074 assert( pRtree->nBusy==1 );