Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19924 u8 isDup; /* True if 2nd or later with same pUpsertIdx */ member
157003 pUpsert->isDup = 1;
157035 if( !pNext->isDup ) return 0;