Home
last modified time | relevance | path

Searched refs:btree (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/libc/db/
H A Dchangelog10 btree: Rework cursor deletion code yet again; bugs with
15 btree: Fix bugs introduced by new cursor/deletion code.
19 btree: Fix bugs introduced by new cursor/deletion code.
23 btree Change deletion to coalesce empty pages. This is a major
54 btree: If enough duplicate records were inserted and then deleted
63 btree/recno:
70 btree/recno:
84 Allow recno to specify the name of the underlying btree;
86 btree/recno:
88 btree/hash/recno:
[all …]
H A DREADME23 btree The B+tree routines.
/freebsd/lib/libc/db/test/
H A Drun.test32 btree)
62 for type in btree hash; do
101 for type in hash btree; do
156 for type in btree; do
359 for type in btree recno; do
405 $PROG btree $TMP1
422 for type in btree; do
456 for type in btree recno; do
473 for type in btree recno; do
535 for type in btree; do
[all …]
H A DREADME65 structure. If the type is btree, then "-i cachesize=10240"
73 or "btree", and the script name or "-" to indicate stdin.
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh77 atf_check -o file:exp "$(prog_db)" btree in
164 atf_check -o file:exp "$(prog_db)" btree in
249 atf_check "$(prog_db)" -o out btree in
543 h_delete btree
589 h_repeated btree
686 h_cursor_flags btree
763 atf_check -o file:exp "$(prog_db)" -i psize=512 btree in
805 h_byte_orders btree
1013 "$(prog_db)" -i psize=$psize btree in
1124 "$(prog_db)" -i psize=4096 btree in
[all …]
H A DREADME58 structure. If the type is btree, then "-i cachesize=10240"
66 or "btree", and the script name or "-" to indicate stdin.
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbtree.h108 typedef struct btree zfs_btree_t;
112 struct btree { struct
/freebsd/lib/libc/tests/db/
H A DMakefile14 CFLAGS+= -I${SRCTOP}/lib/libc/db/btree
/freebsd/lib/libc/db/btree/
H A DMakefile.inc1 .PATH: ${LIBC_SRCTOP}/db/btree
/freebsd/lib/libc/db/man/
H A DMakefile.inc3 MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
/freebsd/etc/mail/
H A DMakefile150 ${MAKEMAP} btree ${.TARGET} < ${.OODATE}
/freebsd/sys/contrib/openzfs/include/
H A DMakefile.am35 sys/btree.h \
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok223 btree
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am78 module/zfs/btree.c \
/freebsd/cddl/lib/libzpool/
H A DMakefile66 btree.c \
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dcommon.run93 [tests/functional/btree]
95 tags = ['functional', 'btree']
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd249 btree.c \
H A DKbuild.in321 btree.o \
/freebsd/sys/modules/zfs/
H A DMakefile231 btree.c \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c1192 zfs_btree_last_helper(zfs_btree_t *btree, zfs_btree_hdr_t *hdr, in zfs_btree_last_helper() argument
1208 btree->bt_elem_size); in zfs_btree_last_helper()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c156936 } btree;
157499 Index *pIndex = pLoop->u.btree.pIndex;
157500 u16 nEq = pLoop->u.btree.nEq;
157514 explainAppendTerm(pStr, pIndex, pLoop->u.btree.nBtm, j, i, ">");
157518 explainAppendTerm(pStr, pIndex, pLoop->u.btree.nTop, j, i, "<");
157558 || ((flags&WHERE_VIRTUALTABLE)==0 && (pLoop->u.btree.nEq>0))
157568 assert( pLoop->u.btree.pIndex!=0 );
157569 pIdx = pLoop->u.btree.pIndex;
157674 for(i=pLoop->nSkip; i<pLoop->u.btree.nEq; i++){
157675 const char *z = explainIndexColumnName(pLoop->u.btree.pIndex, i);
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Ddatabase778 !:mime application/x-tokyocabinet-btree
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3833 database files (i.e., only show dbm, hash, and btree).
5610 PRALIASES: Handle the hash and btree map specifications for
7014 If class hash or btree maps are rebuilt, sendmail will now detect
7527 MAKEMAP: tweak hash and btree parameters for better performance.
7657 The -o (optional) flag was being ignored on hash and btree maps
8206 MAKEMAP: The -d flag (to allow duplicate keys) to a btree map wasn't
8389 in ndbm, hash, and btree format database files on some (most
9453 in type ``btree'' maps. The semantics of this are undefined
/freebsd/contrib/sendmail/src/
H A DREADME539 NEWDB Include support for Berkeley DB package (hash & btree)
/freebsd/contrib/sendmail/cf/
H A DREADME3632 makemap btree /etc/mail/userdb < /etc/mail/userdb.txt

12