Searched refs:xBusyHandler (Results 1 – 1 of 1) sorted by relevance
15184 int (*xBusyHandler)(void *,int); /* The busy callback */ member57438 int (*xBusyHandler)(void*); /* Function to call when busy */60450 int (*xBusyHandler)(void *), /* Pointer to busy-handler function */60454 pPager->xBusyHandler = xBusyHandler;60456 ap = (void **)&pPager->xBusyHandler;60457 assert( ((int(*)(void *))(ap[0]))==xBusyHandler );60686 }while( rc==SQLITE_BUSY && pPager->xBusyHandler(pPager->pBusyHandlerArg) );64253 (eMode==SQLITE_CHECKPOINT_PASSIVE ? 0 : pPager->xBusyHandler),179918 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0;179919 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);[all …]