Searched refs:pRbuVfs (Results 1 – 1 of 1) sorted by relevance
226386 rbu_vfs *pRbuVfs; /* Pointer to the rbu_vfs object */ member230483 rbu_vfs *pRbuVfs = p->pRbuVfs; local230486 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 …]