Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.h268 #define BTREE_APPEND 0x08 /* Insert is likely an append */ macro
H A Dbtree.c9004 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND|BTREE_PREFORMAT))==flags ); in sqlite3BtreeInsert()
9094 (flags & BTREE_APPEND)!=0, &loc); in sqlite3BtreeInsert()
9121 (flags & BTREE_APPEND)!=0, &loc); in sqlite3BtreeInsert()