Lines Matching refs:pTabSchema
20008 Schema *pTabSchema; /* Schema containing the table */ member
117457 assert( pNew->pTabSchema );
117459 db->aDb[sqlite3SchemaToIndex(db, pNew->pTabSchema)].zDbSName
117956 && sCtx.pTab->pSchema==pTrigger->pTabSchema
118197 int i1 = sqlite3SchemaToIndex(db, sParse.pNewTrigger->pTabSchema);
120798 if( pTrig->pTabSchema==pDb->pSchema ){
120799 pTrig->pTabSchema = pTrig->pSchema;
122836 pRet->retTrig.pTabSchema = db->aDb[1].pSchema;
132809 pTrigger->pTabSchema = pTab->pSchema;
151773 if( pTrig->pTabSchema==pTab->pSchema
151776 && (pTrig->pTabSchema!=pTmpSchema || pTrig->bReturning)
151787 pTrig->pTabSchema = pTab->pSchema;
151979 pTrigger->pTabSchema = pTab->pSchema;
152113 }else if( pLink->pSchema==pLink->pTabSchema ){
152115 pTab = sqlite3HashFind(&pLink->pTabSchema->tblHash, pLink->table);
152376 return sqlite3HashFind(&pTrigger->pTabSchema->tblHash, pTrigger->table);
152429 if( pTrigger->pSchema==pTrigger->pTabSchema ){
153186 assert( p->pTabSchema!=0 );
153187 assert( p->pSchema==p->pTabSchema