Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c415 rbu_file *pRbuFd; /* Fd for main db of dbRbu */ member
2842 p->pRbuFd = 0; in rbuOpenDatabase()
2861 }else if( p->pRbuFd->pWalFd ){ in rbuOpenDatabase()
2863 p->pRbuFd->bNolock = 0; in rbuOpenDatabase()
3522 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); in rbuSaveState()
4050 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd); in openRbuHandle()
4667 sqlite3_file *pFd = (sqlite3_file*)pRbu->pRbuFd; in rbuVfsRead()
4676 rbuPutU32(&aBuf[24], pRbu->pRbuFd->iCookie+1); /* Change counter */ in rbuVfsRead()
4866 pRbu->pRbuFd = p; in rbuVfsFileControl()