Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c117457 assert( pNew->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
151787 pTrig->pTabSchema = pTab->pSchema;
151979 pTrigger->pTabSchema = pTab->pSchema;
152113 }else if( pLink->pSchema==pLink->pTabSchema ){
153186 assert( p->pTabSchema!=0 );
[all …]