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

/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/t/
H A Dconstants.t13 is(SDBM_File::PAIRMAX, 1008, "PAIRMAX");
15 ok(eval { SDBM_File->import(qw(PAIRMAX PAGFEXT DIRFEXT)); 1 }, "exportable");
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Dsdbm.h12 #define PAIRMAX 1008 /* arbitrary on PBLKSIZ-N */ macro
H A DSDBM_File.xs141 newCONSTSUB(stash, "PAIRMAX", newSVuv(PAIRMAX));
H A DSDBM_File.pm12 our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX);
103 C<PAIRMAX> - the maximum size of a stored hash entry, including the
H A Dsdbm.c249 if (need < 0 || need > PAIRMAX)

Completed in 177 milliseconds