Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c2565 u8 pik_flags; /* flag values passed to the btree insert */ in sqlite3CompleteInsertion() local
2586 pik_flags = (useSeekResult ? OPFLAG_USESEEKRESULT : 0); in sqlite3CompleteInsertion()
2588 pik_flags |= OPFLAG_NCHANGE; in sqlite3CompleteInsertion()
2589 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION); in sqlite3CompleteInsertion()
2597 sqlite3VdbeChangeP5(v, pik_flags); in sqlite3CompleteInsertion()
2601 pik_flags = 0; in sqlite3CompleteInsertion()
2603 pik_flags = OPFLAG_NCHANGE; in sqlite3CompleteInsertion()
2604 pik_flags |= (update_flags?update_flags:OPFLAG_LASTROWID); in sqlite3CompleteInsertion()
2607 pik_flags |= OPFLAG_APPEND; in sqlite3CompleteInsertion()
2610 pik_flags |= OPFLAG_USESEEKRESULT; in sqlite3CompleteInsertion()
[all …]