Home | History | Annotate | Download | only in orig

Lines Matching defs:nBusy

8690   int nBusy;                 /* Incremented with each busy call */
68530 db->busyHandler.nBusy = 0;
98964 db->busyHandler.nBusy = 0;
123433 if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0;
123434 rc = p->xFunc(p->pArg, p->nBusy);
123436 p->nBusy = -1;
123438 p->nBusy++;
123455 db->busyHandler.nBusy = 0;
144769 int nBusy; /* Current number of users of this structure */
145432 pRtree->nBusy++;
145440 pRtree->nBusy--;
145441 if( pRtree->nBusy==0 ){
147834 pRtree->nBusy = 1;
147881 assert( pRtree->nBusy==1 );