Searched refs:pBusyArg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 15231 void *pBusyArg; /* First arg to busy callback */ member 57074 void *pBusyArg, /* Context argument for xBusyHandler */ 67008 void *pBusyArg, /* Context argument for xBusyHandler */ 67015 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) ); 67102 void *pBusyArg, /* Context argument for xBusyHandler */ 67137 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1); 67158 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK 69170 void *pBusyArg, /* Context argument for xBusyHandler */ 69220 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1); 181535 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); [all …]
|