Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c226386 rbu_vfs *pRbuVfs; /* Pointer to the rbu_vfs object */ member
230483 rbu_vfs *pRbuVfs = p->pRbuVfs; local
230486 sqlite3_mutex_enter(pRbuVfs->mutex);
230488 for(pIter=pRbuVfs->pMain; pIter; pIter=pIter->pMainNext);
230489 p->pMainNext = pRbuVfs->pMain;
230490 pRbuVfs->pMain = p;
230492 for(pIter=pRbuVfs->pMainRbu; pIter && pIter!=p; pIter=pIter->pMainRbuNext){}
230494 p->pMainRbuNext = pRbuVfs->pMainRbu;
230495 pRbuVfs->pMainRbu = p;
230498 sqlite3_mutex_leave(pRbuVfs->mutex);
[all …]