Lines Matching refs:btree
55 "Checks btree database using small keys and small data" \
74 atf_check -o file:exp "$(prog_db)" btree in
131 "Checks btree database using small keys and medium" \
152 atf_check -o file:exp "$(prog_db)" btree in
212 "Checks btree database using small keys and big data" \
234 atf_check "$(prog_db)" -o out btree in
485 # For btree, the records are ordered by the string representation
489 if [ "$type" = "btree" ] ; then
524 atf_set "descr" "Checks removing records in btree database"
528 h_delete btree
569 "Checks btree database with repeated small keys and" \
574 h_repeated btree
592 atf_set "descr" "Checks btree database with duplicate keys"
617 atf_check -o file:exp -x "$(prog_db) -iflags=1 btree in | sort"
667 "Checks use of cursor flags without initialization in btree database"
671 h_cursor_flags btree
722 "Checks btree database with lots of keys and small page" \
725 "entry. Uses a small page size to make sure the btree" \
745 atf_check -o file:exp "$(prog_db)" -i psize=512 btree in
780 atf_set "descr" "Checks btree database using differing byte orders"
784 h_byte_orders btree
980 "$(prog_db)" -i psize=$psize btree in
993 # the internals of the btree access method in order to place records
1021 "btree: no unsearchables due to page split on index 0"
1091 "$(prog_db)" -i psize=4096 btree in
1098 "btree: Test for recursive traversal successfully " \
1129 "$(prog_db)" -i psize=512 btree in1
1138 "$(prog_db)" -i psize=512 btree in2
1145 "btree: big key, small data, byteswap unaligned access"
1159 "$(prog_db)" -o out -i psize=512,lorder=$order btree in
1167 "btree: small key, big data, byteswap unaligned access"
1182 "$(prog_db)" -o out -i psize=512,lorder=$order btree in
1190 "btree: small key, big data, known byte order"
1214 "$(prog_db)" -f out.$order $a$order btree in1
1219 "$(prog_db)" -s -f out.$order $a$order btree in2