Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16241 #define BTREE_APPEND 0x08 /* Insert is likely an append */ macro
79425 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND|BTREE_PREFORMAT))==flags );
79515 (flags & BTREE_APPEND)!=0, &loc);
79542 (flags & BTREE_APPEND)!=0, &loc);