Home
last modified time | relevance | path

Searched refs:nBusy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15629 int nBusy; /* Incremented with each busy call */ member
95209 db->busyHandler.nBusy = 0;
141146 db->busyHandler.nBusy = 0;
144614 db->busyHandler.nBusy = 0;
184401 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0;
184402 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
184404 p->nBusy = -1;
184406 p->nBusy++;
184426 db->busyHandler.nBusy = 0;
185214 db->busyHandler.nBusy = 0;
[all …]