Searched refs:pAllVtab (Results 1 – 1 of 1) sorted by relevance
101 pNew->ppPrev = &pAux->pAllVtab; in vtshimCreate()102 pNew->pNext = pAux->pAllVtab; in vtshimCreate()103 if( pAux->pAllVtab ) pAux->pAllVtab->ppPrev = &pNew->pNext; in vtshimCreate()104 pAux->pAllVtab = pNew; in vtshimCreate()140 pNew->ppPrev = &pAux->pAllVtab; in vtshimConnect()141 pNew->pNext = pAux->pAllVtab; in vtshimConnect()142 if( pAux->pAllVtab ) pAux->pAllVtab->ppPrev = &pNew->pNext; in vtshimConnect()143 pAux->pAllVtab = pNew; in vtshimConnect()431 assert( pAux->pAllVtab==0 ); in vtshimAuxDestructor()483 pAux->pAllVtab = 0; in sqlite3_create_disposable_module()[all …]