freebsd-dev/lib/libc/db/btree
2009-06-24 01:15:10 +00:00
..
bt_close.c
bt_conv.c
bt_debug.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_delete.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_get.c
bt_open.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_overflow.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
bt_page.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_put.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
bt_search.c Rename variable 'index' to 'idx' to avoid name collision with index(3), 2009-03-03 02:16:12 +00:00
bt_seq.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_split.c Update SCCS IDs for Berkeley DB 1.86 merge. 2009-06-24 01:15:10 +00:00
bt_utils.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
btree.h Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
extern.h
Makefile.inc