Searched refs:BTREE_APPEND (Results 1 – 2 of 2) sorted by relevance
268 #define BTREE_APPEND 0x08 /* Insert is likely an append */ macro
9004 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()