Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18347 i16 iPKey; /* If not negative, use aCol[iPKey] as the rowid */ member
92077 if( iIdx==p->pTab->iPKey ){
92194 if( iIdx==p->pTab->iPKey ){
92216 if( iIdx==p->pTab->iPKey ){
106645 pExpr->iColumn = j==pTab->iPKey ? -1 : (i16)j;
106716 if( iCol==pTab->iPKey ){
107014 if( p->y.pTab->iPKey==iCol ){
112441 if( iCol<0 || iCol==pTab->iPKey ){
113418 assert( pTab->iPKey<0 || iCol!=pTab->iPKey );
116938 sCtx.iCol = ((iCol==pTab->iPKey) ? -1 : iCol);
[all …]