Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:nBusy

7496   int nBusy;                 /* Incremented with each busy call */
62896 db->busyHandler.nBusy = 0;
108178 if( NEVER(p==0) || p->xFunc==0 || p->nBusy<0 ) return 0;
108179 rc = p->xFunc(p->pArg, p->nBusy);
108181 p->nBusy = -1;
108183 p->nBusy++;
108200 db->busyHandler.nBusy = 0;
124421 int nBusy; /* Current number of users of this structure */
125009 pRtree->nBusy++;
125017 pRtree->nBusy--;
125018 if( pRtree->nBusy==0 ){
127287 pRtree->nBusy = 1;