Searched refs:dirbno (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/apr-util/dbm/sdbm/
H A Dsdbm_private.h62 long dirbno; /* current block in dirbuf */ member in struct:apr_sdbm_t
79 do { db->dirbno = (!finfo.size) ? 0 : -1; \
H A Dsdbm.c494 if (dirb != db->dirbno) {
499 db->dirbno = dirb;
517 if (dirb != db->dirbno) {
522 db->dirbno = dirb;

Completed in 50 milliseconds