Searched refs:maxkeypage (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/include/
H A Ddb.h116 int maxkeypage; /* maximum keys per page */ member in struct:__anon45
/freebsd-current/lib/libc/db/recno/
H A Drec_open.c73 btopeninfo.maxkeypage = 0;
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c652 if (!strcmp("maxkeypage", s)) {
653 ib.maxkeypage = atoi(eq);
/freebsd-current/lib/libc/db/test/
H A Ddbtest.c595 if (!strcmp("maxkeypage", s)) {
596 ib.maxkeypage = atoi(eq);
/freebsd-current/lib/libc/db/test/btree.tests/
H A Dmain.c125 b.maxkeypage = 0;

Completed in 126 milliseconds