Searched refs:SPLTMAX (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_private.h41 #define SPLTMAX 10 /* maximum allowed splits */ macro
H A Dsdbm.c300 * this routine will attempt to make room for SPLTMAX times before
309 register int smax = SPLTMAX;
367 * if we are here, this is real bad news. After SPLTMAX splits,
371 (void) write(2, "sdbm: cannot insert after SPLTMAX attempts.\n", 44);
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.h134 #define SPLTMAX 8 macro

Completed in 93 milliseconds