Home | History | Annotate | Download | only in orig

Lines Matching defs:nBusy

8039   int nBusy;                 /* Incremented with each busy call */
65431 db->busyHandler.nBusy = 0;
113430 if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0;
113431 rc = p->xFunc(p->pArg, p->nBusy);
113433 p->nBusy = -1;
113435 p->nBusy++;
113452 db->busyHandler.nBusy = 0;
130266 int nBusy; /* Current number of users of this structure */
130854 pRtree->nBusy++;
130862 pRtree->nBusy--;
130863 if( pRtree->nBusy==0 ){
133179 pRtree->nBusy = 1;