Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c15628 void *pBusyArg; /* First arg to busy callback */ member
58024 void *pBusyArg, /* Context argument for xBusyHandler */
67982 void *pBusyArg, /* Context argument for xBusyHandler */
67989 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
68076 void *pBusyArg, /* Context argument for xBusyHandler */
68111 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
68132 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
68225 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1);
70161 void *pBusyArg, /* Context argument for xBusyHandler */
70211 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
[all …]