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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c652 if (!strcmp("maxkeypage", s)) {
653 ib.maxkeypage = atoi(eq);
/freebsd-11-stable/include/
H A Ddb.h117 int maxkeypage; /* maximum keys per page */ member in struct:__anon6508
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_open.c77 btopeninfo.maxkeypage = 0;
/freebsd-11-stable/lib/libc/db/test/btree.tests/
H A Dmain.c129 b.maxkeypage = 0;
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c605 if (!strcmp("maxkeypage", s)) {
606 ib.maxkeypage = atoi(eq);

Completed in 109 milliseconds