Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14094 int (*xBusyHandler)(void *,int); /* The busy callback */ member
51278 int (*xBusyHandler)(void*); /* Function to call when busy */
54302 int (*xBusyHandler)(void *), /* Pointer to busy-handler function */
54306 pPager->xBusyHandler = xBusyHandler;
54308 ap = (void **)&pPager->xBusyHandler;
54309 assert( ((int(*)(void *))(ap[0]))==xBusyHandler );
58051 (eMode==SQLITE_CHECKPOINT_PASSIVE ? 0 : pPager->xBusyHandler),
156199 if( p->xBusyHandler==0 || p->nBusy<0 ) return 0;
156204 xTra = (int(*)(void*,int,sqlite3_file*))p->xBusyHandler;
156208 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]

Completed in 545 milliseconds