Searched refs:xBusyHandler (Results 1 – 1 of 1) sorted by relevance
16238 int (*xBusyHandler)(void *,int); /* The busy callback */ member60275 int (*xBusyHandler)(void*); /* Function to call when busy */ member63311 int (*xBusyHandler)(void *), /* Pointer to busy-handler function */63315 pPager->xBusyHandler = xBusyHandler;63317 ap = (void **)&pPager->xBusyHandler;63318 assert( ((int(*)(void *))(ap[0]))==xBusyHandler );63547 }while( rc==SQLITE_BUSY && pPager->xBusyHandler(pPager->pBusyHandlerArg) );67118 (eMode<=SQLITE_CHECKPOINT_PASSIVE ? 0 : pPager->xBusyHandler),188879 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0;188880 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);[all …]