Lines Matching refs:pTabSchema
20476 Schema *pTabSchema; /* Schema containing the table */ member
119096 assert( pNew->pTabSchema );
119098 db->aDb[sqlite3SchemaToIndex(db, pNew->pTabSchema)].zDbSName
119600 && sCtx.pTab->pSchema==pTrigger->pTabSchema
119841 int i1 = sqlite3SchemaToIndex(db, sParse.pNewTrigger->pTabSchema);
122441 if( pTrig->pTabSchema==pDb->pSchema ){
122442 pTrig->pTabSchema = pTrig->pSchema;
124457 pRet->retTrig.pTabSchema = db->aDb[1].pSchema;
134730 pTrigger->pTabSchema = pTab->pSchema;
153924 if( pTrig->pTabSchema==pTab->pSchema
153927 && (pTrig->pTabSchema!=pTmpSchema || pTrig->bReturning)
153939 pTrig->pTabSchema = pTab->pSchema;
154133 pTrigger->pTabSchema = pTab->pSchema;
154267 }else if( pLink->pSchema==pLink->pTabSchema ){
154269 pTab = sqlite3HashFind(&pLink->pTabSchema->tblHash, pLink->table);
154531 return sqlite3HashFind(&pTrigger->pTabSchema->tblHash, pTrigger->table);
154584 if( pTrigger->pSchema==pTrigger->pTabSchema ){
155348 assert( p->pTabSchema!=0 );
155349 assert( p->pSchema==p->pTabSchema