Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c2561 int useSeekResult /* True to set the USESEEKRESULT flag on OP_[Idx]Insert */ in sqlite3CompleteInsertion() argument
2586 pik_flags = (useSeekResult ? OPFLAG_USESEEKRESULT : 0); in sqlite3CompleteInsertion()
2609 if( useSeekResult ){ in sqlite3CompleteInsertion()