/freebsd/lib/libc/db/ |
H A D | changelog | 10 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 D | README | 23 btree The B+tree routines.
|
/freebsd/lib/libc/db/test/ |
H A D | run.test | 32 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 D | README | 65 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 D | t_db.sh | 77 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 D | README | 58 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 D | btree.h | 108 typedef struct btree zfs_btree_t; 112 struct btree { struct
|
/freebsd/lib/libc/tests/db/ |
H A D | Makefile | 14 CFLAGS+= -I${SRCTOP}/lib/libc/db/btree
|
/freebsd/lib/libc/db/btree/ |
H A D | Makefile.inc | 1 .PATH: ${LIBC_SRCTOP}/db/btree
|
/freebsd/lib/libc/db/man/ |
H A D | Makefile.inc | 3 MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
|
/freebsd/etc/mail/ |
H A D | Makefile | 150 ${MAKEMAP} btree ${.TARGET} < ${.OODATE}
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | Makefile.am | 35 sys/btree.h \
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 223 btree
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | Makefile.am | 78 module/zfs/btree.c \
|
/freebsd/cddl/lib/libzpool/ |
H A D | Makefile | 66 btree.c \
|
/freebsd/sys/contrib/openzfs/tests/runfiles/ |
H A D | common.run | 93 [tests/functional/btree] 95 tags = ['functional', 'btree']
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Makefile.bsd | 249 btree.c \
|
H A D | Kbuild.in | 321 btree.o \
|
/freebsd/sys/modules/zfs/ |
H A D | Makefile | 231 btree.c \
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | btree.c | 1192 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 D | sqlite3.c | 156936 } 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 D | database | 778 !:mime application/x-tokyocabinet-btree
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3833 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 D | README | 539 NEWDB Include support for Berkeley DB package (hash & btree)
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3632 makemap btree /etc/mail/userdb < /etc/mail/userdb.txt
|