Home | History | Annotate | Download | only in dist

Lines Matching defs:nBusy

8690   int nBusy;                 /* Incremented with each busy call */
68550 db->busyHandler.nBusy = 0;
98984 db->busyHandler.nBusy = 0;
123453 if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0;
123454 rc = p->xFunc(p->pArg, p->nBusy);
123456 p->nBusy = -1;
123458 p->nBusy++;
123475 db->busyHandler.nBusy = 0;
144801 int nBusy; /* Current number of users of this structure */
145464 pRtree->nBusy++;
145472 pRtree->nBusy--;
145473 if( pRtree->nBusy==0 ){
147866 pRtree->nBusy = 1;
147913 assert( pRtree->nBusy==1 );