Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c662 if( eType==IN_INDEX_ROWID ){ in codeEqualityTerm()
H A Dexpr.c2802 eType = IN_INDEX_ROWID; in sqlite3FindInIndex()
3579 if( eType==IN_INDEX_ROWID ){ in sqlite3ExprCodeIN()
H A DsqliteInt.h5367 #define IN_INDEX_ROWID 1 /* Search the rowid of the table */ macro