Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c70437 static int walTryBeginRead(Wal *pWal, int *pChanged, int useWal, int *pCnt){ function
70829 rc = walTryBeginRead(pWal, pChanged, 0, &cnt);
71324 rc = walTryBeginRead(pWal, &notUsed, 1, &cnt);