Searched refs:btree (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/libc/db/btree/
H A DMakefile.inc2 # $FreeBSD: releng/11.0/lib/libc/db/btree/Makefile.inc 262722 2014-03-04 02:19:39Z marcel $
4 .PATH: ${LIBC_SRCTOP}/db/btree
/freebsd-11.0-release/lib/libc/db/man/
H A DMakefile.inc6 MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
/freebsd-11.0-release/lib/libc/db/test/
H A Drun.test35 btree)
63 echo "Test 1: btree, hash: small key, small data pairs"
65 for type in btree hash; do
100 echo "Test 2: btree, hash: small key, medium data pairs"
104 for type in hash btree; do
156 echo "Test 3: btree: small key, big data pairs"
159 for type in btree; do
349 echo "Test 7: btree, recno: delete cursor record"
362 for type in btree recno; do
392 echo "Test 8: btree, has
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh58 "Checks btree database using small keys and small data" \
80 atf_check -o file:exp "$(prog)" btree in
143 "Checks btree database using small keys and medium" \
167 atf_check -o file:exp "$(prog)" btree in
230 "Checks btree database using small keys and big data" \
252 atf_check "$(prog)" -o out btree in
503 # For btree, the records are ordered by the string representation
507 if [ "$type" = "btree" ] ; then
542 atf_set "descr" "Checks removing records in btree database"
546 h_delete btree
[all...]
/freebsd-11.0-release/etc/mail/
H A DMakefile153 ${MAKEMAP} btree ${.TARGET} < ${.OODATE}
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c10339 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
10343 /************** Include btree.h in the middle of sqliteInt.h *****************/
10344 /************** Begin file btree.h *******************************************/
10681 /************** End of btree.h ***********************************************/
11258 ** NOTE: These values must match the corresponding BTREE_ values in btree.h.
12313 #define SQLITE_CellSizeCk 0x10000000 /* Check btree cell sizes on load */
12873 ** or greater than a key in the btree, respectively. These are normally
15936 Pgno pgnoRoot; /* Root page of the open btree cursor */
120027 } btree; member in union:WhereLoop::__anon5336
[all...]

Completed in 500 milliseconds