Lines Matching defs:busy
86 ** a locked database and there is no busy callback registered.
477 ** will either invoke the busy callback (if there is one) or it will
2181 int busy = 1;
2185 while( db->aDb[i].pBt!=0 && busy ){
2195 }else if( (*db->xBusyCallback)(db->pBusyArg, "", busy++)==0 ){
2197 busy = 0;
2207 busy = 0;
2394 int busy = 0;
2435 }else if( (*db->xBusyCallback)(db->pBusyArg, pOp->p3, ++busy)==0 ){
2437 busy = 0;
2442 busy = 0;
2449 }while( busy );