Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c226356 rbu_file *pRbuFd; /* Fd for main db of dbRbu */ member
228785 p->pRbuFd = 0;
228804 }else if( p->pRbuFd->pWalFd ){
228806 p->pRbuFd->bNolock = 0;
229483 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd);
230013 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd);
230634 sqlite3_file *pFd = (sqlite3_file*)pRbu->pRbuFd;
230643 rbuPutU32(&aBuf[24], pRbu->pRbuFd->iCookie+1); /* Change counter */
230833 pRbu->pRbuFd = p;