Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14474 #define BTREE_BULKLOAD 0x00000001 /* Used to full index in sorted order */ macro
64130 assert( x==BTREE_SEEK_EQ || x==BTREE_BULKLOAD || x==0 );
71562 pCur->hints&BTREE_BULKLOAD);
87170 assert( OPFLAG_BULKCSR==BTREE_BULKLOAD );

Completed in 436 milliseconds