Counts the number of records in the database dbf. On success,
stores it in the memory location pointed to by pcount and returns
0. On error, sets gdbm_errno
(if relevant, also errno
)
and returns -1.
Counts the number of buckets in the database dbf. On success,
stores it in the memory location pointed to by pcount and return
0. On error, sets gdbm_errno
(if relevant, also errno
)
and returns -1.