Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c138074 int regOld, /* Previous row data is stored here */ argument
138086 assert( (regOld==0)!=(regNew==0) );
138124 assert( isIgnoreErrors==0 || (regOld!=0 && regNew==0) );
138139 iReg = sqlite3TableColumnToStorage(pFKey->pFrom,iFromCol) + regOld+1;
138178 if( regOld!=0 ){
138182 fkLookupParent(pParse, iDb, pTo, pIdx, pFKey, aiCol, regOld, -1, bIgnore);
138213 assert( regOld==0 && regNew!=0 );
138238 if( regOld!=0 ){
138242 fkScanChildren(pParse, pSrc, pTab, pIdx, pFKey, aiCol, regOld, 1);
138605 int regOld, /* Address of array containing old row */ argument
[all …]