Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c75735 assert( pTab->iPKey<0 || pExpr->iColumn!=pTab->iPKey );
79970 pTable->iPKey = -1;
80309 pTab->iPKey = iCol;
88051 if( i==pTab->iPKey ){
88588 if( pDest->iPKey!=pSrc->iPKey ){
88670 if( pDest->iPKey>=0 ){
93742 pTab->iPKey = -1;
95577 pTab->iPKey = -1;
98687 if( i==pTab->iPKey ){
98885 assert( pTab->iPKey<0 );
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c103842 assert( pTab->iPKey<0 || iCol!=pTab->iPKey );
108250 pStat1->iPKey = -1;
111154 pTable->iPKey = -1;
111613 pTab->iPKey = iCol;
112098 pTab->iPKey = -1;
119928 assert( pIdx!=0 || (pTab->iPKey>=0 && pTab->iPKey<pTab->nCol) );
122779 if( pDest->iPKey!=pSrc->iPKey ){
130963 pTab->iPKey = -1;
133624 pTab->iPKey = -1;
133750 pTab->iPKey = -1;
[all …]