Home
last modified time | relevance | path

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

12

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Ddeps5 $(BUILDTOP)/include/autoconf.h $(DB_DEPS) $(srcdir)/../btree/btree.h \
6 $(srcdir)/../btree/extern.h $(srcdir)/../include/config.h \
10 $(BUILDTOP)/include/autoconf.h $(DB_DEPS) $(srcdir)/../btree/btree.h \
11 $(srcdir)/../btree/extern.h $(srcdir)/../include/config.h \
15 $(DB_DEPS) $(srcdir)/../btree/btree.h $(srcdir)/../btree/extern.h \
20 $(BUILDTOP)/include/autoconf.h $(DB_DEPS) $(srcdir)/../btree/btree.h \
21 $(srcdir)/../btree/extern.h $(srcdir)/../include/config.h \
25 $(DB_DEPS) $(srcdir)/../btree/btree.h $(srcdir)/../btree/extern.h \
30 $(BUILDTOP)/include/autoconf.h $(DB_DEPS) $(srcdir)/../btree/btree.h \
31 $(srcdir)/../btree/extern.h $(srcdir)/../include/config.h \
[all …]
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A Drun.test51 btree)
89 for type in btree hash; do
127 for type in hash btree; do
182 for type in btree; do
384 for type in btree recno; do
442 if $PROG btree $TMP1 ; then
464 for type in btree; do
498 for type in btree recno; do
515 for type in btree recno; do
589 for type in btree; do
[all …]
H A DMakefile.in8 -I$(srcdir)/../btree -I$(srcdir)/../hash -I$(srcdir)/../db
28 bttest.o: $(srcdir)/btree.tests/main.c
29 $(CC) $(ALL_CFLAGS) -c $(srcdir)/btree.tests/main.c -o $@
H A DREADME66 structure. If the type is btree, then "-i cachesize=10240"
74 or "btree", and the script name or "-" to indicate stdin.
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Ddeps7 $(srcdir)/../mpool/mpool.h bt_close.c btree.h extern.h
11 bt_conv.c btree.h extern.h
15 $(srcdir)/../mpool/mpool.h bt_debug.c btree.h extern.h
19 $(srcdir)/../mpool/mpool.h bt_delete.c btree.h extern.h
23 bt_get.c btree.h extern.h
28 bt_open.c btree.h extern.h
32 $(srcdir)/../mpool/mpool.h bt_overflow.c btree.h extern.h
36 bt_page.c btree.h extern.h
40 bt_put.c btree.h extern.h
44 $(srcdir)/../mpool/mpool.h bt_search.c btree.h extern.h
[all …]
H A DMakefile.inc3 .PATH: ${.CURDIR}/db/btree
H A DMakefile.in1 mydir=plugins$(S)kdb$(S)db2$(S)libdb2$(S)btree
/src/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 …]
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db219 btree: Fix to split code for single large record at the end of a
30 btree: Rework cursor deletion code yet again; bugs with
35 btree: Fix bugs introduced by new cursor/deletion code.
39 btree: Fix bugs introduced by new cursor/deletion code.
43 btree Change deletion to coalesce empty pages. This is a major
74 btree: If enough duplicate records were inserted and then deleted
83 btree/recno:
90 btree/recno:
104 Allow recno to specify the name of the underlying btree;
106 btree/recno:
[all …]
H A DMakefile.in3 SUBDIRS=hash btree db mpool recno test
8 STOBJLISTS=hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST \
/src/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.
/src/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.
/src/sys/contrib/openzfs/include/sys/
H A Dbtree.h109 typedef struct btree zfs_btree_t;
113 struct btree { struct
/src/sys/contrib/openzfs/lib/libbtree/
H A DMakefile.am6 nodist_libbtree_la_SOURCES = module/zfs/btree.c
/src/sys/contrib/openzfs/lib/librange_tree/
H A DMakefile.am8 module/zfs/btree.c \
/src/lib/libc/db/btree/
H A DMakefile.inc1 .PATH: ${LIBC_SRCTOP}/db/btree
/src/lib/libc/tests/db/
H A DMakefile18 CFLAGS+= -I${SRCTOP}/lib/libc/db/btree
/src/krb5/plugins/kdb/db2/libdb2/btree/
H A DMakefile.inc10 .PATH: ${KRB5_DIR}/plugins/kdb/db2/libdb2/btree
/src/lib/libc/db/man/
H A DMakefile.inc3 MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb.hin70 * recovery from some kinds of btree corruption. Start a sequential
134 /* Structure used to pass parameters to the btree routines. */
174 char *bfname; /* btree file name */
/src/krb5/plugins/kdb/db2/
H A DMakefile35 -I${KRB5_DIR}/plugins/kdb/db2/libdb2/btree \
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/
H A Dmbox20 In using the btree option to sequentially read and then write a file, we
277 extent, the btree code is correct. You aren't replacing the
279 just happens to be where the cursor was. So, the btree code
298 *** db/btree/bt_seq.c.orig Fri Sep 23 08:35:06 1994
299 --- db/btree/bt_seq.c Fri Sep 23 08:34:58 1994
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Dspell.ok82 btree

12