Searched refs:pBusyArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 16260 void *pBusyArg; /* First arg to busy callback */ member 59601 void *pBusyArg, /* Context argument for xBusyHandler */ 69628 void *pBusyArg, /* Context argument for xBusyHandler */ argument 69635 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) ); 69722 void *pBusyArg, /* Context argument for xBusyHandler */ argument 69757 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1); 69778 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK 69885 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1); 71824 void *pBusyArg, /* Context argument for xBusyHandler */ argument 71876 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1); [all …]
|