Searched refs:BTREE_UNORDERED (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7982 #define BTREE_UNORDERED 16 /* Use of a hash implementation is OK */ macro
12605 Bool isOrdered; /* True if the underlying table is BTREE_UNORDERED */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c15182 #define BTREE_UNORDERED 8 /* Use of a hash implementation is OK */ macro
21074 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */
[all...]

Completed in 804 milliseconds